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.
|
2003-09-24 14:43:58 by Mark Davies | Files touched by this commit (1) |
Log message:
Allow use of base system libmilter if it exists and is complete enough.
Closes PR 22708 from wiz.
|
2003-09-18 12:39:13 by Mark Davies | Files touched by this commit (1) | |
Log message:
Remove PKGREVISION as base version incremented with sendmail update to
8.12.10.
|
2003-09-15 14:22:32 by Mark Davies | Files touched by this commit (1) |
Log message:
USE_MILTER no longer needed.
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2002-09-23 15:03:32 by Mark Davies | Files touched by this commit (4) | |
Log message:
Initial import of libmilter-8.12.6
The sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order to
filter meta-information and content.
libmilter provides the implementation of this API.
|