[102281] trunk/dports
jeremyhu at macports.org
jeremyhu at macports.org
Tue Jan 29 15:54:33 PST 2013
Revision: 102281
https://trac.macports.org/changeset/102281
Author: jeremyhu at macports.org
Date: 2013-01-29 15:54:33 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
misc: Don't blacklist clang since #31504 was fixed in r93865
Revision Links:
--------------
https://trac.macports.org/changeset/93865
Modified Paths:
--------------
trunk/dports/print/transfig/Portfile
trunk/dports/textproc/canna/Portfile
trunk/dports/x11/kinput2/Portfile
Modified: trunk/dports/print/transfig/Portfile
===================================================================
--- trunk/dports/print/transfig/Portfile 2013-01-29 23:52:45 UTC (rev 102280)
+++ trunk/dports/print/transfig/Portfile 2013-01-29 23:54:33 UTC (rev 102281)
@@ -38,9 +38,6 @@
patch-libpng-1.5.diff \
patch-transfig-Imakefile
-# https://trac.macports.org/ticket/31504
-compiler.blacklist clang
-
post-patch {
reinplace "s|__PREFIX|${prefix}|g" ${worksrcpath}/fig2dev/Imakefile \
${worksrcpath}/fig2dev/dev/Imakefile \
Modified: trunk/dports/textproc/canna/Portfile
===================================================================
--- trunk/dports/textproc/canna/Portfile 2013-01-29 23:52:45 UTC (rev 102280)
+++ trunk/dports/textproc/canna/Portfile 2013-01-29 23:54:33 UTC (rev 102281)
@@ -49,10 +49,6 @@
use_xmkmf yes
-# https://trac.macports.org/ticket/31504
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
-}
build.env-append IMAKECPP="${configure.cpp}"
pre-build {
Modified: trunk/dports/x11/kinput2/Portfile
===================================================================
--- trunk/dports/x11/kinput2/Portfile 2013-01-29 23:52:45 UTC (rev 102280)
+++ trunk/dports/x11/kinput2/Portfile 2013-01-29 23:54:33 UTC (rev 102281)
@@ -50,11 +50,6 @@
#use_xmkmf yes
depends_build port:imake
-# https://trac.macports.org/ticket/31504
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
-}
-
configure {
# IMAKECPP should be set explicitly before calling xmkmf.
system "cd ${worksrcpath} && IMAKECPP=${configure.cpp} xmkmf"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/44fa591a/attachment-0001.html>
More information about the macports-changes
mailing list