[91853] trunk/dports/databases

jeremyhu at macports.org jeremyhu at macports.org
Wed Apr 11 17:44:17 PDT 2012


Revision: 91853
          https://trac.macports.org/changeset/91853
Author:   jeremyhu at macports.org
Date:     2012-04-11 17:44:17 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
postgresql9[01]: #31717 says that the crash still happens with XCode 4.3's clang, so bump the XCode version check for now until I can verify exactly what is going on here...

Modified Paths:
--------------
    trunk/dports/databases/postgresql90/Portfile
    trunk/dports/databases/postgresql91/Portfile

Modified: trunk/dports/databases/postgresql90/Portfile
===================================================================
--- trunk/dports/databases/postgresql90/Portfile	2012-04-12 00:32:25 UTC (rev 91852)
+++ trunk/dports/databases/postgresql90/Portfile	2012-04-12 00:44:17 UTC (rev 91853)
@@ -57,7 +57,7 @@
 configure.cppflags-append	-I${prefix}/include/ossp
 
 # building psql with clang causes segfault on query; see #31717
-if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.3] < 0} {
+if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.4] < 0} {
     configure.compiler llvm-gcc-4.2
 }
 

Modified: trunk/dports/databases/postgresql91/Portfile
===================================================================
--- trunk/dports/databases/postgresql91/Portfile	2012-04-12 00:32:25 UTC (rev 91852)
+++ trunk/dports/databases/postgresql91/Portfile	2012-04-12 00:44:17 UTC (rev 91853)
@@ -57,7 +57,7 @@
 configure.cppflags-append	-I${prefix}/include/ossp
 
 # building psql with clang causes segfault on query; see #31717
-if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.3] < 0} {
+if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.4] < 0} {
     configure.compiler llvm-gcc-4.2
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/5fc5c359/attachment.html>


More information about the macports-changes mailing list