From owner-svn-ports-head@FreeBSD.ORG Thu Feb 20 03:58:24 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12A7AA7B; Thu, 20 Feb 2014 03:58:24 +0000 (UTC) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B61951A2D; Thu, 20 Feb 2014 03:58:22 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.7/8.14.7) with ESMTP id s1K3wEg2094800; Wed, 19 Feb 2014 21:58:14 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.7/8.14.7/Submit) id s1K3wE4c094799; Wed, 19 Feb 2014 21:58:14 -0600 (CST) (envelope-from brooks) Date: Wed, 19 Feb 2014 21:58:14 -0600 From: Brooks Davis To: Danilo Egea Gondolfo Subject: Re: svn commit: r345162 - head/devel/ccons Message-ID: <20140220035814.GA94224@lor.one-eyed-alien.net> References: <201402192326.s1JNQ95R021875@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline In-Reply-To: <201402192326.s1JNQ95R021875@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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, 20 Feb 2014 03:58:24 -0000 --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 19, 2014 at 11:26:09PM +0000, Danilo Egea Gondolfo wrote: > Author: danilo > Date: Wed Feb 19 23:26:09 2014 > New Revision: 345162 > URL: http://svnweb.freebsd.org/changeset/ports/345162 > QAT: https://qat.redports.org/buildarchive/r345162/ >=20 > Log: > - Add libclang.so to LIB_DEPENDS >=20 > Modified: > head/devel/ccons/Makefile >=20 > Modified: head/devel/ccons/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/ccons/Makefile Wed Feb 19 22:31:37 2014 (r345161) > +++ head/devel/ccons/Makefile Wed Feb 19 23:26:09 2014 (r345162) > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D ccons > PORTVERSION=3D r251 > +PORTREVISION=3D 1 > CATEGORIES=3D devel > MASTER_SITES=3D GOOGLE_CODE > =20 > @@ -14,7 +15,8 @@ LICENSE_FILE=3D ${WRKSRC}/LICENSE > =20 > BUILD_DEPENDS=3D llvm-config33:${PORTSDIR}/devel/llvm33 \ > clang++33:${PORTSDIR}/lang/clang33 > -LIB_DEPENDS=3D libncurses.so:${PORTSDIR}/devel/ncurses > +LIB_DEPENDS=3D libncurses.so:${PORTSDIR}/devel/ncurses \ > + libclang.so:${PORTSDIR}/lang/clang33 In practice I don't think will be a problem[0], but multiple ports provide a libclang.so and they are not interoperable so you should depend on something versioned. For now I'd probably do RUN_DEPENDS=3D clang++33:${PORTSDIR}/lang/clang33 -- Brooks [0] Packages will get the right dependency and the build dependency on clang++33 will ensure it is installed in typical port setups. --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iKYEARECAGYFAlMFfVZfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY1NUQ1MTlDMjZBNzgyRTcyNTI5OUJGMDVE OEU4QkU5RjIzODFBRDQACgkQXY6L6fI4GtQ2TACeMatf1Mu6f/Z6bK4CHq+9kCJ+ 1E4AoJW3rwGmRgYSsI1TYeqGKc/XZY2N =dkOw -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q--