2006-04-06 08:36:37 by Jeremy C. Reed | Files touched by this commit (2) |
Log message: Welcome to createbuildlink-3.11. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. |
2006-04-04 14:25:07 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Use PKGMANDIR instead of hard-coded "man". |
2006-01-31 04:35:35 by Roland Illig | Files touched by this commit (2) |
Log message: Updated createbuildlink to 3.10. The last line is now indented with <tab> instead of six spaces. This prevents many pkglint warnings and also looks better. |
2006-01-21 19:57:42 by Johnny C. Lam | Files touched by this commit (47) |
Log message: Update package Makefile now that bsd.pkg.extract.mk is using the "extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax. |
2005-07-21 18:25:06 by Thomas Klausner | Files touched by this commit (2) |
Log message: 3.9: Update for pkg-config path change. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2004-10-15 16:41:11 by Todd Vierling | Files touched by this commit (2) |
Log message: 3.8: When pulling existing .includes of buildlink3 files from the Makefile, comment them out by default, and add a comment above them indicating that only *directly* needed dependencies should be in the (edited, final) bl3 file. This will hopefully encourage folks to reduce the amount of unnecessary bl3 recursion that is rampant in pkgsrc, making many packages "depend" directly on APIs they never see nor use. |
2004-09-30 14:43:57 by Thomas Klausner | Files touched by this commit (1) |
Log message: Capitalize first letter of COMMENT. |
2004-09-27 14:55:00 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix typo. |
2004-09-27 02:31:30 by Rene Hexel | Files touched by this commit (2) |
Log message: Update createbuildlink to 3.7. Properly escape '@exec ${MKDIR}' patterns now that 'make print-PLIST' handles this. |