[49316] trunk/dports/aqua/qtiplot/Portfile

jonas at macports.org jonas at macports.org
Tue Apr 7 06:27:50 PDT 2009


Revision: 49316
          http://trac.macports.org/changeset/49316
Author:   jonas at macports.org
Date:     2009-04-07 06:27:50 -0700 (Tue, 07 Apr 2009)
Log Message:
-----------
version dump, now using external qwt

Modified Paths:
--------------
    trunk/dports/aqua/qtiplot/Portfile

Modified: trunk/dports/aqua/qtiplot/Portfile
===================================================================
--- trunk/dports/aqua/qtiplot/Portfile	2009-04-07 13:25:42 UTC (rev 49315)
+++ trunk/dports/aqua/qtiplot/Portfile	2009-04-07 13:27:50 UTC (rev 49316)
@@ -4,7 +4,7 @@
 PortSystem  1.0
 
 name                qtiplot
-version             0.9.7.5
+version             0.9.7.6
 categories          aqua science
 maintainers         fs.ei.tum.de:jonas openmaintainer
 
@@ -26,14 +26,15 @@
                     port:boost \
                     port:gsl \
                     port:libpng \
+                    port:qwt52 \
                     port:python25 \
                     port:py25-sip \
                     port:py25-pyqt4
                     # TODO variants to build without python or other python version
 
-checksums           md5     8ca64ee66d1a843828b7cfda3d1a7b00 \
-                    sha1    cc1ee2d44f78664ff549db1b6e808b51cb53ca3a \
-                    rmd160  abdfb58e279a54b10c525770fa54fd578c544dde
+checksums           md5     a9b9b2fbd3044022a7afa3a89ec5c47d \
+                    sha1    eb29800b614e8552add1ca8c435d56acec712ee5 \
+                    rmd160  1b5fd62872250169f80b6f135c7586b610c3be9a
 
 pre-configure {
     # don't step into the manual dir, there is no "make all"
@@ -56,6 +57,8 @@
     reinplace "/LIBS.*3rdparty.*muparser/d" ${worksrcpath}/qtiplot/qtiplot.pro
     reinplace "/LIBS.*3rdparty.*boost/d" ${worksrcpath}/qtiplot/qtiplot.pro
     reinplace "/LIBS.*3rdparty.*png/d" ${worksrcpath}/qtiplot/qtiplot.pro
+    reinplace "/LIBS.*3rdparty.*libqwt.a/d" ${worksrcpath}/qtiplot/qtiplot.pro \
+                                            ${worksrcpath}/qtiplot/src/lib/qti.pro
 
     # fix a bug in the python init script
     # append the current path *before* import __main__, else __file__ points to math.so after the import if this module
@@ -66,7 +69,7 @@
 }
 
 configure.pre_args  "PREFIX=${prefix}"
-configure.args  "'INCLUDEPATH += ${prefix}/include' 'LIBS += -L${prefix}/libs -lgsl -lgslcblas -lmuparser -lboost_date_time-mt -lboost_thread-mt'"
+configure.args  "'INCLUDEPATH += ${prefix}/include' 'LIBS += -L${prefix}/libs -lqwt -lgsl -lgslcblas -lmuparser -lboost_date_time-mt -lboost_thread-mt'"
 configure.cmd   "LOCALSOFT=${prefix} ${prefix}/libexec/qt4-mac/bin/qmake"
 destroot.destdir INSTALL_ROOT=${destroot}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090407/6d702e50/attachment.html>


More information about the macports-changes mailing list