diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2008-10-02 21:15:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2008-10-02 21:15:41 +0000 |
commit | 0db0074846b4f83ab16fd70760183178f9b9aef2 (patch) | |
tree | 8b70ba7845f2dd80ec3c82545c5e2f1e6196790a /math/qtiplot | |
parent | bacf318b0adc88a52c21d37bd53b5e0ec67a65b6 (diff) |
Notes
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 5 | ||||
-rw-r--r-- | math/qtiplot/distinfo | 6 | ||||
-rw-r--r-- | math/qtiplot/files/patch-qtiplot__qtiplot.pro | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index a21be9699705..486c5e012d4c 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -6,14 +6,15 @@ # PORTNAME= qtiplot -DISTVERSION= 0.9.7 +DISTVERSION= 0.9.7.2 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting -BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser +BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser \ + ${LOCALBASE}/lib/libboost_date_time.a:${PORTSDIR}/devel/boost LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index fc3969716434..067f6f7a14ab 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.9.7.tar.bz2) = 1a5c13bcaa81b15c2d152f2d47c04a5f -SHA256 (qtiplot-0.9.7.tar.bz2) = e5e7a5d9a8010245041a38f2c20be6dd254832b588be73ed3718e063c201a4c1 -SIZE (qtiplot-0.9.7.tar.bz2) = 6446993 +MD5 (qtiplot-0.9.7.2.tar.bz2) = ff1bea2f8b3e7722ae75820c3dc33b78 +SHA256 (qtiplot-0.9.7.2.tar.bz2) = 2cd4b9ee4fc84ce1c5c73efdfa8a909ae129a0f04ad9995ebae818e12a879f87 +SIZE (qtiplot-0.9.7.2.tar.bz2) = 6584563 diff --git a/math/qtiplot/files/patch-qtiplot__qtiplot.pro b/math/qtiplot/files/patch-qtiplot__qtiplot.pro index b3236da78019..39ebb1239b5c 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 2008-03-29 10:43:50.000000000 +0300 +++ ./qtiplot/qtiplot.pro 2008-03-29 10:46:00.000000000 +0300 -@@ -45,12 +45,8 @@ +@@ -45,13 +45,9 @@ #!!! Warning: You must modify these paths according to your computer settings ############################################################################# @@ -10,8 +10,10 @@ -INCLUDEPATH += ../3rdparty/liborigin -INCLUDEPATH += ../3rdparty/gsl/include -INCLUDEPATH += ../3rdparty/zlib123/include +-INCLUDEPATH += ../3rdparty/boost_1_36_0 +unix:INCLUDEPATH += $$LOCALBASE/include/qwt +unix:INCLUDEPATH += $$LOCALBASE/include/qwtplot3d-qt4 ++unix:INCLUDEPATH += $$LOCALBASE/include/boost ##################### 3rd PARTY LIBRARIES SECTION ########################### #!!! Warning: You must modify these paths according to your computer settings |