diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-10-07 18:41:10 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-10-07 18:41:10 +0800 |
commit | 027ebcb40519bfd525ddea312b69978f985a3027 (patch) | |
tree | a6f4597607c2647200ba35b6de195d4b60301fb0 /security/openssh-portable | |
parent | d2fc79255cd1ca5ca8ba2ef93e4ca0da71818215 (diff) | |
download | freebsd-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/Makefile | 5 |
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) |