diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-18 10:47:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-18 10:47:04 +0000 |
commit | 3dce8fe104b3849416c15f77f1fd8aa0531bbfca (patch) | |
tree | 6d2d4accdd312a553fe3a794ad11490f2ef54353 /doc | |
parent | fc0e9bae42fca77e74a8048debc18ab58f98d1d7 (diff) | |
download | pkgsrc-3dce8fe104b3849416c15f77f1fd8aa0531bbfca.tar.gz |
Update pkgtools/createbuildlink to 3.4. Changes from version 3.3
include creating buildlink3.mk files that include other buildlink3.mk
files outside of the region that is protected against multiple inclusion.
This is required to fix a bug in properly ordering the packages listed
in BUILDLINK_PACKAGES.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index df20e5cb481..0835e9dc769 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5275 2004/03/17 22:02:53 jschauma Exp $ +$NetBSD: CHANGES,v 1.5276 2004/03/18 10:47:47 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1487,3 +1487,4 @@ Changes to the packages collection and infrastructure in 2004: Updated bittorrent-gui to 3.4.1nb1 [jmmv 2004-03-17] Updated sun-jre14 to 2.4 [jschauma 2004-03-17] Updated sun-jdk14 to 2.4 [jschauma 2004-03-17] + Updated createbuildlink to 3.4 [jlam 2004-03-18] |