summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>2003-10-30 07:42:23 +0000
committeragc <agc>2003-10-30 07:42:23 +0000
commitadad72e464c1e391763b2ac105e914d05b29ceaf (patch)
tree197c7a47b9f4c22228dbf2450b4e5a79f258497e /mk
parent0f5bb534a2138a6627629f6e702ba5278137dae1 (diff)
downloadpkgsrc-adad72e464c1e391763b2ac105e914d05b29ceaf.tar.gz
Revert the change in 1.1296 which was causing problems on NetBSD when
installing a pre-requisite package with a wildcarded (e.g. '>=1.0.43') version number. The problem manifested itself by creating a file called '=1.0.43' in the pre-requisite package's directory, and a coupld of "dc: stack empty" spurious messages appeared. If this needs to be fixed by an OS-dependent variable, we'll address that in the future.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 7e3f92ab2ee..e970da42bdf 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1297 2003/10/18 12:29:26 agc Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1298 2003/10/30 07:42:23 agc Exp $
#
# This file is in the public domain.
#
@@ -4026,7 +4026,7 @@ install-depends: uptodate-pkgtools
${ECHO_MSG} "=> No directory for $$dir. Skipping.."; \
else \
cd $$dir ; \
- ${MAKE} ${MAKEFLAGS} $$target _PKGSRC_DEPS=", ${PKGNAME}${_PKGSRC_DEPS}" PKGNAME_REQD=\""$$pkg"\"; \
+ ${MAKE} ${MAKEFLAGS} $$target _PKGSRC_DEPS=", ${PKGNAME}${_PKGSRC_DEPS}" PKGNAME_REQD="$$pkg"; \
${ECHO_MSG} "${_PKGSRC_IN}> Returning to build of ${PKGNAME}"; \
fi; \
fi