diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-04-25 17:27:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-04-25 17:27:12 +0800 |
commit | 4cbf578136e7d0763dedbece5474b0785fe4bac7 (patch) | |
tree | 793af447989b10038ad78711e3be3b1c6c635f0d | |
parent | 8f6007cd2ec828722a94b94fe4b023b83b36d936 (diff) | |
download | freebsd-ports-gnome-4cbf578136e7d0763dedbece5474b0785fe4bac7.tar.gz freebsd-ports-gnome-4cbf578136e7d0763dedbece5474b0785fe4bac7.tar.zst freebsd-ports-gnome-4cbf578136e7d0763dedbece5474b0785fe4bac7.zip |
- add support for eliptic curves
-rw-r--r-- | mail/sendmail/Makefile | 1 | ||||
-rw-r--r-- | mail/sendmail/files/site.config.m4.tls | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 0d4725276dd2..8eb4b0a680fd 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,6 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls index ce46df9dc9fd..794b7de02db3 100644 --- a/mail/sendmail/files/site.config.m4.tls +++ b/mail/sendmail/files/site.config.m4.tls @@ -1,2 +1,2 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') +APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') |