pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: joerg
Date: Tue Jun 21 12:23:01 UTC 2016
Modified Files:
pkgsrc/archivers/libarchive: Makefile.common
pkgsrc/pkgtools/pkg_install: Makefile
Log Message:
Disable maintainer mode for libarchive.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/libarchive/Makefile.common
cvs rdiff -u -r1.217 -r1.218 pkgsrc/pkgtools/pkg_install/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/libarchive/Makefile.common
diff -u pkgsrc/archivers/libarchive/Makefile.common:1.5 pkgsrc/archivers/libarchive/Makefile.common:1.6
--- pkgsrc/archivers/libarchive/Makefile.common:1.5 Mon Jun 20 17:28:33 2016
+++ pkgsrc/archivers/libarchive/Makefile.common Tue Jun 21 12:23:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2016/06/20 17:28:33 joerg Exp $
+# $NetBSD: Makefile.common,v 1.6 2016/06/21 12:23:01 joerg Exp $
# used by archivers/bsdtar/Makefile
# used by archivers/libarchive/Makefile
@@ -17,3 +17,4 @@ CONFIGURE_ARGS+= --without-expat
CONFIGURE_ARGS+= --without-lzo2
CONFIGURE_ARGS+= --without-nettle
CONFIGURE_ARGS+= --without-xml2
+CONFIGURE_ARGS+= --disable-maintainer-mode
Index: pkgsrc/pkgtools/pkg_install/Makefile
diff -u pkgsrc/pkgtools/pkg_install/Makefile:1.217 pkgsrc/pkgtools/pkg_install/Makefile:1.218
--- pkgsrc/pkgtools/pkg_install/Makefile:1.217 Sat Mar 5 11:29:15 2016
+++ pkgsrc/pkgtools/pkg_install/Makefile Tue Jun 21 12:23:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.217 2016/03/05 11:29:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.218 2016/06/21 12:23:01 joerg Exp $
# Notes to package maintainers:
#
@@ -213,6 +213,7 @@ pre-configure:
${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ./configure \
--disable-bsdcpio --disable-bsdtar --disable-shared \
--disable-dependency-tracking --without-expat \
+ --disable-maintainer-mode \
--without-iconv --without-lzo2 --without-nettle \
--without-xml2 \
${LIBARCHIVE_CONFIGURE_ARGS}
Home |
Main Index |
Thread Index |
Old Index