From owner-svn-ports-head@freebsd.org Wed Aug 14 10:53:16 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5648ACED60; Wed, 14 Aug 2019 10:53:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 467mdm1ZVrz48c0; Wed, 14 Aug 2019 10:53:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17C6C26CF5; Wed, 14 Aug 2019 10:53:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7EArFE8017694; Wed, 14 Aug 2019 10:53:15 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7EArFpE017693; Wed, 14 Aug 2019 10:53:15 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908141053.x7EArFpE017693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 14 Aug 2019 10:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508907 - in head/graphics/svgbob: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/graphics/svgbob: . files X-SVN-Commit-Revision: 508907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2019 10:53:16 -0000 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