From owner-svn-ports-head@FreeBSD.ORG Sat Mar 28 15:07:34 2015 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 EFBAD438; Sat, 28 Mar 2015 15:07:33 +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 B044FDAD; Sat, 28 Mar 2015 15:07:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SF7XD5085749; Sat, 28 Mar 2015 15:07:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SF7XpZ085748; Sat, 28 Mar 2015 15:07:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503281507.t2SF7XpZ085748@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 28 Mar 2015 15:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382500 - head/devel/boost-all 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: Sat, 28 Mar 2015 15:07:34 -0000 Author: bapt Date: Sat Mar 28 15:07:32 2015 New Revision: 382500 URL: https://svnweb.freebsd.org/changeset/ports/382500 QAT: https://qat.redports.org/buildarchive/r382500/ Log: Convert to USES=metaport Modified: head/devel/boost-all/Makefile Modified: head/devel/boost-all/Makefile ============================================================================== --- head/devel/boost-all/Makefile Sat Mar 28 15:07:30 2015 (r382499) +++ head/devel/boost-all/Makefile Sat Mar 28 15:07:32 2015 (r382500) @@ -3,9 +3,7 @@ PORTNAME= boost-all -MASTER_SITES= # empty -DISTFILES= # none -EXTRACT_ONLY= # empty +USES= metaport COMMENT?= The "meta-port" for boost libraries @@ -15,9 +13,6 @@ JAM_DESC= Boost.Jam - Build tool from th LIBRARIES_DESC= Free portable C++ libraries PYTHON_DESC= Boost.Python - interfacing Python and C++ -NO_BUILD= yes -NO_MTREE= yes - .include "common.mk" LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs @@ -25,7 +20,4 @@ JAM_RUN_DEPENDS= ${LOCALBASE}/bin/bjam:$ PYTHON_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-python-libs DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/boost/doc/html/index.html:${PORTSDIR}/devel/boost-docs -do-install: - ${DO_NADA} - .include