From e3cf01285651c5ba028c32d52592cadf227f7ee4 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 22 Sep 2005 21:33:45 +0000 Subject: Fix an invalid shell construction in a script. Closes PR pkg/25336 by Emmanuel Decitre. Bump PKGREVISION to 6. OK'ed during freeze by jlam@. --- x11/wdm/Makefile | 4 ++-- x11/wdm/distinfo | 3 ++- x11/wdm/patches/patch-ab | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 x11/wdm/patches/patch-ab diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 0c3f5a20904..a4a852207f0 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:48:14 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/22 21:33:45 jmmv Exp $ DISTNAME= wdm-1.25 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/ diff --git a/x11/wdm/distinfo b/x11/wdm/distinfo index 8c903a32770..d9bb5cf56e1 100644 --- a/x11/wdm/distinfo +++ b/x11/wdm/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 17:36:21 wiz Exp $ +$NetBSD: distinfo,v 1.7 2005/09/22 21:33:45 jmmv Exp $ SHA1 (wdm-1.25.tar.gz) = 7e6f950bab7c685c282b1e1bdb83ffa2f33ed149 RMD160 (wdm-1.25.tar.gz) = 2297a95b5dc0927a94c26a5d51e6548d76ddb26e Size (wdm-1.25.tar.gz) = 532829 bytes SHA1 (patch-aa) = f4ca5790f3cf23073a58638edb9789e2a891f422 +SHA1 (patch-ab) = 0a63e3b18aa002ece5c9f63ce6dbcdd9e0dbdb03 diff --git a/x11/wdm/patches/patch-ab b/x11/wdm/patches/patch-ab new file mode 100644 index 00000000000..6d5fc0d4f0b --- /dev/null +++ b/x11/wdm/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.4 2005/09/22 21:33:45 jmmv Exp $ + +--- configs/Xsession.XFree86.orig 2003-06-06 16:48:46.000000000 +0200 ++++ configs/Xsession.XFree86 +@@ -27,7 +27,7 @@ startup=$HOME/.xsession + resources=$HOME/.Xresources + + if [ -f "$startup" ]; then +- exec "$startup $1" ++ exec $startup $1 + else + if [ -f "$resources" ]; then + xrdb -load "$resources" -- cgit v1.2.3