svn commit: r339346 - head/emulators/catapult

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 10 13:43:32 UTC 2014


On Fri, Jan 10, 2014 at 12:14:56PM +0000, Johan van Selst wrote:
> Author: johans
> Date: Fri Jan 10 12:14:56 2014
> New Revision: 339346
> URL: http://svnweb.freebsd.org/changeset/ports/339346
> 
> Log:
>   - Update to 0.10.0
>     This version requires WX 2.8+ and a modern C++0x compiler
>   - Adopt port
> 
> Modified:
>   head/emulators/catapult/Makefile
>   head/emulators/catapult/distinfo
> 
> Modified: head/emulators/catapult/Makefile
> ==============================================================================
> --- head/emulators/catapult/Makefile	Fri Jan 10 12:13:56 2014	(r339345)
> +++ head/emulators/catapult/Makefile	Fri Jan 10 12:14:56 2014	(r339346)
> @@ -2,13 +2,12 @@
>  # $FreeBSD$
>  
>  PORTNAME=	catapult
> -PORTVERSION=	0.9.1
> -PORTREVISION=	4
> +PORTVERSION=	0.10.0
>  CATEGORIES=	emulators
>  MASTER_SITES=	SF/openmsx/openmsx/${PORTVERSION}
>  DISTNAME=	openmsx-${PORTNAME}-${PORTVERSION}
>  
> -MAINTAINER=	ports at FreeBSD.org
> +MAINTAINER=	johans at FreeBSD.org
>  COMMENT=	GUI for openMSX
>  
>  LICENSE=	GPLv2
> @@ -19,8 +18,10 @@ RUN_DEPENDS=	openmsx:${PORTSDIR}/emulato
>  OPTIONS_DEFINE=	DEBUG DOCS
>  
>  USES=		gmake pkgconfig
> +USE_GCC=	4.6+
> +USE_CXXSTD=	gnu++0x

Why USE_GCC and not USES=compiler:c++0x which will allow clang in the same time?

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140110/dfb6c4f3/attachment.sig>


More information about the svn-ports-all mailing list