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

landonf at macports.org landonf at macports.org
Sun Mar 23 10:10:14 PDT 2008


Revision: 35277
          http://trac.macosforge.org/projects/macports/changeset/35277
Author:   landonf at macports.org
Date:     2008-03-23 10:10:13 -0700 (Sun, 23 Mar 2008)

Log Message:
-----------
Include kerberos support in the build by default. It's not enabled unless you configure it, and this matches the built-in SSH's kerberos support.

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2008-03-23 16:11:10 UTC (rev 35276)
+++ trunk/dports/net/openssh/Portfile	2008-03-23 17:10:13 UTC (rev 35277)
@@ -4,7 +4,7 @@
 
 name            openssh
 version         4.7p1
-revision	1
+revision	2
 categories      net
 maintainers     nomaintainer
 description     OpenSSH secure login server
@@ -49,7 +49,8 @@
   --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}
+  --mandir=${prefix}/share/man --with-zlib=${prefix} \
+  --with-kerberos5=/usr
 
 destroot.target install-nokeys
 
@@ -63,10 +64,6 @@
   configure.args-append --with-xauth=/usr/X11R6/bin/xauth
  }
 
-variant kerberos {
-  configure.args-append --with-kerberos5=/usr
-}
-
 # For high-performance patch
 variant hpn {
   patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080323/1de84a56/attachment.html 


More information about the macports-changes mailing list