pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pkgformat/pkg



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Jun 27 14:36:29 UTC 2023

Modified Files:
        pkgsrc/mk/pkgformat/pkg: pkgformat-vars.mk

Log Message:
mk: Provide default NATIVE_PKG_TOOLS_BIN on non-NetBSD platforms.

I only defined it in platform/NetBSD.mk.  Other platforms that
support cross-building could take advantage of this too, but let's
not just break platforms that don't support it yet!


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk
diff -u pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk:1.13 pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk:1.14
--- pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk:1.13      Tue Jun 27 10:27:21 2023
+++ pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk   Tue Jun 27 14:36:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: pkgformat-vars.mk,v 1.13 2023/06/27 10:27:21 riastradh Exp $
+# $NetBSD: pkgformat-vars.mk,v 1.14 2023/06/27 14:36:29 riastradh Exp $
 #
 # This Makefile fragment is included indirectly by bsd.prefs.mk and
 # defines some variables which must be defined earlier than where
@@ -31,6 +31,7 @@ PKG_DELETE_CMD?=      ${PKG_TOOLS_BIN}/pkg_de
 PKG_INFO_CMD?=         ${PKG_TOOLS_BIN}/pkg_info
 LINKFARM_CMD?=         ${PKG_TOOLS_BIN}/linkfarm
 
+NATIVE_PKG_TOOLS_BIN?=         ${PKG_TOOLS_BIN}
 NATIVE_PKG_ADD_CMD?=           ${NATIVE_PKG_TOOLS_BIN}/pkg_add
 NATIVE_PKG_ADMIN_CMD?=         ${NATIVE_PKG_TOOLS_BIN}/pkg_admin
 NATIVE_PKG_CREATE_CMD?=                ${NATIVE_PKG_TOOLS_BIN}/pkg_create



Home | Main Index | Thread Index | Old Index