pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install



Module Name:    pkgsrc
Committed By:   agc
Date:           Mon May  4 19:14:59 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkg_install: Makefile

Log Message:
libnetpgpverify now uses its own protected symbols, update build process to
account for this.


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 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/pkgtools/pkg_install/Makefile
diff -u pkgsrc/pkgtools/pkg_install/Makefile:1.227 pkgsrc/pkgtools/pkg_install/Makefile:1.228
--- pkgsrc/pkgtools/pkg_install/Makefile:1.227  Sun Jan 26 17:32:00 2020
+++ pkgsrc/pkgtools/pkg_install/Makefile        Mon May  4 19:14:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.227 2020/01/26 17:32:00 rillig Exp $
+# $NetBSD: Makefile,v 1.228 2020/05/04 19:14:59 agc Exp $
 
 # Notes to package maintainers:
 #
@@ -211,9 +211,7 @@ pre-configure:
                ${SETENV} ${MAKE_ENV} ${BSD_MAKE_ENV}                   \
                ${MAKE_PROGRAM} ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS}       \
                        -f ${MAKE_FILE} depend all
-       cd ${WRKDIR}/netpgp &&                                  \
-       ${SED} -e '/zlib/d' Makefile.lib.in >Makefile.in &&             \
-       ${RM} -f bzlib.h zlib.h &&                                      \
+       cd ${WRKDIR}/netpgp &&                                          \
        ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ./configure &&            \
        ${SETENV} ${MAKE_ENV} ${BSD_MAKE_ENV} ${MAKE_PROGRAM}           \
                ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS} -f ${MAKE_FILE} all



Home | Main Index | Thread Index | Old Index