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

ryandesign at macports.org ryandesign at macports.org
Sun May 17 20:08:51 PDT 2015


Revision: 136471
          https://trac.macports.org/changeset/136471
Author:   ryandesign at macports.org
Date:     2015-05-17 20:08:51 -0700 (Sun, 17 May 2015)
Log Message:
-----------
kerberos5: blacklist old clang that doesn't know about LIBRARY_PATH (#47583)

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

Modified: trunk/dports/net/kerberos5/Portfile
===================================================================
--- trunk/dports/net/kerberos5/Portfile	2015-05-18 02:53:24 UTC (rev 136470)
+++ trunk/dports/net/kerberos5/Portfile	2015-05-18 03:08:51 UTC (rev 136471)
@@ -42,7 +42,7 @@
                             patch-lib_rpc_Makefile.in-explicitly-link-krb5support.diff
 
 use_autoreconf              yes
-# kerberos5 fails to build in its own presence, see #23769, #37944 
+# kerberos5 fails to build in its own presence, see #23769, #37944
 # remove ${prefix}/lib from configure.ldflags to allow linking against its own libs first
 # adding ${worksrcpath}/lib is not necessary and pollutes krb5-config --libs and pkg-config files
 configure.ldflags-delete    -L${prefix}/lib
@@ -60,8 +60,8 @@
                             --without-system-verto \
                             --without-system-ss
 
-# configure fails using clang-77 from XCode 3.2.6
-compiler.blacklist-append   {clang < 137}
+# Needs LIBRARY_PATH support
+compiler.blacklist-append   {clang <= 318.0.61}
 
 # i386 linking fails on SL with gcc-4.2 from XCode 3.2.6
 if {[lsearch ${universal_archs} i386] != -1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150517/c12da99e/attachment.html>


More information about the macports-changes mailing list