aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-10-07 18:41:10 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-10-07 18:41:10 +0800
commit027ebcb40519bfd525ddea312b69978f985a3027 (patch)
treea6f4597607c2647200ba35b6de195d4b60301fb0 /security/openssh-portable
parentd2fc79255cd1ca5ca8ba2ef93e4ca0da71818215 (diff)
downloadfreebsd-ports-gnome-027ebcb40519bfd525ddea312b69978f985a3027.tar.gz
freebsd-ports-gnome-027ebcb40519bfd525ddea312b69978f985a3027.tar.zst
freebsd-ports-gnome-027ebcb40519bfd525ddea312b69978f985a3027.zip
- Now that :DEFAULT can be used in PATCH_SITES (fixed in 329679),
depend on the upstream mirror for the x509 patch and my mirror as a fallback
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 8ebb8b059709..04d763465157 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -17,10 +17,6 @@ LICENSE= BSD
CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.*
-# XXX: ports/52706 will allow using DEFAULT,x509 here.
-PATCH_SITES+= http://mirror.shatow.net/freebsd/${PORTNAME}/ \
- http://mirror.shatow.net/freebsd/${PORTNAME}/:x509
-
USE_AUTOTOOLS= autoconf autoheader
USE_OPENSSL= yes
GNU_CONFIGURE= yes
@@ -215,6 +211,7 @@ PLIST_SUB+= BASE="@comment "
.endif
# After all
+PATCH_SITES+= http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,x509
SUB_LIST+= ETCSSH="${ETCSSH}"
CONFIGURE_ARGS+= --sysconfdir=${ETCSSH} --with-privsep-path=${EMPTYDIR}
.if !empty(CONFIGURE_LIBS)