Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2007 20:57:17 +0800
From:      "Yinghong.Liu" <relaxbsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115519: Maintainer update port:science/speedcrunch Update QT_COMPONENTS in Makefile since bsd.qt.mk has been changed
Message-ID:  <46c1a6b4.1c528c0a.0812.ffffb60a@mx.google.com>
Resent-Message-ID: <200708141300.l7ED08dp050676@freefall.freebsd.org>

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

>Number:         115519
>Category:       ports
>Synopsis:       Maintainer update port:science/speedcrunch Update QT_COMPONENTS in Makefile since bsd.qt.mk has been changed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 14 13:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yinghong.Liu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua@relaxbsd.org:/usr/src/sys/i386/compile/LYH i386


	
>Description:
*Update QT_COMPONENTS in Makefile since bsd.qt.mk has been changed.Because qmake,moc,rcc only component_build by this port.
*Remove corelib in QT_COMPONENTS because it depends by gui.
	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.diff begins here ---
--- Makefile.orig	Tue Aug 14 20:30:30 2007
+++ Makefile	Tue Aug 14 20:31:22 2007
@@ -16,7 +16,7 @@
 BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
 
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake corelib moc gui rcc
+QT_COMPONENTS=	qmake_build moc_build rcc_build gui
 CMAKE_ARGS=	-DCMAKE_BUILD_TYPE:STRING=Release \
 		-DCMAKE_C_COMPILER:STRING='${CC}' \
 		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
--- Makefile.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46c1a6b4.1c528c0a.0812.ffffb60a>