aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-06-12 04:15:30 +0800
committerdinoex <dinoex@FreeBSD.org>2010-06-12 04:15:30 +0800
commitd499566a9d851f240834053359dc965deb1ceef7 (patch)
treedcc8fec9240b954e78beef5268337ab98ba122fd /security/openssl
parent68fb13d5a65472506ac0619ce77086e5a00a89c0 (diff)
downloadfreebsd-ports-gnome-d499566a9d851f240834053359dc965deb1ceef7.tar.gz
freebsd-ports-gnome-d499566a9d851f240834053359dc965deb1ceef7.tar.zst
freebsd-ports-gnome-d499566a9d851f240834053359dc965deb1ceef7.zip
- ease fetching
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
/td>-0/+9 * - Fix plist when NOPORTDOCS=1rafan2008-09-012-9/+10 * - Fix plist when NOPORTDOCS=1rafan2008-09-016-26/+16 * - Fix UI and make it usable again (was broken due to tcl api changes)rafan2008-08-312-1/+12 * Remove mbone/rtpmon. This has been abandoned upstream and needs gcc32gerald2008-08-1611-629/+0 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-251-2/+0 * Add deprecation note. This is abandoned upstream and needs gcc32 which isgerald2008-07-131-0/+3 * Unbreak compiler flags on >= FreeBSD 7vs2008-06-241-1/+1 * Reset fenner's port maintainerships. portmgr has taken his commit bitlinimon2008-04-298-10/+10 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2016-33/+28 * - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-096-6/+6 * - Move from Tk 8.2 to Tk 8.4pav2008-04-043-8/+18 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+1 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * Mark as broken on sparc64: fails to compile. While here, s/tk84/tk/.linimon2008-02-011-1/+5 * - Mark BROKEN on 7.0pav2007-12-111-1/+7 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplrafan2007-09-24