diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-02 09:08:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-02 09:08:17 +0000 |
commit | c81f8edc884b46df3a989295af1ffc42fcc398d6 (patch) | |
tree | 8e4c450aeba038a6ce24eef422ee2888623a497a /math | |
parent | 9fff2eb51458d8a7c7d617e8276118600fa668ed (diff) | |
download | ports-c81f8edc884b46df3a989295af1ffc42fcc398d6.tar.gz ports-c81f8edc884b46df3a989295af1ffc42fcc398d6.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/qtiplot/Makefile | 20 | ||||
-rw-r--r-- | math/qtiplot/distinfo | 6 | ||||
-rw-r--r-- | math/qtiplot/files/patch-qtiplot.pro | 9 | ||||
-rw-r--r-- | math/qtiplot/files/patch-qtiplot__qtiplot.pro | 27 |
4 files changed, 36 insertions, 26 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 0d9b56a4443d..5d7029184411 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qtiplot -DISTVERSION= 0.9.2 +DISTVERSION= 0.9.4 CATEGORIES= math science MASTER_SITES= http://soft.proindependent.com/src/ @@ -16,7 +16,7 @@ COMMENT= An Origin clone for data analysis and scientific plotting LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ muparser.0:${PORTSDIR}/math/muparser \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ - qwt.5:${PORTSDIR}/x11-toolkits/qwt-devel + qwt.5:${PORTSDIR}/x11-toolkits/qwt5 USE_BZIP2= yes USE_GMAKE= yes @@ -62,10 +62,6 @@ PLIST_SUB+= NLS="" PLIST_SUB+= NLS="@comment " .endif -QPRO_DIRS= fitPlugins/fitRational0 \ - fitPlugins/fitRational1 \ - qtiplot - post-patch: .if defined(WITH_PYTHON) @${REINPLACE_CMD} -e \ @@ -83,8 +79,7 @@ post-patch: ${WRKSRC}/${PORTNAME}/qtiplot.pro .endif @${REINPLACE_CMD} -e \ - 's|/usr/share/doc/qtiplot/manual-%1|${DATADIR}/manual|; \ - s|/usr/lib/qtiplot/plugins|${DATADIR}/fitPlugins|' \ + 's|/usr/lib/qtiplot/plugins|${DATADIR}/fitPlugins|' \ ${WRKSRC}/qtiplot/src/ApplicationWindow.cpp .if defined(WITH_DEBUG) @${REINPLACE_CMD} -e \ @@ -99,13 +94,8 @@ do-configure: @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} -recursive) post-configure: -.for d in ${QPRO_DIRS} - @${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; \ - s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|' \ - ${WRKSRC}/${d}/Makefile -.endfor + @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|' @${REINPLACE_CMD} -e 's|^\(INCPATH.*=\)|\1-I../3rdparty/liborigin|' ${WRKSRC}/qtiplot/Makefile do-install: diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index f05967ee2c29..0709be951205 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.9.2.tar.bz2) = 943c50f7fb28e1b11ed0188ec918cf4c -SHA256 (qtiplot-0.9.2.tar.bz2) = 051a55e3e120ad53b2463a3a9295d22f9d36d1146468c5ebd869a5f180c145fd -SIZE (qtiplot-0.9.2.tar.bz2) = 897629 +MD5 (qtiplot-0.9.4.tar.bz2) = 25d32035c69095a2951967797c010c38 +SHA256 (qtiplot-0.9.4.tar.bz2) = 7b4f9b734e8b258459a2a8d85beeda0c964340891d64822aa944a1fb93c60da1 +SIZE (qtiplot-0.9.4.tar.bz2) = 7025345 diff --git a/math/qtiplot/files/patch-qtiplot.pro b/math/qtiplot/files/patch-qtiplot.pro new file mode 100644 index 000000000000..54be526976aa --- /dev/null +++ b/math/qtiplot/files/patch-qtiplot.pro @@ -0,0 +1,9 @@ +--- ./qtiplot.pro.orig 2008-03-29 10:43:50.000000000 +0300 ++++ ./qtiplot.pro 2008-03-29 10:43:50.000000000 +0300 +@@ -2,6 +2,4 @@ + + SUBDIRS = fitPlugins/fitRational0\ + fitPlugins/fitRational1\ +- 3rdparty/qwt\ +- manual\ + qtiplot diff --git a/math/qtiplot/files/patch-qtiplot__qtiplot.pro b/math/qtiplot/files/patch-qtiplot__qtiplot.pro index 812d09708bf0..95cffabe7050 100644 --- a/math/qtiplot/files/patch-qtiplot__qtiplot.pro +++ b/math/qtiplot/files/patch-qtiplot__qtiplot.pro @@ -1,6 +1,6 @@ ---- ./qtiplot/qtiplot.pro.orig 2007-11-14 20:19:55.000000000 +0300 -+++ ./qtiplot/qtiplot.pro 2007-11-14 20:19:55.000000000 +0300 -@@ -34,12 +34,8 @@ +--- ./qtiplot/qtiplot.pro.orig 2008-03-29 10:43:50.000000000 +0300 ++++ ./qtiplot/qtiplot.pro 2008-03-29 10:46:00.000000000 +0300 +@@ -45,12 +45,8 @@ #!!! Warning: You must modify these paths according to your computer settings ############################################################################# @@ -15,7 +15,7 @@ ##################### 3rd PARTY LIBRARIES SECTION ########################### #!!! Warning: You must modify these paths according to your computer settings -@@ -48,17 +44,13 @@ +@@ -59,17 +55,13 @@ ##################### Linux (Mac OS X) ###################################### # statically link against libraries in 3rdparty @@ -36,7 +36,18 @@ ##################### Windows ############################################### -@@ -400,6 +392,7 @@ +@@ -124,8 +116,8 @@ + translations/qtiplot_ja.ts \ + translations/qtiplot_sv.ts + +-system(lupdate -verbose qtiplot.pro) +-system(lrelease -verbose qtiplot.pro) ++#system(lupdate -verbose qtiplot.pro) ++#system(lrelease -verbose qtiplot.pro) + + translations.files += translations/qtiplot_de.qm \ + translations/qtiplot_es.qm \ +@@ -435,6 +427,7 @@ ##################### Default: muParser v1.28 ################# contains(SCRIPTING_LANGS, muParser) { @@ -44,15 +55,15 @@ DEFINES += SCRIPTING_MUPARSER HEADERS += src/muParserScript.h \ -@@ -417,11 +410,11 @@ +@@ -461,11 +454,12 @@ SOURCES += src/PythonScript.cpp src/PythonScripting.cpp unix { - INCLUDEPATH += $$system(python python-includepath.py) - LIBS += $$system(python -c "\"from distutils import sysconfig; print '-lpython'+sysconfig.get_config_var('VERSION')\"") -- LIBS += -lm + INCLUDEPATH += $$(PYTHON_INCLUDEDIR) -+ LIBS += -lm -l$$(PYTHON_VERSION) ++ LIBS += -l$$(PYTHON_VERSION) + LIBS += -lm system(mkdir -p $${SIP_DIR}) - system($$system(python python-sipcmd.py) -c $${SIP_DIR} src/qti.sip) + SIPCMD = $$(PYTHON_VERSION) python-sipcmd.py |