diff options
author | makc <makc@FreeBSD.org> | 2010-03-13 03:53:20 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-03-13 03:53:20 +0800 |
commit | 272c4efd6dd5fb8d22f43d769f95ab3e0f4adb00 (patch) | |
tree | 0a6a6285ed1f0ee5b6b02fc12ceaf8aa2eee365b /math/qtiplot | |
parent | 4bf30b8ab5236467c9b211b0bb739da4b9a9b601 (diff) | |
download | freebsd-ports-gnome-272c4efd6dd5fb8d22f43d769f95ab3e0f4adb00.tar.gz freebsd-ports-gnome-272c4efd6dd5fb8d22f43d769f95ab3e0f4adb00.tar.zst freebsd-ports-gnome-272c4efd6dd5fb8d22f43d769f95ab3e0f4adb00.zip |
Update to 0.9.7.12
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 9 | ||||
-rw-r--r-- | math/qtiplot/distinfo | 6 | ||||
-rw-r--r-- | math/qtiplot/files/build.conf | 3 |
3 files changed, 8 insertions, 10 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index db32946eae10..400f1abc4b3f 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qtiplot -DISTVERSION= 0.9.7.11 -PORTREVISION= 1 +DISTVERSION= 0.9.7.12 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ @@ -105,11 +104,7 @@ do-configure: .if !defined(WITHOUT_NLS) @(cd ${WRKSRC}/qtiplot && ${LOCALBASE}/bin/lrelease-qt4 -compress qtiplot.pro) .endif - @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS}) - -post-configure: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|' + @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} ) post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index 34b8fb0bafa2..4bacc0d81fcd 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.9.7.11.tar.bz2) = 4473d9f747353080f0b4e34ae6c1e725 -SHA256 (qtiplot-0.9.7.11.tar.bz2) = dd6c1c832eed89cd8bab55d73f77549338faf4e10f4dbf534df597b39bb2f52f -SIZE (qtiplot-0.9.7.11.tar.bz2) = 8015168 +MD5 (qtiplot-0.9.7.12.tar.bz2) = 2620bf8a520967d2a58d5f290da745de +SHA256 (qtiplot-0.9.7.12.tar.bz2) = 29cf8e3dbd5539019b3351893c8b2fafa1e1283333d4b055b711b3a7ea85d935 +SIZE (qtiplot-0.9.7.12.tar.bz2) = 8221079 diff --git a/math/qtiplot/files/build.conf b/math/qtiplot/files/build.conf index 3f19e1d33205..0d492b3ea6ce 100644 --- a/math/qtiplot/files/build.conf +++ b/math/qtiplot/files/build.conf @@ -17,6 +17,9 @@ BOOST_LIBS = -lboost_date_time -lboost_thread QWT_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwt/src QWT_LIBS = $$QTI_ROOT/3rdparty/qwt/lib/libqwt.a +QWT3D_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwtplot3d/include +QWT3D_LIBS = $$QTI_ROOT/3rdparty/qwtplot3d/lib/libqwtplot3d.a + LIBPNG_INCLUDEPATH = LIBPNG_LIBS = -lpng |