[102463] trunk/dports/net/kerberos5/Portfile

cal at macports.org cal at macports.org
Sun Feb 3 17:29:21 PST 2013


Revision: 102463
          https://trac.macports.org/changeset/102463
Author:   cal at macports.org
Date:     2013-02-03 17:29:21 -0800 (Sun, 03 Feb 2013)
Log Message:
-----------
kerberos5: fix build error in presence of Tcl, specify all other dependencies, closes #37920

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

Modified: trunk/dports/net/kerberos5/Portfile
===================================================================
--- trunk/dports/net/kerberos5/Portfile	2013-02-03 23:41:47 UTC (rev 102462)
+++ trunk/dports/net/kerberos5/Portfile	2013-02-04 01:29:21 UTC (rev 102463)
@@ -7,6 +7,7 @@
 github.setup                krb5 krb5 1.11-final krb5-
 name                        kerberos5
 version                     1.11
+revision                    1
 conflicts                   fbopenssl
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  net security
@@ -29,17 +30,26 @@
                             sha256  ec76cbedf5199e288379d0f3d7510445b36ec9b8002cf500b91a6daacb7fb5d5
 
 depends_lib                 port:openssl \
-                            port:libcomerr
+                            port:libcomerr \
+                            port:libedit
 
 worksrcdir                  krb5-krb5-af092d6/src
 
 compiler.blacklist          clang
 
 use_autoreconf              yes
-#configure.cppflags-delete   -I${prefix}/include
-#configure.ldflags-delete    -L${prefix}/lib
 configure.args              --mandir=${prefix}/share/man \
-                            --with-system-et
+                            --with-system-et \
+                            --without-system-db \
+                            --without-hesiod \
+                            --without-ldap \
+                            --without-tcl \
+                            --with-crypto-impl=openssl \
+                            --with-pkinit-crypto-impl=openssl \
+                            --with-libedit \
+                            --without-readline \
+                            --without-system-verto \
+                            --without-system-ss
 
 post-configure {
     reinplace -E {s|-arch [^ ]+||g} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130203/06f43048/attachment.html>


More information about the macports-changes mailing list