Date: Fri, 24 Jan 2014 14:00:40 -0200 From: "Danilo E. Gondolfo" <danilo@freebsd.org> To: Tijl Coosemans <tijl@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r340869 - in head/audio/smasher: . files Message-ID: <52E28E28.6070201@freebsd.org> In-Reply-To: <20140124113614.5d47a38c@kalimero.tijl.coosemans.org> References: <201401232313.s0NNDdsi078774@svn.freebsd.org> <20140124113614.5d47a38c@kalimero.tijl.coosemans.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52E28E28.6070201>