2004-08-15 15:17:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.9:
This version includes support for /dev/poll so that libevent now supports all
fast event mechanisms. It also improves the portability across operating
systems.
|
2004-04-30 19:26:23 by Todd Vierling | Files touched by this commit (5) |
Log message:
libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.
|
2004-04-26 02:06:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
2004-04-20 10:43:33 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Simplify.
|
2004-04-20 10:32:13 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
bl3ify
|
2004-02-12 03:35:07 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Create a new variable PREFER_NATIVE that has the opposite semantics
as PREFER_PKGSRC. Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
|
2004-02-12 02:59:38 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not. This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
|
2004-02-05 08:17:15 by Johnny C. Lam | Files touched by this commit (33) |
Log message:
Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
|
2004-02-05 08:06:16 by Johnny C. Lam | Files touched by this commit (33) |
Log message:
Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
|
2004-02-05 07:58:03 by Johnny C. Lam | Files touched by this commit (33) |
Log message:
Support a new global variable:
BUILDLINK_PREFER_PKGSRC
This variable determines whether or not to prefer the pkgsrc
versions of software that is also present in the base system.
This variable is multi-state:
defined, or "yes" always prefer the pkgsrc versions
not defined, or "no" only use the pkgsrc versions if
needed by dependency requirements
This can also take a list of packages for which to prefer the
pkgsrc-installed software. The package names may be found by
consulting the value added to BUILDLINK_PACKAGES in the
buildlink[23].mk files for that package.
|