aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-06-11 20:15:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-06-11 20:15:30 +0000
commit65eafa664050f6ac66feb0eef957a17fa9fd7d88 (patch)
tree2e2037774847527f4f22ceba41f70c7f1153f0e0 /security/openssl
parentc0ca6e5708a07e9a4177dfbf38c592e1b5f44bda (diff)
downloadports-65eafa664050f6ac66feb0eef957a17fa9fd7d88.tar.gz
ports-65eafa664050f6ac66feb0eef957a17fa9fd7d88.zip
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index e685757ab804..84543f31330d 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1120,18 +1120,18 @@ BROKEN= Patches do not merge, please change options
.endif
.endif
# order of PATCHFILES is important
-.if defined(WITH_DTLS_BUGS) || make(makesum)
+.if defined(WITH_DTLS_BUGS) || make(makesum) || defined(FETCH_ALL)
.endif
-.if defined(WITH_DTLS_RENEGOTIATION) || make(makesum)
+.if defined(WITH_DTLS_RENEGOTIATION) || make(makesum) || defined(FETCH_ALL)
PATCHFILES+= abbreviated-renegotiation.patch
.endif
-.if defined(WITH_TLS_EXTRACTOR) || make(makesum)
+.if defined(WITH_TLS_EXTRACTOR) || make(makesum) || defined(FETCH_ALL)
PATCHFILES+= tls-extractor.patch
.endif
-.if defined(WITH_SCTP) || make(makesum)
+.if defined(WITH_SCTP) || make(makesum) || defined(FETCH_ALL)
PATCHFILES+= dtls-sctp-17.patch
.endif
-.if defined(WITH_DTLS_HEARTBEAT) || make(makesum)
+.if defined(WITH_DTLS_HEARTBEAT) || make(makesum) || defined(FETCH_ALL)
PATCHFILES+= dtls-heartbeats.patch
.endif