summaryrefslogtreecommitdiff
path: root/pkgtools/createbuildlink
AgeCommit message (Collapse)AuthorFilesLines
2002-05-11Fix typo in previous commit that prevented the created rules from workingrh2-6/+6
properly. Bump version to 1.5
2002-05-11Update createbuildlink to 1.4. This fixes the following problems:rh2-16/+21
* 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-11Update createbuildlink to 1.3. Changes are:rh2-7/+41
* create BUILDLINK_CONFIG_WRAPPER_SED patterns if required * interpret "Makefile.common" as well as "Makefile" for packages that share common information
2002-05-05Update createbuildlink to 1.2. This revision addresses a couple of stylingrh2-11/+21
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-05Update createbuildlink to 1.1. Includes the following changes:rh2-13/+20
* -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-29Nits.wiz1-8/+8
2002-04-29Initial import of createbuildlink-1.0, a simple script that helps creatingrh5-0/+329
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!