pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Revert the change in 1.1296 which was causing probl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f6ab830eb56
branches: trunk
changeset: 463150:4f6ab830eb56
user: agc <agc%pkgsrc.org@localhost>
date: Thu Oct 30 07:42:23 2003 +0000
description:
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:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dc28d6274014 -r 4f6ab830eb56 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Thu Oct 30 07:19:12 2003 +0000
+++ b/mk/bsd.pkg.mk Thu Oct 30 07:42:23 2003 +0000
@@ -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 @@
${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
Home |
Main Index |
Thread Index |
Old Index