- Consolidate all -extras under one maintainership
NOTE: Author still warning everyone about experimental status of filters.
All --with-filter-XXX replaced with --with-experimental-filter-XXX
Approved by: adamw
- Take maintainership from gahr@
NOTE: This snapshot have fixed resolving in filter spamassassin and clamav
and removed no longer needed chroot option
Approved by: gahr, miwi (mentor, implicit)
- filter-monkey
- table-ldap
- tools-stats
Also install experimental components (corresponding groups labelled as "experimental"):
- filter bindings to lua, perl and python languages
- queue and scheduler bindings to perl and python languages
Submitted by: myself
Reviewed by: gahr, adamw, miwi
Approved by: gahr, adamw, miwi (mentor, implicit)
Sponsored by: milk and cookies
Differential Revision: https://reviews.freebsd.org/D6084
to skip unneccessary bump slaves by master port touching
- Pass master's CONFIGURE_ARGS to slaves
- Option to select mail/opensmtpd[-devel] as build/run dependency
(and corresponding libasr via this)
- Pass pkgconfig dependency only to subports which need it.
- Adjust dependencies in subports
Submitted by: myself
Reviewed by: adamw, gahr
Approved by: adamw, gahr, miwi (mentor, implicit)
Sponsored by: milk and cookies
Differential Revision: https://reviews.freebsd.org/D6607
-filter-regex needs a post-install target, so I changed the post-install
in MASTERDIR to be pre-patch instead.
Also, in the opensmtpd-extras/Makefile, change the dependencies to only
be run-time, and fix some spacing nits.
PORTREVISION bump for dependency changes.
only has the table stuff, but there are many more pieces. Having
the default package install postgresql, redis, and mysql when all you
wanted was passwd support, is overkill. Ports for filters will come
soon.
The -extras port retains its OPTIONS (and still installs everything
possible, so there's no disruption for current users).
Approved by: gahr (maintainer)