2004-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message: Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. |
2004-01-06 08:17:03 by Johnny C. Lam | Files touched by this commit (1) |
Log message: bl3ify |
2004-01-05 12:05:47 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Use S/+$// instead of C/\+$// to save a backslash. Very highly recommended by seb :) |
2004-01-05 00:34:07 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. |
2004-01-04 00:06:45 by Johnny C. Lam | Files touched by this commit (51) |
Log message: Initial sprinkling of work-in-progress buildlink3.mk files for using the buildlink3 framework. |
2003-11-10 02:14:43 by Dan Winship | Files touched by this commit (2) |
Log message: tweak esd-config.in patch so it doesn't generate a sh syntax error when buildlink strips out $RPATH_FLAG on Darwin |
2003-09-25 06:39:11 by grant beattie | Files touched by this commit (3) |
Log message: Linux supports esddsp, so split the PLIST appropriately. |
2003-09-07 12:46:10 by Thomas Klausner | Files touched by this commit (6) |
Log message: Update to 0.2.32: * Fix build when IPv6 is disabled (Soren Jacobsen) * Fix missing file in tarball (Dan Winship) |
2003-08-27 10:17:23 by Thomas Klausner | Files touched by this commit (2) |
Log message: Fix a build failure with USE_INET6=NO, reported by Soren Jacobsen in PR 22615. |
2003-08-17 21:37:24 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message: Update to 0.2.31: Solaris 8 build fixes. |