svn commit: r531755 - head/devel/samurai/files

Piotr Kubaj pkubaj at anongoth.pl
Wed Apr 15 10:28:34 UTC 2020


I already bumped this port to newer GCC, so your patch is unnecessary.

https://svnweb.freebsd.org/ports?view=revision&revision=530972

On 20-04-15 10:11:45, Mark Linimon wrote:
>Author: linimon
>Date: Wed Apr 15 10:11:45 2020
>New Revision: 531755
>URL: https://svnweb.freebsd.org/changeset/ports/531755
>
>Log:
>  Remove the -pedantic flag to fix build on GCC-based systems:
>
>    cc1: error: unrecognized command line option "-Wpedantic"
>
>  Approved by:	portmgr (tier-2 blanket)
>
>Added:
>  head/devel/samurai/files/
>  head/devel/samurai/files/patch-Makefile   (contents, props changed)
>  head/devel/samurai/files/patch-build.ninja   (contents, props changed)
>
>Added: head/devel/samurai/files/patch-Makefile
>==============================================================================
>--- /dev/null	00:00:00 1970	(empty, because file is newly added)
>+++ head/devel/samurai/files/patch-Makefile	Wed Apr 15 10:11:45 2020	(r531755)
>@@ -0,0 +1,11 @@
>+--- Makefile.orig	2020-03-29 00:40:58 UTC
>++++ Makefile
>+@@ -2,7 +2,7 @@
>+
>+ PREFIX=/usr/local
>+ MANDIR=$(PREFIX)/share/man
>+-ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wpedantic
>++ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra
>+ OBJ=\
>+ 	build.o\
>+ 	deps.o\
>
>Added: head/devel/samurai/files/patch-build.ninja
>==============================================================================
>--- /dev/null	00:00:00 1970	(empty, because file is newly added)
>+++ head/devel/samurai/files/patch-build.ninja	Wed Apr 15 10:11:45 2020	(r531755)
>@@ -0,0 +1,9 @@
>+--- build.ninja.orig	2020-03-29 00:40:58 UTC
>++++ build.ninja
>+@@ -1,5 +1,5 @@
>+ cc = cc
>+-cflags = -Wall -Wextra -std=c99 -pedantic
>++cflags = -Wall -Wextra -std=c99
>+
>+ rule cc
>+   command = $cc -MD -MF $out.d $cflags -c -o $out $in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200415/537f98c6/attachment.sig>


More information about the svn-ports-head mailing list