diff options
author | agc <agc@pkgsrc.org> | 2004-11-05 16:46:13 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-11-05 16:46:13 +0000 |
commit | 4afb0963dc8b576fade43dec138e8ffca85c9460 (patch) | |
tree | 33849a18ba070403269f7d09ceb59b01ac53aa27 | |
parent | 302b172acadbad8287a55c546a2a9f9ecb2913d1 (diff) | |
download | pkgsrc-4afb0963dc8b576fade43dec138e8ffca85c9460.tar.gz |
Bring gensolpkg into line with 21st century pkgsrc:
+ ZOULARISBASE is gone - just use PREFIX to find bmake
+ WRKDIR contains the name of the work directory, so find this out from pkgsrc
+ remove getcwd() calls, and use WRKDIR to find the place where the various
informational files are placed
+ retain the ability to set the working directory from the command-line, but
it is almost useless these days
Bump pkg revision to 2.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6dca70a4deb..a6c11469907 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7713 2004/11/05 16:36:26 he Exp $ +$NetBSD: CHANGES,v 1.7714 2004/11/05 16:46:13 agc Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5092,3 +5092,4 @@ Changes to the packages collection and infrastructure in 2004: Added pfstat-1.7 [peter 2004-11-05] Added pftop-0.4 [peter 2004-11-05] Updated p5-Apache-Session to 1.60 [he 2004-11-05] + Updated gensolpkg to 1.10nb2 [agc 2004-11-05] |