Date: Fri, 24 Jan 2014 11:36:14 +0100 From: Tijl Coosemans <tijl@FreeBSD.org> To: Danilo Egea Gondolfo <danilo@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: <20140124113614.5d47a38c@kalimero.tijl.coosemans.org> In-Reply-To: <201401232313.s0NNDdsi078774@svn.freebsd.org> References: <201401232313.s0NNDdsi078774@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > 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?20140124113614.5d47a38c>