Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2011 15:51:09 -0700 (PDT)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gahr@FreeBSD.org
Subject:   ports/156532: [PATCH] graphics/tulip: remove useless gmake + need qmake
Message-ID:  <4daf635d.4536e30a.6c38.4c6d@mx.google.com>
Resent-Message-ID: <201104202300.p3KN0KwV020652@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4daf635d.4536e30a.6c38.4c6d>