Date: Wed, 29 Aug 2012 21:49:39 GMT From: Stefan Grundmann <sg2342@googlemail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/171175: graphics/qxv missing build deps. Message-ID: <201208292149.q7TLndsI047333@red.freebsd.org> Resent-Message-ID: <201208292150.q7TLo1LM037169@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171175 >Category: ports >Synopsis: graphics/qxv missing build deps. >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: Wed Aug 29 21:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Stefan Grundmann >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD bath 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r239407M: Wed Aug 22 02:06:39 UTC 2012 root@bath:/usr/obj/usr/src/sys/BATH amd64 >Description: graphics/qxv build depends on moc, uic and rcc. this should be corrected in the Makefile. >How-To-Repeat: remove qt4-moc, qt4-uic and qt4-rcc if installed, then try to build the port. >Fix: diff -rnu qxv.patched/Makefile qxv/Makefile --- qxv.patched/Makefile 2012-08-29 21:48:43.917301972 +0000 +++ qxv/Makefile 2012-08-29 01:24:04.000000000 +0000 @@ -7,7 +7,6 @@ PORTNAME= qxv PORTVERSION= 0.2 -PORTREVISION= 1 CATEGORIES+= graphics MASTER_SITES= http://labs.freehackers.org/attachments/download/422/ @@ -31,8 +30,7 @@ USE_BZIP2= yes USE_XORG= sm xrender xext x11 xau xdmcp ice -USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build -MAKE_JOBS_UNSAFE= yes +USE_QT4= corelib gui qmake_build HAS_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208292149.q7TLndsI047333>