Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/zlib/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/zlib/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.15.2.1 diff -u -p -r1.15 -r1.15.2.1 --- pkgsrc/devel/zlib/Makefile 2002/09/01 18:45:47 1.15 +++ pkgsrc/devel/zlib/Makefile 2003/06/19 00:53:09 1.15.2.1 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2002/09/01 18:45:47 jlam Exp $ +# $NetBSD: Makefile,v 1.15.2.1 2003/06/19 00:53:09 grant Exp $ DISTNAME= zlib-1.1.4 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ http://www.libpng.org/pub/png/src/ \ @@ -11,10 +12,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gzip.org/zlib/ COMMENT= General purpose data compression library -BUILD_DEPENDS+= libtool-base>=${LIBTOOL_VERSION}:../../devel/libtool-base +BUILD_DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base USE_BUILDLINK2= # defined -#NOT_FOR_PLATFORM= NetBSD-1.[4-9]*-* # in base NetBSD system +HAS_CONFIGURE= # defined +NOT_FOR_PLATFORM= NetBSD-1.[4-9]*-* # in base NetBSD system # To avoid circular dependences we must not use "USE_LIBTOOL" but # depend on the "libtool-base" package manually. @@ -23,7 +25,6 @@ LIBTOOL= ${LOCALBASE}/bin/libtool PKGLIBTOOL= ${BUILDLINK_LIBTOOL} CONFIGURE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" -MAKEFILE= lt.mk post-extract: ${CP} ${FILESDIR}/lt.mk ${WRKSRC}