[125940] trunk/dports/www/QupZilla/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 29 19:59:23 PDT 2014


Revision: 125940
          https://trac.macports.org/changeset/125940
Author:   ryandesign at macports.org
Date:     2014-09-29 19:59:23 -0700 (Mon, 29 Sep 2014)
Log Message:
-----------
QupZilla: use qmake portgroup (#39424)

Modified Paths:
--------------
    trunk/dports/www/QupZilla/Portfile

Modified: trunk/dports/www/QupZilla/Portfile
===================================================================
--- trunk/dports/www/QupZilla/Portfile	2014-09-30 01:23:31 UTC (rev 125939)
+++ trunk/dports/www/QupZilla/Portfile	2014-09-30 02:59:23 UTC (rev 125940)
@@ -3,7 +3,7 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
-PortGroup           qt4 1.0
+PortGroup           qmake 1.0
 
 github.setup        QupZilla qupzilla 1.8.0 v
 name                QupZilla
@@ -28,17 +28,8 @@
 patchfiles          patch-mac-macdeploy.sh.diff
 patchfiles-append   patch-src-lib-lib.pro.diff
 
-configure.cmd       ${prefix}/bin/qmake
-configure.pre_args
-configure.universal_args
+build.args-append   QUPZILLA_PREFIX=${prefix}/
 
-variant universal {}
-
-build.args          CC="${configure.cc} [get_canonical_archflags cc]" \
-                    CXX="${configure.cxx} [get_canonical_archflags cxx]" \
-                    LINK="${configure.cxx} [get_canonical_archflags cxx]" \
-                    QUPZILLA_PREFIX=${prefix}/
-
 destroot {
     system -W ${worksrcpath} "./mac/macdeploy.sh true"
     copy ${worksrcpath}/bin/QupZilla.app ${destroot}${applications_dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140929/9790b9c3/attachment.html>


More information about the macports-changes mailing list