Bug 171175 - graphics/qxv missing build deps.
Summary: graphics/qxv missing build deps.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 22:50 UTC by Stefan Grundmann
Modified: 2012-08-29 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (626 bytes, patch)
2012-08-29 22:50 UTC, Stefan Grundmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Grundmann 2012-08-29 22:50:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-29 22:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2012-08-29 23:13:25 UTC
State Changed
From-To: open->closed

Comitted. Thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-29 23:14:23 UTC
Author: cy
Date: Wed Aug 29 22:14:13 2012
New Revision: 303351
URL: http://svn.freebsd.org/changeset/ports/303351

Log:
  Fix dependencies.
  
  PR:		171175
  Submitted by:	Stefan Grundmann <sg2342@googlemail.com>

Modified:
  head/graphics/qxv/Makefile

Modified: head/graphics/qxv/Makefile
==============================================================================
--- head/graphics/qxv/Makefile	Wed Aug 29 21:20:32 2012	(r303350)
+++ head/graphics/qxv/Makefile	Wed Aug 29 22:14:13 2012	(r303351)
@@ -7,6 +7,7 @@
 
 PORTNAME=	qxv
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES+=	graphics
 MASTER_SITES=	http://labs.freehackers.org/attachments/download/422/
 
@@ -30,7 +31,8 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 
 USE_BZIP2=	yes
 USE_XORG=	sm xrender xext x11 xau xdmcp ice
-USE_QT4=	corelib gui qmake_build
+USE_QT4=	corelib gui qmake_build moc_build uic_build rcc_build
+MAKE_JOBS_UNSAFE=	yes
 HAS_CONFIGURE=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"