From owner-svn-ports-head@FreeBSD.ORG Thu Oct 9 06:42:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF7E11E2; Thu, 9 Oct 2014 06:42:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB5E4CFB; Thu, 9 Oct 2014 06:42:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s996g2nZ090673; Thu, 9 Oct 2014 06:42:02 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s996g2i5090670; Thu, 9 Oct 2014 06:42:02 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201410090642.s996g2i5090670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 9 Oct 2014 06:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370505 - head/devel/tbb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 06:42:02 -0000 Author: martymac Date: Thu Oct 9 06:42:01 2014 New Revision: 370505 URL: https://svnweb.freebsd.org/changeset/ports/370505 QAT: https://qat.redports.org/buildarchive/r370505/ Log: - Add a DOCS option to install documentation [1] - Remove deprecated @dirrm PR: 194216 [1] Submitted by: gahr [1] Modified: head/devel/tbb/Makefile head/devel/tbb/pkg-plist Modified: head/devel/tbb/Makefile ============================================================================== --- head/devel/tbb/Makefile Thu Oct 9 06:28:14 2014 (r370504) +++ head/devel/tbb/Makefile Thu Oct 9 06:42:01 2014 (r370505) @@ -3,6 +3,7 @@ PORTNAME= tbb PORTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \ LOCAL/martymac @@ -13,6 +14,9 @@ COMMENT= Library that provides thread bu LICENSE= GPLv2 +OPTIONS_DEFINE= DOCS +PORTDOCS= * + ONLY_FOR_ARCHS= amd64 i386 ia64 ONLY_FOR_ARCHS_REASON= has not been ported to this platform @@ -50,5 +54,7 @@ do-install: ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \ ${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \ cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/ + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/tbb/pkg-plist ============================================================================== --- head/devel/tbb/pkg-plist Thu Oct 9 06:28:14 2014 (r370504) +++ head/devel/tbb/pkg-plist Thu Oct 9 06:42:01 2014 (r370505) @@ -99,7 +99,3 @@ lib/libtbb.so lib/libtbb.so.4 lib/libtbbmalloc.so lib/libtbbmalloc.so.4 -@dirrm include/tbb/internal -@dirrm include/tbb/machine -@dirrm include/tbb/compat -@dirrm include/tbb