Date: Sun, 5 Apr 2015 15:27:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383299 - in head/games/opencity: . files Message-ID: <201504051527.t35FRLXs088038@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Apr 5 15:27:21 2015 New Revision: 383299 URL: https://svnweb.freebsd.org/changeset/ports/383299 Log: - Update to 0.0.6.5 Added: head/games/opencity/files/patch-configure (contents, props changed) Deleted: head/games/opencity/files/patch-no-pedantic-errors head/games/opencity/files/patch-src__tinyxpath__node_set.cpp Modified: head/games/opencity/Makefile head/games/opencity/distinfo Modified: head/games/opencity/Makefile ============================================================================== --- head/games/opencity/Makefile Sun Apr 5 15:16:59 2015 (r383298) +++ head/games/opencity/Makefile Sun Apr 5 15:27:21 2015 (r383299) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opencity -PORTVERSION= 0.0.6.4 -PORTREVISION= 5 +PORTVERSION= 0.0.6.5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+)\..*$/\1/}/ DISTNAME= ${PORTNAME}-${PORTVERSION}stable @@ -11,11 +10,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}stab MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free 3D city simulator +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= tar:bzip2 gmake pkgconfig USE_SDL= sdl mixer image net USE_GL= gl glu -USE_GCC= any INSTALL_TARGET= install-strip PORTDOCS= * @@ -23,4 +24,10 @@ PORTDATA= * OPTIONS_DEFINE= DOCS -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +USE_GCC= yes +.endif + +.include <bsd.port.post.mk> Modified: head/games/opencity/distinfo ============================================================================== --- head/games/opencity/distinfo Sun Apr 5 15:16:59 2015 (r383298) +++ head/games/opencity/distinfo Sun Apr 5 15:27:21 2015 (r383299) @@ -1,2 +1,2 @@ -SHA256 (opencity-0.0.6.4stable.tar.bz2) = ec2741d826d34f99bbdc3462c94142cfc6ba45aec5a4912f0d1cde11db903fa5 -SIZE (opencity-0.0.6.4stable.tar.bz2) = 8350172 +SHA256 (opencity-0.0.6.5stable.tar.bz2) = 7d7015bee0803f4b8257eefc5e1d7f437d581c6dcc0cd48628acf9896f0bc491 +SIZE (opencity-0.0.6.5stable.tar.bz2) = 8385950 Added: head/games/opencity/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/opencity/files/patch-configure Sun Apr 5 15:27:21 2015 (r383299) @@ -0,0 +1,11 @@ +--- configure.orig 2015-03-16 00:38:20.000000000 +0300 ++++ configure 2015-04-05 17:24:15.263362000 +0300 +@@ -16115,7 +16115,7 @@ + fi + + +-CPPFLAGS="-Wall -Wmissing-braces -Wparentheses -pedantic-errors $CPPFLAGS" ++CPPFLAGS="-Wall -Wmissing-braces -Wparentheses $CPPFLAGS" + + CPPFLAGS="-I$with_gl_prefix/include $enable_gprof $enable_debug $CPPFLAGS" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051527.t35FRLXs088038>