aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-01-20 11:25:07 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-01-20 11:25:07 +0000
commitf7cd8bfb78a2ae011e17dbdc0d7c0b1e6eb3e653 (patch)
treed80d3a39788dbcfa89ba41aa7e03e22aac5ee243 /mail/Makefile
parenta2f29160777b0c53e9b4a1fb2a48c13a42ea161f (diff)
downloadports-f7cd8bfb78a2ae011e17dbdc0d7c0b1e6eb3e653.tar.gz
ports-f7cd8bfb78a2ae011e17dbdc0d7c0b1e6eb3e653.zip
mail/fetchmail depends overhaul, new fetchmailconf port
* Bring back SNI (server name indication) support for TLS connections, lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9. Pointy hat: mandree@ * Drop the X11 option, remove the Python dependency, and create a new mail/fetchmailconf slave port/package that installs the fetchmailconf configurator. Note that the _DEPENDS of the ports reflects a technical dependence (fetchmailconf needs fetchmail), and we cannot keep an X11 option that depends on fetchmailconf, since that would create a circular dependency, which we must avoid. * Patch configure instead of configure.ac with Cy's Kerberos fix, drop autoreconf from USES, and add a new configure check directly to set HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers (currently five, base, openssl, openssl111, libressl, libressl-devel) * Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so libraries, for instance, libcom_err when compiling under GSSAPI_NONE. * Bump PORTREVISION. Very fruitful and nice collaboration with and Approved by: chalpin@cs.wisc.edu (maintainer)
Notes
Notes: svn path=/head/; revision=490780
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index f943fe7e36d9..1d088b6fd415 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -131,6 +131,7 @@
SUBDIR += fastforward
SUBDIR += fdm
SUBDIR += fetchmail
+ SUBDIR += fetchmailconf
SUBDIR += filtermail
SUBDIR += findmaildirs
SUBDIR += geary