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-18 02:11:40 by Johnny C. Lam | Files touched by this commit (3) |
Log message: Move some @exec/@unexec logic out of the PLIST into an INSTALL file. |
2004-01-15 21:50:15 by Rene Hexel | Files touched by this commit (2) | |
Log message: Don't force an update on people who have working versions of gtk installed. Revert the previous and use BUILDLINK_RECOMMENDED instead of DEPENDS. |
2004-01-15 14:28:16 by Michael Rauch | Files touched by this commit (3) |
Log message: During the integration of buildlink3 the package was broken for some time. Bump the PKGREVISION to force installation of a known working version. |
2004-01-07 11:06:28 by Johnny C. Lam | Files touched by this commit (1) |
Log message: bl3ify again |
2004-01-07 04:15:54 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Revert bl3ification until unbuildlink problems noted on tech-pkg@ "Re: graphics/gdk-pixbuf can't find <gdk/gdk.h> build problem" \ are fixed. |
2004-01-06 00:47:12 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. |