2004-03-18 23:40:40 by Ben Collver | Files touched by this commit (2) |
Log message:
Install lib/pkgconfig/libpng12.pc, otherwise "pkgconfig --list-all" will
fail with an error if imlib2 is installed.
|
2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232) |
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-08 05:03:15 by Johnny C. Lam | Files touched by this commit (17) |
Log message:
We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
|
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-15 22:07:42 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Packages converted to use buildlink should think that the "real" CC is
BUILDLINK_CC.
|
2004-01-05 21:38:35 by Johnny C. Lam | Files touched by this commit (5) |
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.
|