svn commit: r340869 - in head/audio/smasher: . files

Danilo E. Gondolfo danilo at freebsd.org
Fri Jan 24 15:58:07 UTC 2014


On 01/24/14 08:36, Tijl Coosemans wrote:
> On Thu, 23 Jan 2014 23:13:39 +0000 (UTC) Danilo Egea Gondolfo wrote:
>> Author: danilo
>> Date: Thu Jan 23 23:13:39 2014
>> New Revision: 340869
>> URL: http://svnweb.freebsd.org/changeset/ports/340869
>> QAT: https://qat.redports.org/buildarchive/r340869/
>>
>> Log:
>>   - Add stage support
>>   - Fix build
>>   - Add USE_GCC. clang fails with a lot of c++ erros
>>   - Bump PORTREVISION
> 
> The USE_GCC line is a comment.

Oops!!! I've committed it after try a last time build with clang.

Thanks!

> 
> 
>> Modified: head/audio/smasher/Makefile
>> ==============================================================================
>> --- head/audio/smasher/Makefile	Thu Jan 23 23:09:44 2014	(r340868)
>> +++ head/audio/smasher/Makefile	Thu Jan 23 23:13:39 2014	(r340869)
>> @@ -3,7 +3,7 @@
>>  
>>  PORTNAME=	smasher
>>  PORTVERSION=	1.1.6
>> -PORTREVISION=	3
>> +PORTREVISION=	4
>>  CATEGORIES=	audio
>>  MASTER_SITES=	SF
>>  DISTNAME=	${PORTNAME}-${PORTVERSION}-source
>> @@ -16,8 +16,8 @@ LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/a
>>  		libcsound64.so:${PORTSDIR}/audio/csound
>>  
>>  GNU_CONFIGURE=	yes
>> -USES=		gmake pkgconfig
>> -NO_STAGE=	yes
>> +USES=		desktop-file-utils gmake pkgconfig
>> +#USE_GCC=	yes
>>  USE_WX=		yes
>>  WX_CONF_ARGS=	absolute
> 



More information about the svn-ports-all mailing list