Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install pkg_install: Revert part of last ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ce9a8069f24
branches:  trunk
changeset: 430862:5ce9a8069f24
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 05 09:02:43 2020 +0000

description:
pkg_install: Revert part of last commit.

We need to use the library Makefile so that libnetpgpverify is built.  Fixes
bootstrap.

diffstat:

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

diffs (18 lines):

diff -r 89cabfb9c7a9 -r 5ce9a8069f24 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue May 05 06:18:02 2020 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue May 05 09:02:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2020/05/04 19:14:59 agc Exp $
+# $NetBSD: Makefile,v 1.229 2020/05/05 09:02:43 jperkin Exp $
 
 # Notes to package maintainers:
 #
@@ -211,7 +211,7 @@
                ${SETENV} ${MAKE_ENV} ${BSD_MAKE_ENV}                   \
                ${MAKE_PROGRAM} ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS}       \
                        -f ${MAKE_FILE} depend all
-       cd ${WRKDIR}/netpgp &&                                          \
+       cd ${WRKDIR}/netpgp && ${CP} Makefile.lib.in Makefile.in &&     \
        ${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