ports/171175: graphics/qxv missing build deps.

Stefan Grundmann sg2342 at googlemail.com
Wed Aug 29 21:50:01 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list