summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2018-10-15 02:56:36 +0000
committerCy Schubert <cy@FreeBSD.org>2018-10-15 02:56:36 +0000
commitba57152ddcb042e4f4ce68b1f9066ac13b92be78 (patch)
tree2f18f6f1d0edf46ae548afedd64f263c6956e9dc /mail/heirloom-mailx/Makefile
parentupdate sysutils/ansible to 2.7.0 (diff)
Jettison SSLv2 support. Not only does this allow mail/mailx to
build using openssl111 in base but SSLv2 is insecure.
Notes
Notes: svn path=/head/; revision=482131
Diffstat (limited to 'mail/heirloom-mailx/Makefile')
-rw-r--r--mail/heirloom-mailx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index 7cca18a93deb..760172153b81 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mailx
PORTVERSION= 12.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= mail ipv6
MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= heirloom-
@@ -18,6 +18,7 @@ CONFLICTS= mailx-[0-9]*
MAKE_JOBS_UNSAFE= yes
USES= iconv localbase ssl tar:bzip2
+CPPFLAGS+= -DOPENSSL_NO_SSL2
MAKE_ARGS= PREFIX="${PREFIX}" \
SYSCONFDIR="${PREFIX}/etc" \
SENDMAIL="/usr/sbin/sendmail" \