summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-06-11 21:20:09 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-06-11 21:20:09 +0000
commitb5d771e7eb4c5c2a7c33604f44e76aee5ac95507 (patch)
tree24e1ae8d307595666e6734065093185cc4267515
parent138961e9bb56613230a1a97dc3039d465b0435e3 (diff)
downloadpkgsrc-b5d771e7eb4c5c2a7c33604f44e76aee5ac95507.tar.gz
blackbox: use REPLACE_SH instead of hard-coding an interpreter
-rw-r--r--wm/blackbox/Makefile4
-rw-r--r--wm/blackbox/distinfo3
-rw-r--r--wm/blackbox/patches/patch-util_bsetbg10
3 files changed, 4 insertions, 13 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile
index b585adf6060..fc5a272c1b0 100644
--- a/wm/blackbox/Makefile
+++ b/wm/blackbox/Makefile
@@ -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
diff --git a/wm/blackbox/distinfo b/wm/blackbox/distinfo
index 270687d8cb0..093097241a3 100644
--- a/wm/blackbox/distinfo
+++ b/wm/blackbox/distinfo
@@ -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) = 7a13e7822a9af71c97b24e167394d87a65e8be73
SHA1 (patch-src_Screen.cc) = 7a75160a66eb6317930af063514688c6e5028569
SHA1 (patch-src_Toolbar.cc) = 2fdcea33eff7b6a99f22ce7a77c9b713b4f005b5
SHA1 (patch-src_main.cc) = 24f43276e20f8fb89c6cb478e5e1bf52ea3eb659
-SHA1 (patch-util_bsetbg) = 2e5ea600ef842ff677591220398fb7300d210397
diff --git a/wm/blackbox/patches/patch-util_bsetbg b/wm/blackbox/patches/patch-util_bsetbg
deleted file mode 100644
index 4592b0fc422..00000000000
--- a/wm/blackbox/patches/patch-util_bsetbg
+++ /dev/null
@@ -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)
- #