diff options
author | barner <barner@FreeBSD.org> | 2006-09-05 15:25:59 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-09-05 15:25:59 +0800 |
commit | d0f91dda942e0afb93d78368e611a0f929406eb5 (patch) | |
tree | b0ed971bcb28cbc72ecc008f012e0e24a92d2b91 /math | |
parent | 4be98b283741e08c1d11a1032554b93d551a1c69 (diff) | |
download | freebsd-ports-gnome-d0f91dda942e0afb93d78368e611a0f929406eb5.tar.gz freebsd-ports-gnome-d0f91dda942e0afb93d78368e611a0f929406eb5.tar.zst freebsd-ports-gnome-d0f91dda942e0afb93d78368e611a0f929406eb5.zip |
- Update to 0.8.6.2
- Remove dependence on qwt4 - now qtiplot statically linked to qwt5
(shipped with port).
- Add dependence on liborigin.
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
PR: ports/102816
Diffstat (limited to 'math')
-rw-r--r-- | math/qtiplot/Makefile | 33 | ||||
-rw-r--r-- | math/qtiplot/distinfo | 6 |
2 files changed, 24 insertions, 15 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 2d9ab9c7cb4d..95ec35ed4ce0 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -6,16 +6,17 @@ # PORTNAME= qtiplot -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6.2 CATEGORIES= math science MASTER_SITES= http://soft.proindependent.com/src/ +DISTNAME= ${PORTNAME}-0.8.6-2 MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ - qwt:${PORTSDIR}/x11-toolkits/qwt \ + origin.0:${PORTSDIR}/math/liborigin \ qwtplot3d:${PORTSDIR}/math/qwtplot3d USE_BZIP2= yes @@ -33,33 +34,41 @@ MAKE_ENV= QTDIR=${QT_PREFIX} IGNORE= does not compile on FreeBSD 4.x .endif -.if exists(${X11BASE}/share/qt/mkspecs/freebsd-g++) -QMAKESPEC= ${X11BASE}/share/qt/mkspecs/freebsd-g++ -.else +QMAKE= qmake QMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -.endif + +QPRO_DIRS= . \ + 3rdparty/qwt \ + fitPlugins/fitRational0 \ + fitPlugins/fitRational1 \ + qtiplot post-patch: +.for d in ${QPRO_DIRS} @${REINPLACE_CMD} -e \ - "s:../3rdparty/qwt/include:${LOCALBASE}/include/qwt:" \ + "s:../3rdparty/liborigin/include:${LOCALBASE}/include:" \ -e "s:/usr/include/qwtplot3d:${X11BASE}/include:" \ -e "/^unix:LIBS/s:-L /usr/lib:-L${LOCALBASE}/lib:" \ - -e "/^unix:LIBS/s:../3rdparty/qwt/lib/libqwt.a:-L ${LOCALBASE}/lib -lqwt:" \ -e "/^unix:documentation.path/s:/usr/share/doc/qtiplot:${DOCSDIR}:" \ - ${WRKSRC}/${PORTNAME}.pro + ${WRKSRC}/${d}/*.pro +.endfor do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ - -spec ${QMAKESPEC} ${PORTNAME}.pro +.for d in ${QPRO_DIRS} + @cd ${WRKSRC}/${d} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ + -spec ${QMAKESPEC} *.pro +.endfor post-configure: +.for d in ${QPRO_DIRS} @${REINPLACE_CMD} -e \ 's|^CC .*|CC=${CC}|; \ s|^CXX .*|CXX=${CXX}|; \ s|-pipe||; \ s|^\(CFLAGS .*= \)|\1${CFLAGS}|; \ s|^\(CXXFLAGS = \)|\1${CXXFLAGS}|' \ - ${WRKSRC}/Makefile + ${WRKSRC}/${d}/Makefile +.endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qtiplot/qtiplot ${PREFIX}/bin diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index 45dc9c9ea4c6..dfa109ea4035 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.8.5.tar.bz2) = aa7350a3e5f2662077684421e0deb21f -SHA256 (qtiplot-0.8.5.tar.bz2) = 81831d8dfaddbdf32d85a6e7eaf0e54e2321e2fba6ffaabfe6943bc326a6f874 -SIZE (qtiplot-0.8.5.tar.bz2) = 530579 +MD5 (qtiplot-0.8.6-2.tar.bz2) = 6025c050b291671ffcfcac7949e97c4e +SHA256 (qtiplot-0.8.6-2.tar.bz2) = 64342a9c19ab7fff8dd1ea7e1dafe331709393a6ad892ffda8138ec07c3df657 +SIZE (qtiplot-0.8.6-2.tar.bz2) = 655993 |