Tue May 5 00:13:36 2015 UTC ()
Include bsd.options.mk before testing for things.


(sevan)
diff -r1.32 -r1.33 pkgsrc/archivers/gzip/Makefile

cvs diff -r1.32 -r1.33 pkgsrc/archivers/gzip/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/gzip/Makefile 2015/05/03 14:34:04 1.32
+++ pkgsrc/archivers/gzip/Makefile 2015/05/05 00:13:36 1.33
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.32 2015/05/03 14:34:04 sevan Exp $ 1# $NetBSD: Makefile,v 1.33 2015/05/05 00:13:36 sevan Exp $
2 2
3DISTNAME= gzip-1.6 3DISTNAME= gzip-1.6
4CATEGORIES= archivers 4CATEGORIES= archivers
5#MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} 5#MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
6#EXTRACT_SUFX= .tar.xz 6#EXTRACT_SUFX= .tar.xz
7MASTER_SITES= ${MASTER_SITE_LOCAL} 7MASTER_SITES= ${MASTER_SITE_LOCAL}
8EXTRACT_SUFX= .tar 8EXTRACT_SUFX= .tar
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html 11HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
12COMMENT= Compress or expand files 12COMMENT= Compress or expand files
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]* 15CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]*
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18MAKE_FLAGS+= manlinks=so 18MAKE_FLAGS+= manlinks=so
19INFO_FILES= yes 19INFO_FILES= yes
20CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped 20CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped
21 21
 22.include "../../mk/bsd.options.mk"
 23
22.if ${OPSYS} == "AIX" 24.if ${OPSYS} == "AIX"
23#bug 20453 in bug-gzip list, passed onto gnulib 25#bug 20453 in bug-gzip list, passed onto gnulib
24CONFIGURE_ENV+= ac_cv_header_wctype_h=no 26CONFIGURE_ENV+= ac_cv_header_wctype_h=no
25.endif 27.endif
26 28
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"