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

dluke at macports.org dluke at macports.org
Thu May 21 10:29:57 PDT 2015


Revision: 136548
          https://trac.macports.org/changeset/136548
Author:   dluke at macports.org
Date:     2015-05-21 10:29:57 -0700 (Thu, 21 May 2015)
Log Message:
-----------
openssh: use /var/empty instead of ${prefix}/var/empty (fixes #47798)

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2015-05-21 17:25:11 UTC (rev 136547)
+++ trunk/dports/net/openssh/Portfile	2015-05-21 17:29:57 UTC (rev 136548)
@@ -5,7 +5,7 @@
 
 name                openssh
 version             6.8p1
-revision            0
+revision            1
 categories          net
 platforms           darwin
 maintainers         nomaintainer
@@ -72,7 +72,7 @@
 configure.ldflags-append  -Wl,-search_paths_first
 configure.args      --with-ssl-dir=${prefix} \
                     --sysconfdir=${prefix}/etc/ssh \
-                    --with-privsep-path=${prefix}/var/empty \
+                    --with-privsep-path=/var/empty \
                     --with-md5-passwords \
                     --with-pid-dir=${prefix}/var/run \
                     --with-tcp-wrappers \
@@ -96,7 +96,7 @@
 }
 
 post-destroot {
-    destroot.keepdirs ${destroot}${prefix}/var/run ${destroot}${prefix}/var/empty
+    destroot.keepdirs ${destroot}${prefix}/var/run
 
     # switch default port to avoid conflict with system sshd
     reinplace "s|#Port 22|Port 2222|g" ${destroot}${prefix}/etc/ssh/sshd_config
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/1a678d66/attachment.html>


More information about the macports-changes mailing list