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

(-)/usr/ports/x11-toolkits/py-qt.new/Makefile (-4 / +4 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.29 2005/01/10 21:58:34 lofi Exp $
5
# $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.29 2005/01/10 21:58:34 lofi Exp $
6
6
7
PORTNAME=	qt
7
PORTNAME=	qt
8
PORTVERSION=	3.13
8
PORTVERSION=	3.14
9
PORTREVISION=	1
9
PORTREVISION=
10
CATEGORIES=	x11-toolkits python
10
CATEGORIES=	x11-toolkits python
11
MASTER_SITES=	http://www.river-bank.demon.co.uk/download/PyQt/
11
MASTER_SITES=	http://www.river-bank.demon.co.uk/download/PyQt/
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 32-41 Link Here
32
.endif
32
.endif
33
33
34
do-configure:
34
do-configure:
35
	@(cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} configure.py \
35
	@( cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} configure.py \
36
		-b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \
36
		-b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \
37
		-n ${X11BASE}/include -o ${X11BASE}/lib \
37
		-n ${X11BASE}/include -o ${X11BASE}/lib \
38
		-v ${PREFIX}/share/sip)
38
		-v ${PREFIX}/share/sip )
39
39
40
.if ${OSVERSION} < 500000
40
.if ${OSVERSION} < 500000
41
post-configure:
41
post-configure:
(-)/usr/ports/x11-toolkits/py-qt.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PyQt-x11-gpl-3.13.tar.gz) = a4145b39742a4d9df9b6bf06495f75f5
1
MD5 (PyQt-x11-gpl-3.14.tar.gz) = a63f0a9e2bd84a110ecbaf6cdf1d956f
2
SIZE (PyQt-x11-gpl-3.13.tar.gz) = 763066
2
SIZE (PyQt-x11-gpl-3.14.tar.gz) = 782085
(-)/usr/ports/x11-toolkits/py-qt.new/files/patch-sip::qt::qstring.sip (-11 lines)
Lines 1-11 Link Here
1
--- sip/qt/qstring.sip.orig	Sun Jan  9 20:06:08 2005
2
+++ sip/qt/qstring.sip	Sun Jan  9 20:06:25 2005
3
@@ -851,7 +851,7 @@
4
 		int len = PyUnicode_GET_SIZE(sipPy);
5
 
6
 		for (int i = 0; i < len; ++i)
7
-			qs->ref(i) = ucode[i];
8
+			qs->ref(i) = QChar(uint(ucode[i]));
9
 #else
10
 		qs -> setUnicodeCodes((ushort *)PyUnicode_AS_UNICODE(sipPy),PyUnicode_GET_SIZE(sipPy));
11
 #endif
(-)/usr/ports/x11-toolkits/py-qt.new/pkg-plist (+2 lines)
Lines 212-219 Link Here
212
share/sip/qtext/qextscintillalexeridl.sip
212
share/sip/qtext/qextscintillalexeridl.sip
213
share/sip/qtext/qextscintillalexerjava.sip
213
share/sip/qtext/qextscintillalexerjava.sip
214
share/sip/qtext/qextscintillalexerjavascript.sip
214
share/sip/qtext/qextscintillalexerjavascript.sip
215
share/sip/qtext/qextscintillalexerlua.sip
215
share/sip/qtext/qextscintillalexerperl.sip
216
share/sip/qtext/qextscintillalexerperl.sip
216
share/sip/qtext/qextscintillalexerpython.sip
217
share/sip/qtext/qextscintillalexerpython.sip
218
share/sip/qtext/qextscintillalexerruby.sip
217
share/sip/qtext/qextscintillalexersql.sip
219
share/sip/qtext/qextscintillalexersql.sip
218
share/sip/qtext/qextscintillamacro.sip
220
share/sip/qtext/qextscintillamacro.sip
219
share/sip/qtext/qextscintillaprinter.sip
221
share/sip/qtext/qextscintillaprinter.sip

Return to bug 78320