svn commit: r346760 - head/devel/ccache

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Mar 3 21:37:50 UTC 2014


Bryan Drewery <bdrewery at FreeBSD.org> writes:

> On 3/2/2014 6:39 AM, Raphael Kubo da Costa wrote:
>> Author: rakuco
>> Date: Sun Mar  2 12:39:36 2014
>> New Revision: 346760
>> URL: http://svnweb.freebsd.org/changeset/ports/346760
>> QAT: https://qat.redports.org/buildarchive/r346760/
>> 
>> Log:
>>   Fix the build after r346759.
>> 
>> Modified:
>>   head/devel/ccache/Makefile
>> 
>> Modified: head/devel/ccache/Makefile
>> ==============================================================================
>> --- head/devel/ccache/Makefile	Sun Mar  2 12:10:16 2014	(r346759)
>> +++ head/devel/ccache/Makefile	Sun Mar  2 12:39:36 2014	(r346760)
>> @@ -103,4 +103,4 @@ post-install:
>>  	@${CAT} ${FILESDIR}/pkg-message-clang >> ${PKGMESSAGE}
>>  .endif
>>  
>> -.include <bsd.port.mk>
>> +.include <bsd.port.post.mk>
>> 
>
> Can you please show me the build log of the failure? I had no issue here.

===>  Cleaning for ccache-3.1.9_7
/!\ ccache-3.1.9_7: Makefile errors /!\

you cannot include bsd.port[.pre].mk twice

*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/ccache


More information about the svn-ports-all mailing list