summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-01-30 14:27:27 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-01-30 14:27:27 +0000
commitafb550e3cf83ca6a9d25a40d91f5208b3c36f9f2 (patch)
treefb95bc5acb82022c6c68c02f6e263d6524f02ae6 /graphics
parent- Update to 0.9.9.1 (diff)
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters.
Notes
Notes: svn path=/head/; revision=248842
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imgseek/Makefile2
-rw-r--r--graphics/lphoto/Makefile4
-rw-r--r--graphics/py-qt4-svg/distinfo6
-rw-r--r--graphics/qgis/Makefile6
4 files changed, 12 insertions, 6 deletions
diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile
index a62ea383f8c5..4b29c05024ca 100644
--- a/graphics/imgseek/Makefile
+++ b/graphics/imgseek/Makefile
@@ -7,7 +7,7 @@
PORTNAME= imgSeek
PORTVERSION= 0.8.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile
index 964474531a61..b6387aa562d4 100644
--- a/graphics/lphoto/Makefile
+++ b/graphics/lphoto/Makefile
@@ -25,6 +25,10 @@ RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \
${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl
#USE_CDRTOOLS= yes
+IGNORE= does not compile with devel/py-sip>=4.10
+DEPRECATED= broken
+EXPIRATION_DATE=2010-03-30
+
USE_PYTHON= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/graphics/py-qt4-svg/distinfo b/graphics/py-qt4-svg/distinfo
index f6a298a5be54..a5eccc57a770 100644
--- a/graphics/py-qt4-svg/distinfo
+++ b/graphics/py-qt4-svg/distinfo
@@ -1,3 +1,3 @@
-MD5 (PyQt-x11-gpl-4.6.2.tar.gz) = b7aba1b0e41d674b0ebcb64844f442f7
-SHA256 (PyQt-x11-gpl-4.6.2.tar.gz) = 09312616c3e796b670222c575bbaab6f367f45242f2e82f83f8b3af9ce535bcf
-SIZE (PyQt-x11-gpl-4.6.2.tar.gz) = 6979753
+MD5 (PyQt-x11-gpl-4.7.tar.gz) = 4882179ab4da128aaa8520f146afb955
+SHA256 (PyQt-x11-gpl-4.7.tar.gz) = 7fee05d926f33c290544965960262f1866256d95021332f8ab6918fe22419743
+SIZE (PyQt-x11-gpl-4.7.tar.gz) = 7888435
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index e1fd096bb751..0964eb67bb92 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qgis
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/qgis/src/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -26,7 +27,7 @@ USE_QT_VER= 4
USE_SQLITE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ENV+= QMAKESPEC=${QMAKESPEC}
-QT_COMPONENTS= gui svg xml network sql linguist \
+QT_COMPONENTS= gui svg xml network sql designer linguist_build \
qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -36,7 +37,7 @@ USE_LDCONFIG= yes
OPTIONS= GRASS "Enable GRASS support" Off \
POSTGIS "Enable PostGIS support" Off \
- PYTHON "Enable Python support" On
+ PYTHON "Enable Python (broken with sip-4.10)" Off
.include <bsd.port.pre.mk>
@@ -65,6 +66,7 @@ PLIST_SUB+= PGSQL="@comment "
.if defined(WITHOUT_PYTHON)
PLIST_SUB+= QGIS_PYTHON="@comment "
.else
+IGNORE= doesn't compile with devel/py-sip>=4.10
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 \