Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 10:55:52 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r531923 - in branches/2020Q2/devel/samurai: . files
Message-ID:  <202004171055.03HAtqQ8047979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Apr 17 10:55:51 2020
New Revision: 531923
URL: https://svnweb.freebsd.org/changeset/ports/531923

Log:
  MFH: r531755 r531762
  
  Remove the -pedantic flag to fix build on GCC-based systems:
  
    cc1: error: unrecognized command line option "-Wpedantic"
  
  Approved by:	portmgr (tier-2 blanket)
  
  devel/samurai: Remove new cruft
  
  - USES=compiler:c11 should no longer be necessary after r531755.
  - build.ninja patch is pointless since the build does not use it.
    Besides that while GCC 4.2 does not understand -Wpedantic it should
    recognize -pedantic fine.
  
  Approved by:	ports-secteam blanket

Added:
  branches/2020Q2/devel/samurai/files/
     - copied from r531755, head/devel/samurai/files/
Deleted:
  branches/2020Q2/devel/samurai/files/patch-build.ninja
Modified:
  branches/2020Q2/devel/samurai/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/devel/samurai/Makefile
==============================================================================
--- branches/2020Q2/devel/samurai/Makefile	Fri Apr 17 10:53:18 2020	(r531922)
+++ branches/2020Q2/devel/samurai/Makefile	Fri Apr 17 10:55:51 2020	(r531923)
@@ -13,8 +13,6 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE
 
-USES=		compiler:c11
-
 ALL_TARGET=	samu
 PLIST_FILES=	bin/samu \
 		man/man1/samu.1.gz



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