From owner-svn-ports-head@FreeBSD.ORG Wed Apr 1 06:08:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9C0390C; Wed, 1 Apr 2015 06:08:00 +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 C56C03F3; Wed, 1 Apr 2015 06:08:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31680qb072425; Wed, 1 Apr 2015 06:08:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31680mb072423; Wed, 1 Apr 2015 06:08:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504010608.t31680mb072423@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Apr 2015 06:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382891 - head/Mk 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: Wed, 01 Apr 2015 06:08:01 -0000 Author: bapt Date: Wed Apr 1 06:07:59 2015 New Revision: 382891 URL: https://svnweb.freebsd.org/changeset/ports/382891 QAT: https://qat.redports.org/buildarchive/r382891/ Log: Add a note about BUNDLE_LIBS Suggested by: gerald Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Apr 1 06:05:03 2015 (r382890) +++ head/Mk/bsd.port.mk Wed Apr 1 06:07:59 2015 (r382891) @@ -518,6 +518,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - PREFIX has to be an absolute path. # - PREFIX can't have a trailing slash. # +# BUNDLE_LIBS Teach pkg(8) to not automatically add all shared libraries +# installed by a port as a "provided" shared libraries provided +# for other packages (prevent them from being exposed in the +# solver). This has to be used for ports that bundles third +# party libraries for internal usage. # MASTERDIR - Where the port finds patches, package files, etc. Define # this is you have two or more ports that share most of the # files.