2004-04-01 21:37:47 by Julio M. Merino Vidal | Files touched by this commit (1) | |
Log message:
Bump PKGREVISION to 2, to catch with the GTK+ update to 2.4.
|
2004-03-20 21:08:38 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Do not use fontconfig's MESSAGE. Closes PR 24864.
|
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-13 06:26:36 by Martti Kuparinen | Files touched by this commit (2) |
Log message:
Add note about XFce base install and extras
|
2004-03-10 16:40:04 by Martti Kuparinen | Files touched by this commit (20) |
Log message:
File removed, we are now using buildlink3
|
2004-03-10 12:53:38 by Juan Romero Pardines | Files touched by this commit (26) |
Log message:
bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@
|
2004-03-10 08:41:17 by Martti Kuparinen | Files touched by this commit (41) | |
Log message:
Updated XFce to 4.0.4
* Bug fixes
* Translation updates
|
2004-02-22 21:48:16 by Julio M. Merino Vidal | Files touched by this commit (13) |
Log message:
Set NO_MTREE, as this package installs no files.
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-02-01 02:43:30 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
|