summaryrefslogtreecommitdiff
path: root/chat/epic4
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-08 14:20:33 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-08 14:20:33 +0000
commit13ca2ddcbda3dc8a88f5622375fe006833c48e8c (patch)
treeee180672813e497c4161d24a4b72a1b69453faad /chat/epic4
parentc78c8331ac40cb2dcbe1eb69f56cffacc681423f (diff)
downloadpkgsrc-13ca2ddcbda3dc8a88f5622375fe006833c48e8c.tar.gz
Update epic4 to 0.9.16:
* Try to add some stuff that helps epic cope with server disconnections better. * Add /on error, hooks on an irc protocol ERROR message. * Fix window.c:get_boolean(), passing unitialized 'newval' integer. * Fix path_search() to not blithely assume path != NULL (whitedragon) * New version of the 'hybrid6' script, from is. * Axe the broken "input_timeout" feature that hasn't worked in 6 years. * Add, but #ifdef'd out, a delayed-free mechanism -- strictly experimental. * Add the /defer command, to perform dangerous operations when it's safe. * Many changes from robohak to fix /on channel_* bogons I introduced. ;-) * Lice should now work again with 0.9.16. Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
Diffstat (limited to 'chat/epic4')
-rw-r--r--chat/epic4/Makefile24
-rw-r--r--chat/epic4/files/md56
-rw-r--r--chat/epic4/pkg/PLIST4
3 files changed, 22 insertions, 12 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile
index 010c773ad96..6683c63146e 100644
--- a/chat/epic4/Makefile
+++ b/chat/epic4/Makefile
@@ -1,28 +1,38 @@
-# $NetBSD: Makefile,v 1.2 2000/12/30 11:43:06 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/08 14:20:33 hubertf Exp $
#
-DISTNAME= epic4-0.9.15
+DISTNAME= epic4-0.9.16
CATEGORIES= chat
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
ftp://ftp.magenet.com/pub/epic/EPIC4-BETA/ \
http://zuntum.eik.pl/pkgsrc/distfiles/
-DISTFILES= epic4-0.9.15.tar.gz \
+DISTFILES= epic4-0.9.16.tar.gz \
epic4pre2-help.tar.gz
+# to get USE_INET6
+.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
-PATCH_SITES= http://zuntum.eik.pl/patches/ \
- http://zuntum.invisible.yi.org/patches/
-PATCHFILES= epic4-0.9.15-ipv6-netbsd-20001230.patch.bz2
+PATCH_SITES= http://zuntum.eik.pl/patches/ \
+ http://zuntum.invisible.yi.org/patches/ \
+ http://flis.utech.lublin.pl/~zuntum/patches/
+PATCHFILES= epic4-0.9.16-ipv6-20010208.patch.gz
PATCH_DIST_STRIP= -p1
.endif
MAINTAINER= zuntum@eik.pl
HOMEPAGE= http://www.epicsol.org/
-EXTRACT_ONLY= epic4-0.9.15.tar.gz
+EXTRACT_ONLY= epic4-0.9.16.tar.gz
GNU_CONFIGURE= YES
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+BUILDS_DEPENDS+= autoconf:../../devel/autoconf
+
+post-patch:
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf
+.endif
+
post-install:
cd ${PREFIX}/share/epic && ( ${GUNZIP_CMD} -c ${DISTDIR}/epic4pre2-help.tar.gz | ${GTAR} xf - )
diff --git a/chat/epic4/files/md5 b/chat/epic4/files/md5
index 52d0fe73f89..35693b16f7b 100644
--- a/chat/epic4/files/md5
+++ b/chat/epic4/files/md5
@@ -1,5 +1,5 @@
-$NetBSD: md5,v 1.2 2000/12/30 11:43:07 hubertf Exp $
+$NetBSD: md5,v 1.3 2001/02/08 14:20:33 hubertf Exp $
-MD5 (epic4-0.9.15.tar.gz) = 35b4d90cae95e3f9c0bd6146d7e68876
+MD5 (epic4-0.9.16.tar.gz) = b7cbc6cfc6e3a50bd074225ab26ef127
MD5 (epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
-MD5 (epic4-0.9.15-ipv6-netbsd-20001230.patch.bz2) = c91cc3788bf00be5c711ed2aa23a1cf3
+MD5 (epic4-0.9.16-ipv6-20010208.patch.gz) = 6934b343f3912dd8336e128a277cfad2
diff --git a/chat/epic4/pkg/PLIST b/chat/epic4/pkg/PLIST
index a0c318488b4..4869df3afb8 100644
--- a/chat/epic4/pkg/PLIST
+++ b/chat/epic4/pkg/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2000/12/30 11:43:07 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/02/08 14:20:33 hubertf Exp $
bin/epic
-bin/epic-EPIC4-0.9.15
+bin/epic-EPIC4-0.9.16
libexec/wserv
man/man1/epic.1
share/epic/script/2.8script