ports/134896: graphics/qgis: fix qt4 dependencies
Max Brazhnikov
makc at FreeBSD.org
Sun May 24 09:50:06 UTC 2009
>Number: 134896
>Category: ports
>Synopsis: graphics/qgis: fix qt4 dependencies
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun May 24 09:50:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Max Brazhnikov
>Release: FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.2-STABLE FreeBSD 7.2-STABLE #4: Sun May 10 13:08:58 MSD 2009 root at luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386
>Description:
Remove qt4 build tools from run dependencies.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: graphics/qgis/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/qgis/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- graphics/qgis/Makefile 11 Apr 2009 08:13:05 -0000 1.24
+++ graphics/qgis/Makefile 23 May 2009 20:18:37 -0000
@@ -7,7 +7,7 @@
PORTNAME= qgis
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/qgis/src/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -26,7 +26,8 @@
USE_SQLITE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ENV+= QMAKESPEC=${QMAKESPEC}
-QT_COMPONENTS= qmake gui moc rcc uic svg xml network sql linguist
+QT_COMPONENTS= gui svg xml network sql linguist_build \
+ qmake_build moc_build rcc_build uic_build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-qtdir=${QTDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list