Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 17:16:17 -0300
From:      "Danilo E. Gondolfo" <danilo@freebsd.org>
To:        Brooks Davis <brooks@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r345162 - head/devel/ccons
Message-ID:  <53066291.6020003@freebsd.org>
In-Reply-To: <20140220035814.GA94224@lor.one-eyed-alien.net>
References:  <201402192326.s1JNQ95R021875@svn.freebsd.org> <20140220035814.GA94224@lor.one-eyed-alien.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02/20/14 00:58, Brooks Davis wrote:
> 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/
>>
>> Log:
>>   - Add libclang.so to LIB_DEPENDS
>>
>> Modified:
>>   head/devel/ccons/Makefile
>>
>> Modified: head/devel/ccons/Makefile
>> ==============================================================================
>> --- 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 @@
>>  
>>  PORTNAME=	ccons
>>  PORTVERSION=	r251
>> +PORTREVISION=	1
>>  CATEGORIES=	devel
>>  MASTER_SITES=	GOOGLE_CODE
>>  
>> @@ -14,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
>>  
>>  BUILD_DEPENDS=	llvm-config33:${PORTSDIR}/devel/llvm33 \
>>  		clang++33:${PORTSDIR}/lang/clang33
>> -LIB_DEPENDS=	libncurses.so:${PORTSDIR}/devel/ncurses
>> +LIB_DEPENDS=	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=	clang++33:${PORTSDIR}/lang/clang33

I agree. Thanks!

Danilo.

> 
> -- Brooks
> 
> [0] Packages will get the right dependency and the build dependency on
> clang++33 will ensure it is installed in typical port setups.
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53066291.6020003>