2004-10-27 09:50:30 by Marc Recht | Files touched by this commit (1) |
Log message:
gnome-mime-data uses intltool, so include it's bl3.mk.
Fixes the build on OS X.
|
2004-10-26 22:58:59 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message:
Update to 2.4.2: list of changes unknown, but only minor fixes can be expected.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-06-05 02:25:56 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Enable pkgviews installation.
|
2004-04-26 11:21:59 by Thomas Klausner | Files touched by this commit (20) |
Log message:
Unused.
|
2004-04-14 18:15:30 by Julio M. Merino Vidal | Files touched by this commit (147) |
Log message:
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
|
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-19 18:54:07 by Thomas Klausner | Files touched by this commit (13) |
Log message:
buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.
|
2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90) |
Log message:
PKGCONFIG_OVERRIDE is relative to WRKSRC.
|