summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-07-08 08:41:16 +0000
committeragc <agc@pkgsrc.org>2004-07-08 08:41:16 +0000
commit8b2b9d9e58a66bc89c058e3916122ee968815212 (patch)
tree8e333820733a35aba26ffb07bb172084d4e258fc
parentbdc92f8fdaef1b05bca45dccdfa921193d207733 (diff)
downloadpkgsrc-8b2b9d9e58a66bc89c058e3916122ee968815212.tar.gz
Pullup ticket 49 to the pkgsrc-2004Q2 branch, requested by Grant Beattie.
Fixes for ${TEST} portability. Module Name: pkgsrc Committed By: grant Date: Sat Jul 3 21:59:04 UTC 2004 Modified Files: pkgsrc/mk: bsd.pkg.mk Log Message: replace use of ${TEST} -e with -f or -d as appropriate. use consistent shell syntax. this allows the pkgsrc framework to work with IRIX 5.3 and Solaris' sh(1) built-in test(1).
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index e6869f23991..7cc0b06a1ec 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.14 2004/07/08 08:38:16 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.15 2004/07/08 08:41:16 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -26,3 +26,5 @@ Pullup ticket 47, requested by Martti Kuparinen [agc 2004-07-08]
postfix 2.1.3 pulled up
Pullup ticket 48, requested by Grant Beattie [agc 2004-07-08]
Solaris bulk build fix
+Pullup ticket 49, requested by Grant Beattie [agc 2004-07-08]
+ ${TEST} portability fixes