From owner-svn-ports-all@FreeBSD.ORG Fri Jan 10 13:43:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2E521C6; Fri, 10 Jan 2014 13:43:32 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC53B1DBF; Fri, 10 Jan 2014 13:43:31 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id z2so4839116wiv.6 for ; Fri, 10 Jan 2014 05:43:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=hJkURLy3XMyIQhDP9z7FNwsnL5ZBRkN1299wt68YVy8=; b=xQV064zEI6izFz00wzhjXOaW++GsLYZnaSxqOxhbDRV6azv1Q8b3Fqn4S4yD24Svwx YQmYvcH9k31K9lrCi+faoO1wM3M7lGk6Xa6UkM/6ez3Ar82NuJJ266ViYuZ4jzNI3NJK gyw3X6EPqz02+DiHqz1rAk4aVjzPiI7mKNzaV1rHGeg7vSGNgdUKirXMA74DZJQPiivf dYwpdNp0bsl4VR2kfI7AxWk7+9EkPs1yfNC69TNyeemi3i+JkKcmDkQgI2+JjYsSEa2L u4Ri6D4+uVgwcg+y0MxmdSnTBozZcIvizFRp1GOVgnoKcxg+PELpcKkjcyXYroF4ZS0q wkgA== X-Received: by 10.180.103.68 with SMTP id fu4mr2742675wib.19.1389361410107; Fri, 10 Jan 2014 05:43:30 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id jw4sm4170829wjc.20.2014.01.10.05.43.28 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 10 Jan 2014 05:43:29 -0800 (PST) Sender: Baptiste Daroussin Date: Fri, 10 Jan 2014 14:43:27 +0100 From: Baptiste Daroussin To: Johan van Selst Subject: Re: svn commit: r339346 - head/emulators/catapult Message-ID: <20140110134327.GO15000@ithaqua.etoilebsd.net> References: <201401101214.s0ACEuF7085638@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qa0ccP92Gc0Ko3P8" Content-Disposition: inline In-Reply-To: <201401101214.s0ACEuF7085638@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 13:43:32 -0000 --Qa0ccP92Gc0Ko3P8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > - Update to 0.10.0 > This version requires WX 2.8+ and a modern C++0x compiler > - Adopt port >=20 > Modified: > head/emulators/catapult/Makefile > head/emulators/catapult/distinfo >=20 > Modified: head/emulators/catapult/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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$ > =20 > PORTNAME=3D catapult > -PORTVERSION=3D 0.9.1 > -PORTREVISION=3D 4 > +PORTVERSION=3D 0.10.0 > CATEGORIES=3D emulators > MASTER_SITES=3D SF/openmsx/openmsx/${PORTVERSION} > DISTNAME=3D openmsx-${PORTNAME}-${PORTVERSION} > =20 > -MAINTAINER=3D ports@FreeBSD.org > +MAINTAINER=3D johans@FreeBSD.org > COMMENT=3D GUI for openMSX > =20 > LICENSE=3D GPLv2 > @@ -19,8 +18,10 @@ RUN_DEPENDS=3D openmsx:${PORTSDIR}/emulato > OPTIONS_DEFINE=3D DEBUG DOCS > =20 > USES=3D gmake pkgconfig > +USE_GCC=3D 4.6+ > +USE_CXXSTD=3D gnu++0x Why USE_GCC and not USES=3Dcompiler:c++0x which will allow clang in the sam= e time? regards, Bapt --Qa0ccP92Gc0Ko3P8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLP+P8ACgkQ8kTtMUmk6EwpfACdHsrcPdgeYUT3EPCFDxEb4/0A BtEAn3+dacOU2U2jR8WgqBRddkpu2p48 =FVHB -----END PGP SIGNATURE----- --Qa0ccP92Gc0Ko3P8--