Date: Sun, 24 May 2009 09:41:21 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134896: graphics/qgis: fix qt4 dependencies Message-ID: <200905240941.n4O9fLJ8018688@www.freebsd.org> Resent-Message-ID: <200905240950.n4O9o5ah005253@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905240941.n4O9fLJ8018688>