ports/156532: [PATCH] graphics/tulip: remove useless gmake + need qmake

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 20 23:00:21 UTC 2011


>Number:         156532
>Category:       ports
>Synopsis:       [PATCH] graphics/tulip: remove useless gmake + need qmake
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 20 23:00:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.2-STABLE FreeBSD 8.2-STABLE #0 r219454M: Thu Mar 10 20:09:22 CET
>Description:
tulip builds fine without gmake but needs qmake to build

Port maintainer (gahr at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tulip-3.5.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/tulip/Makefile,v
retrieving revision 1.53
diff -u -u -r1.53 Makefile
--- Makefile	12 Apr 2011 15:32:01 -0000	1.53
+++ Makefile	20 Apr 2011 22:50:14 -0000
@@ -22,10 +22,9 @@
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 
 USE_QT_VER=	4
-QT_COMPONENTS=	corelib moc_build uic_build rcc_build gui opengl xml network \
+QT_COMPONENTS=	corelib moc_build uic_build rcc_build gui opengl xml network qmake \
 		designer assistant assistantclient
 USE_GL=		glew glut
-USE_GMAKE=	yes
 USE_GNOME=	libxml2
 USE_PYTHON=	yes
 USE_CMAKE=	yes
--- tulip-3.5.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list