ports/152754: graphics/qgis: disable Python support, it's broken with new PyQt4
Max Brazhnikov
makc at FreeBSD.org
Wed Dec 1 21:20:10 UTC 2010
>Number: 152754
>Category: ports
>Synopsis: graphics/qgis: disable Python support, it's broken with new PyQt4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 01 21:20:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Max Brazhnikov
>Release: FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Tue Nov 30 22:58:45 MSK 2010 root at luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA amd64
>Description:
PyQt ports will be updated to 4.8.1 soon, this will break python support in qgis. Disable it by default.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/qgis/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile 10 Sep 2010 06:22:21 -0000 1.39
+++ Makefile 30 Nov 2010 21:40:25 -0000
@@ -7,6 +7,7 @@
PORTNAME= qgis
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/qgis/src/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -36,7 +37,7 @@
OPTIONS= GRASS "Enable GRASS support" Off \
POSTGIS "Enable PostGIS support" Off \
- PYTHON "Enable Python (broken with sip-4.10)" On
+ PYTHON "Enable Python (broken with sip-4.11)" Off
.include <bsd.port.pre.mk>
@@ -65,6 +66,7 @@
.if defined(WITHOUT_PYTHON)
PLIST_SUB+= QGIS_PYTHON="@comment "
.else
+BROKEN= does not compile with sip-4.11
PLIST_SUB+= QGIS_PYTHON=""
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sip>=4.8.2:${PORTSDIR}/devel/py-sip \
${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.5.4:${PORTSDIR}/x11-toolkits/py-qt4-gui \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list