ports/134436: multimedia/manencode: fix qt4 dependencies, clean up

Max Brazhnikov makc at FreeBSD.org
Sun May 10 19:00:09 UTC 2009


>Number:         134436
>Category:       ports
>Synopsis:       multimedia/manencode: fix qt4 dependencies, clean up
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 10 19:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        7.2-STABLE
>Organization:
>Environment:
>Description:
Remove qt4 build tools from run dependencies,
use CONFIGURE_ENV for configure target,
fix CATEGORIES.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: ports/multimedia/manencode/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/manencode/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/multimedia/manencode/Makefile	6 Jun 2008 13:48:11 -0000	1.7
+++ ports/multimedia/manencode/Makefile	10 May 2009 15:47:56 -0000
@@ -7,8 +7,8 @@
 
 PORTNAME=	manencode
 PORTVERSION=	1.0
-PORTREVISION=	1
-CATEGORIES=	multimedia kde
+PORTREVISION=	2
+CATEGORIES=	multimedia
 MASTER_SITES=	http://csgib36.ifrance.com/Manencode/
 
 MAINTAINER=	trebestie at gmail.com
@@ -19,7 +19,7 @@
 
 USE_GMAKE=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	gui moc rcc uic qmake corelib
+QT_COMPONENTS=	gui moc_build rcc_build uic_build qmake_build
 
 MANENCODEDIR=	${PREFIX}/share/${PORTNAME}
 TRANSLATION=	_en
@@ -33,9 +33,6 @@
 		son.png sstitres.png toolbar.PNG toolbar_2.PNG \
 		uk.png window.png
 
-MAKE_ENV?=	QTDIR=${QT_PREFIX}
-QMAKE?=	${LOCALBASE}/bin/qmake-qt4
-QMAKESPEC?=	${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
 WRKSRC=	${WRKDIR}/Manencode-${DISTVERSION}
 
 DESKTOP_ENTRIES=	"Manencode" \
@@ -47,7 +44,7 @@
 
 do-configure:
 	@cd ${WRKSRC} \
-	&&  ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} \
+	&&  ${SETENV} ${CONFIGURE_ENV} ${QMAKE} -spec ${QMAKESPEC} \
 	INCLUDEPATH+=${LOCALBASE}/include
 
 pre-install:


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



More information about the freebsd-ports-bugs mailing list