2002-09-06 02:36:15 by Rene Hexel | Files touched by this commit (6) |
Log message:
Update createbuildlink to 2.0. Now creates buildlink2.mk files. You can
use createbuildlink1 to still create old buildlink.mk files.
|
2002-05-11 13:52:06 by Rene Hexel | Files touched by this commit (2) |
Log message:
Fix typo in previous commit that prevented the created rules from working
properly.
Bump version to 1.5
|
2002-05-11 13:27:29 by Rene Hexel | Files touched by this commit (2) |
Log message:
Update createbuildlink to 1.4. This fixes the following problems:
* when creating BUILDLINK_CONFIG_WRAPPER_SED we also need to create
a corresponding REPLACE_BUILDLINK_SED to reverse the effects
* account for packages that set USE_X11BASE to an empty string.
|
2002-05-11 10:11:47 by Rene Hexel | Files touched by this commit (2) |
Log message:
Update createbuildlink to 1.3. Changes are:
* create BUILDLINK_CONFIG_WRAPPER_SED patterns if required
* interpret "Makefile.common" as well as "Makefile" for packages
that share common information
|
2002-05-06 01:23:35 by Rene Hexel | Files touched by this commit (2) |
Log message:
Update createbuildlink to 1.2. This revision addresses a couple of styling
issues pointed out in private email by Thomas Klausner:
* Include $PKGVERSION instead of RCS revision in script output
* Add a few line breaks to make the output more readable
|
2002-05-05 02:00:38 by Rene Hexel | Files touched by this commit (2) |
Log message:
Update createbuildlink to 1.1. Includes the following changes:
* -buildlink-config-wrapper is a hardcoded suffix in
bsd.buildlink.mk. Therefore, make sure the created config wapper
targets actually have this suffix.
* Prevent pkgconfig logic from twice including
pkgconfig/buildlink.mk
* Add missing \" in created sed rules
* Include createbuildlink revision in created files
|
2002-04-29 13:12:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Nits.
|
2002-04-29 13:03:57 by Rene Hexel | Files touched by this commit (5) | |
Log message:
Initial import of createbuildlink-1.0, a simple script that helps creating
a buildlink.mk from a package's Makefile and PLIST.
XXX: this is an attempt to make the creation of buildlink.mk files more
XXX: systematic and less error-prone than copying existing buildlink.mk
XXX: files and modifying them for a new package. Any help in making this
XXX: script less simplistic and more versatile is gladly welcome!
|