[102117] trunk/dports/databases/postgresql92/Portfile

Jeremy Huddleston Sequoia jeremyhu at macports.org
Mon Jan 28 10:25:36 PST 2013


On Jan 27, 2013, at 11:59 PM, Ryan Schmidt <ryandesign at macports.org> wrote:

>> @@ -57,10 +58,8 @@
>> configure.cppflags-append	-I${prefix}/include/ossp
>> configure.ldflags-append    -headerpad_max_install_names
>> 
>> -# building psql with clang causes segfault on query; see #31717
>> -if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.4] < 0} {
>> -    configure.compiler llvm-gcc-4.2
>> -}
>> +# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
>> +compiler.blacklist-append {clang < 421}
> 
> postgresql90, postgresql91 and postgresql92 should be kept consistent in this regard.

They were already out of sync which is why 90 and 91 didn't match my search (I was just looking for ports setting configure.compiler directly for now).  In any event, they ware back in sync now as of r102153.

Thanks,
Jeremy


More information about the macports-dev mailing list