ports/115519: Maintainer update port:science/speedcrunch Update QT_COMPONENTS in Makefile since bsd.qt.mk has been changed

Yinghong.Liu relaxbsd at gmail.com
Tue Aug 14 13:00:09 UTC 2007


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



More information about the freebsd-ports-bugs mailing list