Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2020 11:43:59 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531762 - in head/devel/samurai: . files
Message-ID:  <202004151143.03FBhxMI070366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Apr 15 11:43:58 2020
New Revision: 531762
URL: https://svnweb.freebsd.org/changeset/ports/531762

Log:
  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.

Deleted:
  head/devel/samurai/files/patch-build.ninja
Modified:
  head/devel/samurai/Makefile

Modified: head/devel/samurai/Makefile
==============================================================================
--- head/devel/samurai/Makefile	Wed Apr 15 11:37:46 2020	(r531761)
+++ head/devel/samurai/Makefile	Wed Apr 15 11:43:58 2020	(r531762)
@@ -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?202004151143.03FBhxMI070366>