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:   adam
Date:           Fri Mar 31 10:50:27 UTC 2023

Modified Files:
        pkgsrc/mk/pkgformat/pkg: depends.mk

Log Message:
depends.mk: PATH must be quoted


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/pkgformat/pkg/depends.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/depends.mk
diff -u pkgsrc/mk/pkgformat/pkg/depends.mk:1.17 pkgsrc/mk/pkgformat/pkg/depends.mk:1.18
--- pkgsrc/mk/pkgformat/pkg/depends.mk:1.17     Thu Mar 30 22:51:23 2023
+++ pkgsrc/mk/pkgformat/pkg/depends.mk  Fri Mar 31 10:50:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.17 2023/03/30 22:51:23 joerg Exp $
+# $NetBSD: depends.mk,v 1.18 2023/03/31 10:50:26 adam Exp $
 
 # This command prints out the dependency patterns for all full (run-time)
 # dependencies of the package.
@@ -133,7 +133,7 @@ _DEPENDS_INSTALL_CMD=                                                       \
                cd $$dir;                                               \
                unset _PKGSRC_BARRIER;                                  \
                unset MAKEFLAGS;                                        \
-               ${PKGSRC_SETENV} ${PKGSRC_MAKE_ENV} PATH=${_PATH_ORIG}  \
+               ${PKGSRC_SETENV} ${PKGSRC_MAKE_ENV} PATH=${_PATH_ORIG:Q}\
                        _PKGSRC_DEPS="$$extradep${_PKGSRC_DEPS}"        \
                        PKGNAME_REQD="$$pattern"                        \
                        USE_CROSS_COMPILE=$$cross                       \



Home | Main Index | Thread Index | Old Index