- Add staging support to the Strigi ports.

- Indicate that deskutils/strigi is a meta-port.

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
This commit is contained in:
Raphael Kubo da Costa 2013-11-10 17:28:44 +00:00
parent 87e4d0657e
commit 29bd400fbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333412
6 changed files with 1 additions and 7 deletions

View File

@ -30,7 +30,6 @@ CMAKE_ARGS+= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFFIX}"
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-libstreamanalyzer__plugins__endplugins__CMakeLists.txt
.endif
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e \
's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \

View File

@ -11,7 +11,6 @@ COMMENT= Strigi desktop search: streams library
USES= iconv
USE_LDCONFIG= yes
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e \
's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \

View File

@ -12,11 +12,11 @@ COMMENT= Strigi desktop search (meta port)
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>

View File

@ -15,6 +15,5 @@ LIB_DEPENDS= streams:${PORTSDIR}/deskutils/libstreams \
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>

View File

@ -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>

View File

@ -11,7 +11,5 @@ COMMENT= Strigi desktop search: utilities
LIB_DEPENDS= streams:${PORTSDIR}/deskutils/libstreams \
streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer
NO_STAGE= yes
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>