View | Details | Raw Unified | Return to bug 126247
Collapse All | Expand All

(-)/home/makc/porting/ports/math/qtiplot/Makefile (-6 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	qtiplot
8
PORTNAME=	qtiplot
9
DISTVERSION=	0.9.6.2
9
DISTVERSION=	0.9.7
10
PORTREVISION=	2
11
CATEGORIES=	math science
10
CATEGORIES=	math science
12
MASTER_SITES=	BERLIOS http://soft.proindependent.com/src/
11
MASTER_SITES=	BERLIOS http://soft.proindependent.com/src/
13
12
Lines 15-21 Link Here
15
COMMENT=	An Origin clone for data analysis and scientific plotting
14
COMMENT=	An Origin clone for data analysis and scientific plotting
16
15
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
18
19
LIB_DEPENDS=	gsl.12:${PORTSDIR}/math/gsl \
17
LIB_DEPENDS=	gsl.12:${PORTSDIR}/math/gsl \
20
		qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \
18
		qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \
21
		qwt.5:${PORTSDIR}/x11-toolkits/qwt5
19
		qwt.5:${PORTSDIR}/x11-toolkits/qwt5
Lines 25-31 Link Here
25
USE_QT_VER=	4
23
USE_QT_VER=	4
26
QT_COMPONENTS=	gui moc_build qmake_build opengl svg qt3support network assistantclient
24
QT_COMPONENTS=	gui moc_build qmake_build opengl svg qt3support network assistantclient
27
HAS_CONFIGURE=	yes
25
HAS_CONFIGURE=	yes
28
QMAKE_ARGS+=	-unix -recursive LOCALBASE=${LOCALBASE}
26
QMAKE_ARGS+=	-unix -recursive LOCALBASE=${LOCALBASE} PYTHON_CMD=${PYTHON_CMD}
29
USE_DOS2UNIX=	*.pro
27
USE_DOS2UNIX=	*.pro
30
MAN1=		qtiplot.1
28
MAN1=		qtiplot.1
31
29
Lines 57-64 Link Here
57
.endif
55
.endif
58
56
59
.if !defined(WITHOUT_NLS)
57
.if !defined(WITHOUT_NLS)
60
#QT_COMPONENTS+=	linguist
58
QT_COMPONENTS+=	linguist_build
61
BUILD_DEPENDS+=	${LOCALBASE}/bin/lupdate-qt4:${PORTSDIR}/devel/qt4-linguist
62
PLIST_SUB+=	NLS=""
59
PLIST_SUB+=	NLS=""
63
.else
60
.else
64
PLIST_SUB+=	NLS="@comment "
61
PLIST_SUB+=	NLS="@comment "
(-)/home/makc/porting/ports/math/qtiplot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (qtiplot-0.9.6.2.tar.bz2) = 6af2b27f678e8215299f3f4a424b11fe
1
MD5 (qtiplot-0.9.7.tar.bz2) = 1a5c13bcaa81b15c2d152f2d47c04a5f
2
SHA256 (qtiplot-0.9.6.2.tar.bz2) = 16f624eb6cd5e4d153adcbc1b84598a9fc5028cad4c9d34022839c2805a8dcbb
2
SHA256 (qtiplot-0.9.7.tar.bz2) = e5e7a5d9a8010245041a38f2c20be6dd254832b588be73ed3718e063c201a4c1
3
SIZE (qtiplot-0.9.6.2.tar.bz2) = 6482625
3
SIZE (qtiplot-0.9.7.tar.bz2) = 6446993
(-)/home/makc/porting/ports/math/qtiplot/files/patch-qtiplot__qtiplot.pro (-1 / +1 lines)
Lines 55-61 Link Here
55
     LIBS        += -lm
55
     LIBS        += -lm
56
     system(mkdir -p $${SIP_DIR})
56
     system(mkdir -p $${SIP_DIR})
57
-    system($$system(python python-sipcmd.py) -c $${SIP_DIR} src/qti.sip)
57
-    system($$system(python python-sipcmd.py) -c $${SIP_DIR} src/qti.sip)
58
+    SIPCMD = $$(PYTHON_VERSION) python-sipcmd.py
58
+    SIPCMD = $$PYTHON_CMD python-sipcmd.py
59
+    system($$system($$SIPCMD) -c $${SIP_DIR} src/qti.sip)
59
+    system($$system($$SIPCMD) -c $${SIP_DIR} src/qti.sip)
60
   }
60
   }

Return to bug 126247