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

jwa at macports.org jwa at macports.org
Wed Jun 9 10:30:34 PDT 2010


Revision: 68663
          http://trac.macports.org/changeset/68663
Author:   jwa at macports.org
Date:     2010-06-09 10:30:29 -0700 (Wed, 09 Jun 2010)
Log Message:
-----------
added libedit conf option to enable filename completion for sftp, per request from Carlos Silva

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2010-06-09 16:39:03 UTC (rev 68662)
+++ trunk/dports/net/openssh/Portfile	2010-06-09 17:30:29 UTC (rev 68663)
@@ -4,6 +4,7 @@
 
 name            openssh
 version         5.5p1
+revision	1
 
 categories      net
 maintainers     jwa openmaintainer
@@ -41,11 +42,12 @@
 # -- from fink.
 configure.cppflags-append "-fno-builtin"
 configure.args --with-ssl-dir=${prefix} --sysconfdir=${prefix}/etc/ssh \
-  --with-privsep-path=${prefix}/var/empty --with-md5-passwords \
-  --with-pid-dir=${prefix}/var/run --with-tcp-wrappers \
-  --with-pam --disable-suid-ssh --with-random=/dev/urandom \
-  --mandir=${prefix}/share/man --with-zlib=${prefix} \
-  --with-kerberos5=/usr --with-xauth=${prefix}/bin/xauth
+    --with-privsep-path=${prefix}/var/empty --with-md5-passwords \
+    --with-pid-dir=${prefix}/var/run --with-tcp-wrappers \
+    --with-pam --disable-suid-ssh --with-random=/dev/urandom \
+    --mandir=${prefix}/share/man --with-zlib=${prefix} \
+    --with-kerberos5=/usr --with-xauth=${prefix}/bin/xauth \
+    --with-libedit
 
 use_parallel_build      yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100609/50d8e1bd/attachment-0001.html>


More information about the macports-changes mailing list