pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install The forced disabling of zlib and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8fc570ddb30
branches:  trunk
changeset: 531637:b8fc570ddb30
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 03 15:12:43 2007 +0000

description:
The forced disabling of zlib and bzip2 was meant for testing only,
remove it. *blink*

diffstat:

 pkgtools/pkg_install/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r ef84883bdae2 -r b8fc570ddb30 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Fri Aug 03 14:48:41 2007 +0000
+++ b/pkgtools/pkg_install/Makefile     Fri Aug 03 15:12:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2007/08/03 13:15:58 joerg Exp $
+# $NetBSD: Makefile,v 1.138 2007/08/03 15:12:43 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -90,9 +90,6 @@
 .include "../../archivers/libarchive/builtin.mk"
 .include "../../devel/zlib/builtin.mk"
 
-USE_BUILTIN.bzip2=     no
-USE_BUILTIN.zlib=      no
-
 .if empty(USE_BUILTIN.bzip2:M[yY][eE][sS]) || \
     empty(USE_BUILTIN.zlib:M[yY][eE][sS])
 USE_BUILTIN.libarchive=        no



Home | Main Index | Thread Index | Old Index