Date: Sun, 10 Nov 2013 21:26:41 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333450 - head/net/hupnp Message-ID: <201311102126.rAALQfqd045077@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Nov 10 21:26:41 2013 New Revision: 333450 URL: http://svnweb.freebsd.org/changeset/ports/333450 Log: - Switch from USE_GMAKE=yes to USES=gmake. [1] - Support staging. - Use USES=qmake to simplify the Makefile. Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> Approved by: fluffy (maintainer, implicit) Modified: head/net/hupnp/Makefile Modified: head/net/hupnp/Makefile ============================================================================== --- head/net/hupnp/Makefile Sun Nov 10 21:15:09 2013 (r333449) +++ head/net/hupnp/Makefile Sun Nov 10 21:26:41 2013 (r333450) @@ -11,14 +11,12 @@ DISTNAME= herqq-${PORTVERSION} MAINTAINER= fluffy@FreeBSD.org COMMENT= A library for building UPnP devices and control points +USES= gmake qmake USE_ZIP= yes -USE_GMAKE= yes USE_QT4= corelib network xml dbus gui \ qmake_build moc_build rcc_build uic_build -QMAKE_ARGS= PREFIX=${PREFIX} "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP" herqq.pro -NO_STAGE= yes -do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} +QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP" +QMAKE_PRO= herqq.pro .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311102126.rAALQfqd045077>