diff options
Diffstat (limited to 'chat/xaric')
-rw-r--r-- | chat/xaric/distinfo | 3 | ||||
-rw-r--r-- | chat/xaric/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo index 3cc511a6e35..5a55c555027 100644 --- a/chat/xaric/distinfo +++ b/chat/xaric/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2005/12/16 15:20:47 joerg Exp $ +$NetBSD: distinfo,v 1.5 2006/06/09 15:31:29 minskim Exp $ SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe RMD160 (xaric-0.12.1.tar.gz) = b78cd4496510642a967b1d173e150d3cbe836b5c Size (xaric-0.12.1.tar.gz) = 435998 bytes SHA1 (patch-aa) = 25948e1723987bf93f713895d6f8ac5d23a1e404 +SHA1 (patch-ab) = 33e89f44a22ed2ad3b14546e9f669013eb503ddd diff --git a/chat/xaric/patches/patch-ab b/chat/xaric/patches/patch-ab new file mode 100644 index 00000000000..03842a0d88b --- /dev/null +++ b/chat/xaric/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2006/06/09 15:31:29 minskim Exp $ + +--- include/struct.h.orig 2001-11-24 08:07:57.000000000 +0000 ++++ include/struct.h +@@ -488,7 +488,6 @@ typedef struct timerlist_stru + struct timerlist_stru *next; + } TimerList; + +-extern TimerList *PendingTimers; + typedef struct nicktab_stru + { + struct nicktab_stru *next; |