pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mzscheme The GNU tar used in NetBSD 1.6 has probl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa75e1eaa257
branches:  trunk
changeset: 463018:fa75e1eaa257
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Oct 24 20:34:44 2003 +0000

description:
The GNU tar used in NetBSD 1.6 has problems with the distfile (some
of the .html files are extracted in an incorrect location).  Force
use of pax instead.

diffstat:

 lang/mzscheme/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6aa3a8224d50 -r fa75e1eaa257 lang/mzscheme/Makefile
--- a/lang/mzscheme/Makefile    Fri Oct 24 18:49:52 2003 +0000
+++ b/lang/mzscheme/Makefile    Fri Oct 24 20:34:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/09/18 12:48:35 yyamano Exp $
+# $NetBSD: Makefile,v 1.10 2003/10/24 20:34:44 kristerw Exp $
 
 DISTNAME=              mzscheme.src.unix
 PKGNAME=               mzscheme-200
@@ -8,6 +8,8 @@
 DIST_SUBDIR=           ${PKGNAME_NOREV}
 PKGREVISION=           1
 
+EXTRACT_USING_PAX=     # defined
+
 MAINTAINER=            pooka%NetBSD.org@localhost
 HOMEPAGE=              http://www.plt-scheme.org/software/mzscheme/
 COMMENT=               R5RS-compliant scheme



Home | Main Index | Thread Index | Old Index