pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmake Add a comment about when to remove the EXT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f040badd5a12
branches:  trunk
changeset: 468006:f040badd5a12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 09 12:34:08 2004 +0000

description:
Add a comment about when to remove the EXTRACT_SUFX line.

diffstat:

 devel/gmake/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9fcf006ed91b -r f040badd5a12 devel/gmake/Makefile
--- a/devel/gmake/Makefile      Mon Feb 09 12:29:40 2004 +0000
+++ b/devel/gmake/Makefile      Mon Feb 09 12:34:08 2004 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.53 2004/02/08 00:01:35 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2004/02/09 12:34:08 wiz Exp $
 
 DISTNAME=      make-3.80
 PKGNAME=       gmake-3.80
 PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=make/}
+# remove following line in case of bootstrapping problems
+# on OS's that don't have bzip2 and where the bzip2 package
+# does not build without gmake
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index