pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/openbox Attempt to fix two problems seen with the i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edc190faa0a3
branches:  trunk
changeset: 531435:edc190faa0a3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jul 30 13:58:28 2007 +0000

description:
Attempt to fix two problems seen with the installation of translation files:
 - Don't be explicit about using a shell interpreter for install_sh.
 - use $(mkinstalldirs) as the "mkdir -p" replacement.
 - Bump PKGREVISION

diffstat:

 wm/openbox/Makefile         |   3 ++-
 wm/openbox/distinfo         |   3 ++-
 wm/openbox/patches/patch-ab |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 2534db009227 -r edc190faa0a3 wm/openbox/Makefile
--- a/wm/openbox/Makefile       Mon Jul 30 13:38:41 2007 +0000
+++ b/wm/openbox/Makefile       Mon Jul 30 13:58:28 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2007/07/28 08:46:27 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2007/07/30 13:58:28 tnn Exp $
 
 DISTNAME=      openbox-3.4.3
+PKGREVISION=   1
 CATEGORIES=    wm x11
 MASTER_SITES=  http://icculus.org/openbox/releases/
 # PR pkg/36489
diff -r 2534db009227 -r edc190faa0a3 wm/openbox/distinfo
--- a/wm/openbox/distinfo       Mon Jul 30 13:38:41 2007 +0000
+++ b/wm/openbox/distinfo       Mon Jul 30 13:58:28 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2007/07/28 08:46:27 wiz Exp $
+$NetBSD: distinfo,v 1.14 2007/07/30 13:58:28 tnn Exp $
 
 SHA1 (openbox-3.4.3.tar.gz) = 69023e03846bb5b96fd623b3f9163547a556e7fe
 RMD160 (openbox-3.4.3.tar.gz) = 4a6b7e1572ee95c7ae5be40de5b78faa8cef963d
 Size (openbox-3.4.3.tar.gz) = 747422 bytes
 SHA1 (patch-aa) = 77043ec9f0466dbd2eb5dd54e467f983afccd9c1
+SHA1 (patch-ab) = bb13ec5801c2e271f1e6b2dc4d0aa149c9e2dff1
diff -r 2534db009227 -r edc190faa0a3 wm/openbox/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/openbox/patches/patch-ab       Mon Jul 30 13:58:28 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.4 2007/07/30 13:58:28 tnn Exp $
+
+--- po/Makefile.in.in.orig     2007-07-13 16:21:27.000000000 +0200
++++ po/Makefile.in.in
+@@ -30,8 +30,8 @@ gettextsrcdir = $(datadir)/gettext/po
+ 
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-mkinstalldirs = $(SHELL) @install_sh@ -d
+-mkdir_p = @mkdir_p@
++mkinstalldirs = @install_sh@ -d
++mkdir_p = $(mkinstalldirs)
+ 
+ GMSGFMT_ = @GMSGFMT@
+ GMSGFMT_no = @GMSGFMT@



Home | Main Index | Thread Index | Old Index