Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 21:28:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548915 - head/graphics/frogr/files
Message-ID:  <202009182128.08ILSp9I002397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 18 21:28:50 2020
New Revision: 548915
URL: https://svnweb.freebsd.org/changeset/ports/548915

Log:
  Unbreak with newer glib by removing Werror, this port uses deprecated glib API
  
  PR:		247278

Added:
  head/graphics/frogr/files/
  head/graphics/frogr/files/patch-meson.build   (contents, props changed)

Added: head/graphics/frogr/files/patch-meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/frogr/files/patch-meson.build	Fri Sep 18 21:28:50 2020	(r548915)
@@ -0,0 +1,11 @@
+--- meson.build.orig	2020-01-10 22:37:55 UTC
++++ meson.build
+@@ -3,7 +3,7 @@ project('frogr', 'c',
+         license: 'GPL3',
+         default_options: [
+             'warnlevel=2',
+-            'werror=true'
++            'werror=false'
+         ])
+ 
+ project_name = meson.project_name()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009182128.08ILSp9I002397>