svn commit: r531923 - in branches/2020Q2/devel/samurai: . files

Tobias Kortkamp tobik at FreeBSD.org
Fri Apr 17 10:55:52 UTC 2020


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


More information about the svn-ports-branches mailing list