pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Disable maintainer mode for libarchive.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9b49925d1ea
branches:  trunk
changeset: 348969:c9b49925d1ea
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 21 12:23:01 2016 +0000

description:
Disable maintainer mode for libarchive.

diffstat:

 archivers/libarchive/Makefile.common |  3 ++-
 pkgtools/pkg_install/Makefile        |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r f293d6c1804c -r c9b49925d1ea archivers/libarchive/Makefile.common
--- a/archivers/libarchive/Makefile.common      Tue Jun 21 12:10:55 2016 +0000
+++ b/archivers/libarchive/Makefile.common      Tue Jun 21 12:23:01 2016 +0000
@@ -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-lzo2
 CONFIGURE_ARGS+=       --without-nettle
 CONFIGURE_ARGS+=       --without-xml2
+CONFIGURE_ARGS+=       --disable-maintainer-mode
diff -r f293d6c1804c -r c9b49925d1ea pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue Jun 21 12:10:55 2016 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue Jun 21 12:23:01 2016 +0000
@@ -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 @@
                ${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