[125699] trunk/dports/science/openscad/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 24 00:54:42 PDT 2014


Revision: 125699
          https://trac.macports.org/changeset/125699
Author:   ryandesign at macports.org
Date:     2014-09-24 00:54:41 -0700 (Wed, 24 Sep 2014)
Log Message:
-----------
openscad: use qmake portgroup to use the right compiler (#45112); don't blacklist gcc nor force clang

Modified Paths:
--------------
    trunk/dports/science/openscad/Portfile

Modified: trunk/dports/science/openscad/Portfile
===================================================================
--- trunk/dports/science/openscad/Portfile	2014-09-24 05:52:39 UTC (rev 125698)
+++ trunk/dports/science/openscad/Portfile	2014-09-24 07:54:41 UTC (rev 125699)
@@ -2,7 +2,7 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           qt4 1.0
+PortGroup           qmake 1.0
 
 name                openscad
 version             2014.03
@@ -53,19 +53,11 @@
                     port:mpfr \
                     port:OpenCSG
 
-compiler.blacklist *gcc*
-
 configure.env-append \
                     OPENSCAD_LIBRARIES=${prefix}
-configure.cmd       ${qt_qmake_cmd}
-configure.pre_args  PREFIX=${prefix} VERSION=${version} CONFIG-=debug openscad.pro
-configure.args      -spec unsupported/macx-clang
-configure.universal_args-delete --disable-dependency-tracking
+configure.pre_args-append \
+                    VERSION=${version} CONFIG-=debug openscad.pro
 
-build.args-append   CC=${configure.cc} \
-                    CXX=${configure.cxx} \
-                    CPP=${configure.cpp}
-
 use_parallel_build  yes
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140924/3b796755/attachment.html>


More information about the macports-changes mailing list