svn commit: r531762 - in head/devel/samurai: . files
Tobias Kortkamp
tobik at FreeBSD.org
Wed Apr 15 11:43:59 UTC 2020
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
More information about the svn-ports-head
mailing list