Date: Sun, 10 Nov 2013 17:28:44 +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: r333412 - in head/deskutils: libstreamanalyzer libstreams strigi strigiclient strigidaemon strigiutils Message-ID: <201311101728.rAAHSinn062529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Nov 10 17:28:44 2013 New Revision: 333412 URL: http://svnweb.freebsd.org/changeset/ports/333412 Log: - Add staging support to the Strigi ports. - Indicate that deskutils/strigi is a meta-port. Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> Modified: head/deskutils/libstreamanalyzer/Makefile head/deskutils/libstreams/Makefile head/deskutils/strigi/Makefile head/deskutils/strigiclient/Makefile head/deskutils/strigidaemon/Makefile head/deskutils/strigiutils/Makefile Modified: head/deskutils/libstreamanalyzer/Makefile ============================================================================== --- head/deskutils/libstreamanalyzer/Makefile Sun Nov 10 17:27:16 2013 (r333411) +++ head/deskutils/libstreamanalyzer/Makefile Sun Nov 10 17:28:44 2013 (r333412) @@ -30,7 +30,6 @@ CMAKE_ARGS+= -DFFMPEG_SUFFIX:STRING="${F EXTRA_PATCHES+= ${FILESDIR}/extrapatch-libstreamanalyzer__plugins__endplugins__CMakeLists.txt .endif -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e \ 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \ Modified: head/deskutils/libstreams/Makefile ============================================================================== --- head/deskutils/libstreams/Makefile Sun Nov 10 17:27:16 2013 (r333411) +++ head/deskutils/libstreams/Makefile Sun Nov 10 17:28:44 2013 (r333412) @@ -11,7 +11,6 @@ COMMENT= Strigi desktop search: streams USES= iconv USE_LDCONFIG= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e \ 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \ Modified: head/deskutils/strigi/Makefile ============================================================================== --- head/deskutils/strigi/Makefile Sun Nov 10 17:27:16 2013 (r333411) +++ head/deskutils/strigi/Makefile Sun Nov 10 17:28:44 2013 (r333412) @@ -12,11 +12,11 @@ COMMENT= Strigi desktop search (meta por USE_KDE4= strigi_run NO_BUILD= yes +NO_MTREE= yes OPTIONS_DEFINE= CLIENT DAEMON UTILITIES OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -NO_STAGE= yes .include <${.CURDIR}/Makefile.common> .include <bsd.port.options.mk> Modified: head/deskutils/strigiclient/Makefile ============================================================================== --- head/deskutils/strigiclient/Makefile Sun Nov 10 17:27:16 2013 (r333411) +++ head/deskutils/strigiclient/Makefile Sun Nov 10 17:28:44 2013 (r333412) @@ -15,6 +15,5 @@ LIB_DEPENDS= streams:${PORTSDIR}/deskuti USE_QT4= corelib gui dbus moc_build uic_build qmake_build rcc_build USE_LDCONFIG= yes -NO_STAGE= yes .include <${.CURDIR}/../strigi/Makefile.common> .include <bsd.port.mk> Modified: head/deskutils/strigidaemon/Makefile ============================================================================== --- head/deskutils/strigidaemon/Makefile Sun Nov 10 17:27:16 2013 (r333411) +++ head/deskutils/strigidaemon/Makefile Sun Nov 10 17:28:44 2013 (r333412) @@ -17,6 +17,5 @@ USE_FAM= yes USE_GNOME= libxml2 USE_LDCONFIG= yes -NO_STAGE= yes .include <${.CURDIR}/../strigi/Makefile.common> .include <bsd.port.mk> Modified: head/deskutils/strigiutils/Makefile ============================================================================== --- head/deskutils/strigiutils/Makefile Sun Nov 10 17:27:16 2013 (r333411) +++ head/deskutils/strigiutils/Makefile Sun Nov 10 17:28:44 2013 (r333412) @@ -11,7 +11,5 @@ COMMENT= Strigi desktop search: utilitie LIB_DEPENDS= streams:${PORTSDIR}/deskutils/libstreams \ streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer - -NO_STAGE= yes .include <${.CURDIR}/../strigi/Makefile.common> .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311101728.rAAHSinn062529>