summaryrefslogtreecommitdiff
path: root/wm/blackbox
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-02-20 16:54:16 +0000
committerjschauma <jschauma@pkgsrc.org>2003-02-20 16:54:16 +0000
commit4342d56d34b36622ad95e180afdb43351729d05b (patch)
treedeeb159d4481333ee7d9ab4194fdd7667b6fe009 /wm/blackbox
parent24909e772a07e1fb09f8a600662c6498e793a225 (diff)
downloadpkgsrc-4342d56d34b36622ad95e180afdb43351729d05b.tar.gz
Add patch which closed PR pkg/19689, as both packages use the same sources.
This patch was sent to the blackbox maintainers as well. Bump PKG_REVISION.
Diffstat (limited to 'wm/blackbox')
-rw-r--r--wm/blackbox/Makefile4
-rw-r--r--wm/blackbox/distinfo3
-rw-r--r--wm/blackbox/patches/patch-ac14
3 files changed, 18 insertions, 3 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile
index e0b438afc63..6f212025113 100644
--- a/wm/blackbox/Makefile
+++ b/wm/blackbox/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/01/05 20:10:10 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2003/02/20 16:54:16 jschauma Exp $
#
DISTNAME= blackbox-0.65.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
diff --git a/wm/blackbox/distinfo b/wm/blackbox/distinfo
index d93b1324ebd..49994a2c0a4 100644
--- a/wm/blackbox/distinfo
+++ b/wm/blackbox/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2002/11/20 18:20:30 jschauma Exp $
+$NetBSD: distinfo,v 1.6 2003/02/20 16:54:16 jschauma Exp $
SHA1 (blackbox-0.65.0.tar.gz) = 903a35526b1c29912ca500b7f8c205368e60fc38
Size (blackbox-0.65.0.tar.gz) = 292950 bytes
SHA1 (patch-aa) = 265249c3e27da0d7dd9b2b85da1c417684c57e0f
SHA1 (patch-ab) = 6081da04f0dbab0f711523114e130c176a0f1f05
+SHA1 (patch-ac) = 5f249a2e6d75e5d88605d6d8a1675d003b1cb52f
diff --git a/wm/blackbox/patches/patch-ac b/wm/blackbox/patches/patch-ac
new file mode 100644
index 00000000000..0eac7a0adf2
--- /dev/null
+++ b/wm/blackbox/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2003/02/20 16:54:17 jschauma Exp $
+
+--- src/i18n.cc.orig Thu Feb 20 11:26:34 2003
++++ src/i18n.cc Thu Feb 20 11:28:49 2003
+@@ -58,7 +58,8 @@
+ I18n::I18n(void) {
+ mb = False;
+ #ifdef HAVE_SETLOCALE
+- locale = setlocale(LC_ALL, "");
++ (void)setlocale(LC_ALL, "");
++ locale = setlocale(LC_MESSAGES, NULL);
+ if (! locale) {
+ fprintf(stderr, "failed to set locale, reverting to \"C\"\n");
+ #endif // HAVE_SETLOCALE