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-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:59:32 by Juan Romero Pardines | Files touched by this commit (15) |
Log message:
bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.
|
2004-01-23 22:50:52 by Julio M. Merino Vidal | Files touched by this commit (209) | |
Log message:
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
2004-01-03 19:50:01 by Jeremy C. Reed | Files touched by this commit (505) | |
Log message:
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
2003-12-13 01:45:27 by Thomas Klausner | Files touched by this commit (160) |
Log message:
Bump PKGREVISION for atk library major bump.
|
2003-12-03 06:25:14 by Martti Kuparinen | Files touched by this commit (3) | |
Log message:
Updated xfce4-netload-plugin to 0.2.2
* bug fixes
* translation updates
|
2003-10-02 09:15:32 by Martti Kuparinen | Files touched by this commit (2) |
Log message:
Updated xfce4-netload-plugin to 0.2.1
* Fixed bug #972: The total value in the tooltip is now displayed with
fractional portion
* Fixed bug #962: Any errors about wrong configuration are now only
displayed in a dialog after changing configuration and not after
startup. This should help users whose network device is created after
dialing-in.
|
2003-09-27 08:57:16 by Martti Kuparinen | Files touched by this commit (15) |
Log message:
Regenerate (fix dependency to pkgconfig).
|
2003-09-26 12:34:18 by Martti Kuparinen | Files touched by this commit (5) | |
Log message:
Network Load plugin for XFce4.
|