Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 508B784FA4 for ; Sun, 30 Jul 2023 07:55:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1VQC8pF_fspC for ; Sun, 30 Jul 2023 07:55:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 980A284D52 for ; Sun, 30 Jul 2023 07:55:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 950CFFBDB; Sun, 30 Jul 2023 07:55:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169070374894830" MIME-Version: 1.0 Date: Sun, 30 Jul 2023 07:55:48 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/archivers/7-zip To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230730075548.950CFFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169070374894830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jul 30 07:55:48 UTC 2023 Modified Files: pkgsrc/archivers/7-zip: Makefile Log Message: 7-zip: Honour CFLAGS and disable use of -Werror in the process. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/7-zip/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169070374894830 Content-Disposition: inline Content-Length: 707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/7-zip/Makefile diff -u pkgsrc/archivers/7-zip/Makefile:1.1 pkgsrc/archivers/7-zip/Makefile:1.2 --- pkgsrc/archivers/7-zip/Makefile:1.1 Fri Jul 21 22:42:04 2023 +++ pkgsrc/archivers/7-zip/Makefile Sun Jul 30 07:55:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/07/21 22:42:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2023/07/30 07:55:48 nia Exp $ DISTNAME= 7z2301-src PKGNAME= 7-zip-23.01 @@ -19,6 +19,9 @@ USE_TOOLS+= gmake BUILD_DIRS+= CPP/7zip/Bundles/Alone2 MAKE_FILE= makefile.gcc +# Disable -Werror. +MAKE_FLAGS+= CFLAGS_WARN_WALL=${CFLAGS:Q} + .include "../../mk/dlopen.buildlink3.mk" BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q} --_----------=_169070374894830--