Received: by mail.netbsd.org (Postfix, from userid 605) id 1D3DF84D60; Fri, 11 Jun 2021 21:20:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 593DE84D27 for ; Fri, 11 Jun 2021 21:20:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MP3wK4EYb1ad for ; Fri, 11 Jun 2021 21:20:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D65DD84CBC for ; Fri, 11 Jun 2021 21:20:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF5C4FA95; Fri, 11 Jun 2021 21:20:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623446409111790" MIME-Version: 1.0 Date: Fri, 11 Jun 2021 21:20:09 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/blackbox To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210611212009.CF5C4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623446409111790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Jun 11 21:20:09 UTC 2021 Modified Files: pkgsrc/wm/blackbox: Makefile distinfo Removed Files: pkgsrc/wm/blackbox/patches: patch-util_bsetbg Log Message: blackbox: use REPLACE_SH instead of hard-coding an interpreter To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/wm/blackbox/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/blackbox/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/wm/blackbox/patches/patch-util_bsetbg Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623446409111790 Content-Disposition: inline Content-Length: 1456 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/blackbox/Makefile diff -u pkgsrc/wm/blackbox/Makefile:1.37 pkgsrc/wm/blackbox/Makefile:1.38 --- pkgsrc/wm/blackbox/Makefile:1.37 Thu Jun 10 12:48:50 2021 +++ pkgsrc/wm/blackbox/Makefile Fri Jun 11 21:20:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2021/06/10 12:48:50 nia Exp $ +# $NetBSD: Makefile,v 1.38 2021/06/11 21:20:09 gutteridge Exp $ DISTNAME= blackbox-0.77 CATEGORIES= wm x11 @@ -22,6 +22,8 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= YES +REPLACE_SH= util/bsetbg + CXXFLAGS.Linux+= -fpermissive CXXFLAGS.SunOS+= -fpermissive Index: pkgsrc/wm/blackbox/distinfo diff -u pkgsrc/wm/blackbox/distinfo:1.15 pkgsrc/wm/blackbox/distinfo:1.16 --- pkgsrc/wm/blackbox/distinfo:1.15 Thu Jun 10 12:48:50 2021 +++ pkgsrc/wm/blackbox/distinfo Fri Jun 11 21:20:09 2021 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2021/06/10 12:48:50 nia Exp $ +$NetBSD: distinfo,v 1.16 2021/06/11 21:20:09 gutteridge Exp $ SHA1 (blackbox-0.77.tar.lz) = 4a8c17b3ab885ff417df26bd9f9b7c5163fdd7df RMD160 (blackbox-0.77.tar.lz) = c21ede6822115b9163d6bf6482b4a0864f0b0927 @@ -14,4 +14,3 @@ SHA1 (patch-lib_Unicode.cc) = 7a13e7822a SHA1 (patch-src_Screen.cc) = 7a75160a66eb6317930af063514688c6e5028569 SHA1 (patch-src_Toolbar.cc) = 2fdcea33eff7b6a99f22ce7a77c9b713b4f005b5 SHA1 (patch-src_main.cc) = 24f43276e20f8fb89c6cb478e5e1bf52ea3eb659 -SHA1 (patch-util_bsetbg) = 2e5ea600ef842ff677591220398fb7300d210397 --_----------=_1623446409111790--