pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/blackbox blackbox: use REPLACE_SH instead of hard-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e44d2b8c1e2
branches:  trunk
changeset: 454446:7e44d2b8c1e2
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Jun 11 21:20:09 2021 +0000

description:
blackbox: use REPLACE_SH instead of hard-coding an interpreter

diffstat:

 wm/blackbox/Makefile                  |   4 +++-
 wm/blackbox/distinfo                  |   3 +--
 wm/blackbox/patches/patch-util_bsetbg |  10 ----------
 3 files changed, 4 insertions(+), 13 deletions(-)

diffs (46 lines):

diff -r d35da4885915 -r 7e44d2b8c1e2 wm/blackbox/Makefile
--- a/wm/blackbox/Makefile      Fri Jun 11 20:33:39 2021 +0000
+++ b/wm/blackbox/Makefile      Fri Jun 11 21:20:09 2021 +0000
@@ -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_TOOLS+=    pkg-config
 GNU_CONFIGURE= YES
 
+REPLACE_SH=    util/bsetbg
+
 CXXFLAGS.Linux+=       -fpermissive
 CXXFLAGS.SunOS+=       -fpermissive
 
diff -r d35da4885915 -r 7e44d2b8c1e2 wm/blackbox/distinfo
--- a/wm/blackbox/distinfo      Fri Jun 11 20:33:39 2021 +0000
+++ b/wm/blackbox/distinfo      Fri Jun 11 21:20:09 2021 +0000
@@ -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-src_Screen.cc) = 7a75160a66eb6317930af063514688c6e5028569
 SHA1 (patch-src_Toolbar.cc) = 2fdcea33eff7b6a99f22ce7a77c9b713b4f005b5
 SHA1 (patch-src_main.cc) = 24f43276e20f8fb89c6cb478e5e1bf52ea3eb659
-SHA1 (patch-util_bsetbg) = 2e5ea600ef842ff677591220398fb7300d210397
diff -r d35da4885915 -r 7e44d2b8c1e2 wm/blackbox/patches/patch-util_bsetbg
--- a/wm/blackbox/patches/patch-util_bsetbg     Fri Jun 11 20:33:39 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: patch-util_bsetbg,v 1.1 2021/06/10 12:48:50 nia Exp $
-
---- util/bsetbg.orig   2016-07-10 16:31:38.000000000 +0000
-+++ util/bsetbg
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- 
- # Copyright (c) 2000-2002 Timothy M. King (tmk%lordzork.com@localhost)
- #



Home | Main Index | Thread Index | Old Index