pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/wmtime Avoid unportable Imakefile construct that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9f36645aa50
branches:  trunk
changeset: 529920:d9f36645aa50
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 12 20:56:55 2007 +0000

description:
Avoid unportable Imakefile construct that breaks with modular Xorg.

diffstat:

 time/wmtime/distinfo         |   3 ++-
 time/wmtime/patches/patch-ac |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 6362c7bceef2 -r d9f36645aa50 time/wmtime/distinfo
--- a/time/wmtime/distinfo      Tue Jun 12 20:10:17 2007 +0000
+++ b/time/wmtime/distinfo      Tue Jun 12 20:56:55 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/11/03 23:01:54 rillig Exp $
+$NetBSD: distinfo,v 1.6 2007/06/12 20:56:55 joerg Exp $
 
 SHA1 (wmtime-1.0b2.tar.gz) = 2a66762d548b9f91415603e8d6a37cfacb9340ad
 RMD160 (wmtime-1.0b2.tar.gz) = f267f75237c111ed336521ca175688a33f1e171a
 Size (wmtime-1.0b2.tar.gz) = 20680 bytes
 SHA1 (patch-aa) = 8943b1da225f26110e52c00269e3e0c6a7651404
 SHA1 (patch-ab) = e1e4203a219b0a0d539fc4426ec3d5424e9c3962
+SHA1 (patch-ac) = 31d864557165692350436e18c1cba61b95027c2c
diff -r 6362c7bceef2 -r d9f36645aa50 time/wmtime/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/wmtime/patches/patch-ac      Tue Jun 12 20:56:55 2007 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 2007/06/12 20:56:56 joerg Exp $
+
+--- wmtime/Imakefile.orig      2007-06-12 20:47:06.000000000 +0000
++++ wmtime/Imakefile
+@@ -3,10 +3,12 @@ DEPLIBS = $(DEPXLIB)
+  
+ LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
+ 
++.PATH: ../wmgeneral
++
+ SRCS = wmtime.c \
+-                ../wmgeneral/wmgeneral.c \
+-                ../wmgeneral/misc.c \
+-                ../wmgeneral/list.c
++                wmgeneral.c \
++                misc.c \
++                list.c
+ 
+ OBJS = wmtime.o \
+                 wmgeneral.o \



Home | Main Index | Thread Index | Old Index