2004-09-27 01:48:09 by Rene Hexel | Files touched by this commit (5) |
Log message:
Update createbuildlink to 3.6. This adds a '-p' option to automatically
create PLIST awk substitution patterns for directories created by the
current package. This is particularly useful for base packages that
create a directory structure that is then used by subsequent (dependent)
packages.
|
2004-07-22 00:27:35 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Fix a minor typo.
|
2004-07-07 01:40:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
buildlink2 -> buildlink3.
|
2004-07-07 01:39:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
buildlink2 -> buildlink3.
|
2004-07-07 01:18:04 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Remove support for creating buildlink2.mk files.
Make buildlink3.mk file output the default, and ignore any "-3" flags
on the command line for people who can't change their habits quickly.
Increase version to 3.5.
|
2004-04-27 05:51:24 by Dan McMahill | Files touched by this commit (1) |
Log message:
use grep >/dev/null instead of grep -q for the benefit of solaris
|
2004-03-18 11:47:04 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
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.
|
2004-03-06 16:11:22 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Update pkgtools/createbuildlink to 3.3. Changes from version 3.2 include
fixes to the whitespace in the generated files to more closely match the
template buildlink3.mk file.
|
2004-03-05 20:42:09 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Update pkgtools/createbuildlink to 3.2. Changes from version 3.1 include
creating buildlink3.mk that are in line with the template in revision 1.101
of mk/buildlink3/bsd.buildlink3.mk.
|
2004-02-10 04:36:55 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Update pkgtools/createbuildlink to 3.1. Changes from version 3.0 include
generating buildlink3.mk files that only append to BUILDLINK_DEPENDS.*.
|