Date: Tue, 7 Jan 2014 10:00:52 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338992 - head/emulators/openmsx Message-ID: <201401071000.s07A0q85040570@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Tue Jan 7 10:00:52 2014 New Revision: 338992 URL: http://svnweb.freebsd.org/changeset/ports/338992 Log: - Update OpenMSX to 0.10.0 http://sourceforge.net/projects/openmsx/files/openmsx/0.10.0/README_release-notes.txt/view This version requires a modern GCC compiler Modified: head/emulators/openmsx/Makefile head/emulators/openmsx/distinfo Modified: head/emulators/openmsx/Makefile ============================================================================== --- head/emulators/openmsx/Makefile Tue Jan 7 09:58:08 2014 (r338991) +++ head/emulators/openmsx/Makefile Tue Jan 7 10:00:52 2014 (r338992) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= openmsx -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= emulators MASTER_SITES= SF @@ -23,6 +22,7 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX} MAKEFILE= GNUmakefile USES= gmake tcl +USE_GCC= 4.6+ USE_GL= glew USE_SDL= sdl ttf USE_PYTHON= 2.5+ @@ -50,10 +50,6 @@ post-patch: .include <bsd.port.pre.mk> -.if (${ARCH} == "amd64") -USE_GCC= 4.2+ -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerpc, or sparc64: uses i386-specific asm .endif Modified: head/emulators/openmsx/distinfo ============================================================================== --- head/emulators/openmsx/distinfo Tue Jan 7 09:58:08 2014 (r338991) +++ head/emulators/openmsx/distinfo Tue Jan 7 10:00:52 2014 (r338992) @@ -1,2 +1,2 @@ -SHA256 (openmsx-0.9.1.tar.gz) = 06b82dd7a06baa52ce3aa96545b28103328258e472bd5d99254f4af17492f33e -SIZE (openmsx-0.9.1.tar.gz) = 2975351 +SHA256 (openmsx-0.10.0.tar.gz) = 60c8eab9792558c57ce8a24ea4ea4ac53d6ef38ea3fefb1d794da15d02eedb42 +SIZE (openmsx-0.10.0.tar.gz) = 3051865
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401071000.s07A0q85040570>