Date: Mon, 29 Feb 2016 12:03:59 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207246] mail/milter-greylist fix options handling Message-ID: <bug-207246-13-xg6QZCBJUh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207246-13@https.bugs.freebsd.org/bugzilla/> References: <bug-207246-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207246 neil@darlow.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |neil@darlow.co.uk --- Comment #1 from neil@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 whi= ch needs special handling. Further down the Makefile: .if ${PORT_OPTIONS:MDKIM} CONFIGURE_ARGS+=3D --with-libdkim=3D${LOCALBASE} .endif This permits correct building of all features including DKIM. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207246-13-xg6QZCBJUh>