svn commit: r334874 - in head: deskutils/recoll sysutils/qpxtool

Max Brazhnikov makc at FreeBSD.org
Mon Nov 25 18:01:09 UTC 2013


Author: makc
Date: Mon Nov 25 18:01:08 2013
New Revision: 334874
URL: http://svnweb.freebsd.org/changeset/ports/334874

Log:
  - Pass QMAKE_ARGS to qmake
  
  Approved by:	portmgr (blanket approval)

Modified:
  head/deskutils/recoll/Makefile
  head/sysutils/qpxtool/Makefile

Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile	Mon Nov 25 18:01:01 2013	(r334873)
+++ head/deskutils/recoll/Makefile	Mon Nov 25 18:01:08 2013	(r334874)
@@ -46,8 +46,8 @@ PYDISTUTILS_EGGINFO=	Recoll-1.0-py${PYTH
 .endif
 
 .if ${PORT_OPTIONS:MQT4}
-USE_QT4=	moc_build qmake_build rcc_build uic_build iconengines imageformats \
-		corelib gui xml webkit
+USE_QT4=	moc_build qmake_build rcc_build uic_build iconengines_run \
+		imageformats_run corelib gui xml webkit
 QT_NONSTANDARD=	yes
 CONFIGURE_ENV+=	QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}"
 INSTALLS_ICONS=	yes
@@ -71,8 +71,8 @@ post-patch:
 
 post-configure:
 .if ${PORT_OPTIONS:MQT4}
-	@cd ${WRKSRC}/qtgui && ${SETENV} ${CONFIGURE_ENV} \
-		${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
+	@cd ${WRKSRC}/qtgui && ${SETENV} ${QMAKE_ENV} \
+		${QMAKE} ${QMAKE_ARGS}
 .endif
 
 .include <bsd.port.mk>

Modified: head/sysutils/qpxtool/Makefile
==============================================================================
--- head/sysutils/qpxtool/Makefile	Mon Nov 25 18:01:01 2013	(r334873)
+++ head/sysutils/qpxtool/Makefile	Mon Nov 25 18:01:08 2013	(r334874)
@@ -7,7 +7,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION}
 
 MAINTAINER=	horia at racoviceanu.com
-COMMENT=	A GUI for testing CD/DVD quality and transfer rate
+COMMENT=	GUI for testing CD/DVD quality and transfer rate
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
@@ -20,7 +20,7 @@ CONFIGURE_ENV=	PREFIX=${PREFIX}
 USE_LDCONFIG=	yes
 
 post-configure:
-	@${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \
+	@${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKE_AGRS}|' \
 		${WRKSRC}/gui/Makefile
 	@${REINPLACE_CMD} -e 's|S_ISBLK|S_ISCHR|' \
 		${WRKSRC}/lib/qpxtransport/qpx_mmc.cpp


More information about the svn-ports-head mailing list