From owner-svn-ports-all@FreeBSD.ORG Sun Nov 10 17:28:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32A14B71; Sun, 10 Nov 2013 17:28:46 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1934F2675; Sun, 10 Nov 2013 17:28:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAAHSjiS062538; Sun, 10 Nov 2013 17:28:45 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAAHSinn062529; Sun, 10 Nov 2013 17:28:44 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201311101728.rAAHSinn062529@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 10 Nov 2013 17:28:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 17:28:46 -0000 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 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 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 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 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