Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 10:53:15 +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: r508907 - in head/graphics/svgbob: . files
Message-ID:  <201908141053.x7EArFpE017693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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