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:   pho
Date:           Thu Feb 13 02:31:06 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkg_install: Makefile

Log Message:
pkgtools/pkg_install: Fix a fallout from my recent change to net/libfetch

The Makefile of net/libfetch now requires SED to be defined, so any
packages that directly runs it needs to define the variable. Found by john@
and riastradh@.


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 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.241 pkgsrc/pkgtools/pkg_install/Makefile:1.242
--- pkgsrc/pkgtools/pkg_install/Makefile:1.241  Tue Mar 12 23:22:35 2024
+++ pkgsrc/pkgtools/pkg_install/Makefile        Thu Feb 13 02:31:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.241 2024/03/12 23:22:35 snj Exp $
+# $NetBSD: Makefile,v 1.242 2025/02/13 02:31:05 pho Exp $
 
 # Notes to package maintainers:
 #
@@ -80,6 +80,7 @@ MAKE_ENV+=            PKGSRC_MACHINE_ARCH=${MACHIN
 MAKE_ENV+=             OPSYS=${OPSYS}
 MAKE_ENV+=             CATMAN_SECTION_SUFFIX=${CATMAN_SECTION_SUFFIX:Q}
 MAKE_ENV+=             MANINSTALL=${MANINSTALL:Q}
+MAKE_ENV+=             SED=${SED:Q}
 
 PKG_DBDIR?=            ${PREFIX}/pkgdb
 EGDIR=                 ${PREFIX}/share/examples/pkg_install



Home | Main Index | Thread Index | Old Index