diff options
author | fluffy <fluffy@FreeBSD.org> | 2016-05-28 02:29:53 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2016-05-28 02:29:53 +0800 |
commit | ec5614435830b3fdbe9d6dd30fcd7a922373b4fd (patch) | |
tree | b2c75ab3e4c649561a288f61bcd9e6e7482af579 /mail/opensmtpd-extras-table-socketmap | |
parent | 1be4a224dbcc6ece2e07a64fdf9847adfa29994c (diff) | |
download | freebsd-ports-gnome-ec5614435830b3fdbe9d6dd30fcd7a922373b4fd.tar.gz freebsd-ports-gnome-ec5614435830b3fdbe9d6dd30fcd7a922373b4fd.tar.zst freebsd-ports-gnome-ec5614435830b3fdbe9d6dd30fcd7a922373b4fd.zip |
- Unconditionally define PORTREVISION in subports
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
Diffstat (limited to 'mail/opensmtpd-extras-table-socketmap')
-rw-r--r-- | mail/opensmtpd-extras-table-socketmap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/opensmtpd-extras-table-socketmap/Makefile b/mail/opensmtpd-extras-table-socketmap/Makefile index 1ebab9eb449e..906d9cca3728 100644 --- a/mail/opensmtpd-extras-table-socketmap/Makefile +++ b/mail/opensmtpd-extras-table-socketmap/Makefile @@ -2,13 +2,14 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-socketmap +PORTREVISION= 1 -COMMENT= Socketmap table support for opensmtpd +COMMENT= Socketmap table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-socketmap \ man/man5/table-socketmap.5.gz -CONFIGURE_ARGS= --with-table-socketmap +CONFIGURE_ARGS+= --with-table-socketmap MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes |