From 4d2b440ecffdb7f8c528254d877ddb4c892658af Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 8 Jul 2004 08:41:16 +0000 Subject: 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). --- doc/CHANGES-pkgsrc-2004Q2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3