svn commit: r508907 - in head/graphics/svgbob: . files

Tobias Kortkamp tobik at FreeBSD.org
Wed Aug 14 10:53:16 UTC 2019


Author: tobik
Date: Wed Aug 14 10:53:15 2019
New Revision: 508907
URL: https://svnweb.freebsd.org/changeset/ports/508907

Log:
  graphics/svgbob: Disable #![deny(warnings)] via RUSTFLAGS
  
  - Drop useless patch
  
  Submitted by:	jbeich

Deleted:
  head/graphics/svgbob/files/
Modified:
  head/graphics/svgbob/Makefile

Modified: head/graphics/svgbob/Makefile
==============================================================================
--- head/graphics/svgbob/Makefile	Wed Aug 14 10:34:48 2019	(r508906)
+++ head/graphics/svgbob/Makefile	Wed Aug 14 10:53:15 2019	(r508907)
@@ -41,6 +41,9 @@ CARGO_CRATES=	ansi_term-0.11.0 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
 		winapi-x86_64-pc-windows-gnu-0.4.0
 
+# ignore #![deny(warnings)]
+RUSTFLAGS+=	--cap-lints warn
+
 WRKSRC_SUBDIR=	svgbob_cli
 
 PLIST_FILES=	bin/svgbob


More information about the svn-ports-all mailing list