[Bug 207246] mail/milter-greylist fix options handling
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 29 12:03:59 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207246
neil at darlow.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |neil at darlow.co.uk
--- Comment #1 from neil at darlow.co.uk ---
The "feature_CONFIGURE_WITH" macro is correct but have been applied
incorrectly. The values have a --with- prefix which results in configure
seeing:
--with---with-feature
Remove the --with- from those lines and they will work, except for DKIM which
needs special handling.
Further down the Makefile:
.if ${PORT_OPTIONS:MDKIM}
CONFIGURE_ARGS+= --with-libdkim=${LOCALBASE}
.endif
This permits correct building of all features including DKIM.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list