Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 00:36:37 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366693 - head/games/opencity/files
Message-ID:  <201408310036.s7V0abo6076174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Aug 31 00:36:37 2014
New Revision: 366693
URL: http://svnweb.freebsd.org/changeset/ports/366693
QAT: https://qat.redports.org/buildarchive/r366693/

Log:
  Support building with modern, more standards-compliant compilers such
  as GCC 4.8.
  
  (For a project as little maintained upstream as OpenCity building with
  -pedantic-errors is a bad idea anyways.)
  
  PR:		192132
  Approved by:	maintainer timeout (amdmi3, five weeks)

Added:
  head/games/opencity/files/patch-no-pedantic-errors   (contents, props changed)

Added: head/games/opencity/files/patch-no-pedantic-errors
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/opencity/files/patch-no-pedantic-errors	Sun Aug 31 00:36:37 2014	(r366693)
@@ -0,0 +1,26 @@
+From: Markus Koschany <apo@gambaru.de>
+Date: Mon, 2 Jun 2014 23:50:54 +0200
+Subject: no pedantic errors
+
+--- configure.ac
++++ configure.ac
+@@ -199,7 +199,7 @@ dnl ===========================================================================
+ dnl Set the compiler and the linker options
+ dnl ===========================================================================
+ dnl Set C / C++ compiler options
+-CPPFLAGS="-Wall -Wmissing-braces -Wparentheses -pedantic-errors $CPPFLAGS"
++CPPFLAGS="-Wall -Wmissing-braces -Wparentheses $CPPFLAGS"
+ 
+ dnl Set more C / C++ compiler options
+ CPPFLAGS="-I$with_gl_prefix/include $enable_gprof $enable_debug $CPPFLAGS"
+--- configure.orig	2011-07-03 17:14:48.000000000 +0000
++++ configure	2014-08-30 23:00:42.000000000 +0000
+@@ -6150,7 +6150,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?201408310036.s7V0abo6076174>