[105976] trunk/dports/net/openssh/Portfile

cal at macports.org cal at macports.org
Sat May 11 15:12:56 PDT 2013


Revision: 105976
          https://trac.macports.org/changeset/105976
Author:   cal at macports.org
Date:     2013-05-11 15:12:55 -0700 (Sat, 11 May 2013)
Log Message:
-----------
openssh: disable +hpn variant which doesn't work with 6.2

Modified Paths:
--------------
    trunk/dports/net/openssh/Portfile

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2013-05-11 21:03:17 UTC (rev 105975)
+++ trunk/dports/net/openssh/Portfile	2013-05-11 22:12:55 UTC (rev 105976)
@@ -76,7 +76,7 @@
 
 post-extract {
     system -W ${worksrcpath} "patch -p0 <${filespath}/launchd.patch"
-}    
+}
 
 post-destroot {
     destroot.keepdirs ${destroot}${prefix}/var/run ${destroot}${prefix}/var/empty
@@ -90,22 +90,23 @@
     depends_run-delete      port:xauth
 }
 
-variant hpn description "apply high performance patch" {
-    # http://www.psc.edu/index.php/hpn-ssh
-    #patch_sites-append      http://www.psc.edu/index.php/component/remository/func-download/861/chk,20152cee1847ff688dabbe20eab6505c/no_html,1/?dummy=:hpn
-    patch_sites-append      googlecode:latian-linux:hpn
-    set hpn_patchfile       ${distname}-hpn13v14.diff.gz
-    patchfiles-append       ${hpn_patchfile}:hpn
-    checksums-append        ${hpn_patchfile} \
-                            rmd160  e422c76f2aad6efd2b5101fbe0018df3f95bf5cb \
-                            sha256  d8dada89de2f17f89c1ac40e4cf4e87b69eecde15a1f84baeddd991aa9d1aa91
+# Disable HPN variant since it currently doesn't work with 6.2
+#variant hpn description "apply high performance patch" {
+#    # http://www.psc.edu/index.php/hpn-ssh
+#    #patch_sites-append      http://www.psc.edu/index.php/component/remository/func-download/861/chk,20152cee1847ff688dabbe20eab6505c/no_html,1/?dummy=:hpn
+#    patch_sites-append      googlecode:latian-linux:hpn
+#    set hpn_patchfile       ${distname}-hpn13v14.diff.gz
+#    patchfiles-append       ${hpn_patchfile}:hpn
+#    checksums-append        ${hpn_patchfile} \
+#                            rmd160  e422c76f2aad6efd2b5101fbe0018df3f95bf5cb \
+#                            sha256  d8dada89de2f17f89c1ac40e4cf4e87b69eecde15a1f84baeddd991aa9d1aa91
+#
+#    patch.pre_args
+#    post-patch {
+#        reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SH_HPN|" ${worksrcpath}/version.h
+#    }
+#}
 
-    patch.pre_args
-    post-patch {
-        reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SH_HPN|" ${worksrcpath}/version.h
-    }
-}
-
 variant gss_api_trust_dns description "Enable GSSAPITrustDNS SSH configuration keyword" {
 #    patchfiles-append       GSSAPITrustDNS.patch
     post-extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130511/1278c20e/attachment.html>


More information about the macports-changes mailing list