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

Tijl Coosemans tijl at FreeBSD.org
Fri Jan 24 10:37:29 UTC 2014


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


More information about the svn-ports-all mailing list