diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-17 06:15:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-17 06:15:23 +0000 |
commit | 31f9c5c57fd55c3bb59b75468085ca0d6940d54b (patch) | |
tree | 6add9be5cc698f6bb82e607e973130f0067248e1 /www/wyvern | |
parent | 8d3371aa7cb79fb3ea7114f05bda80a6c2ba9baf (diff) | |
download | ports-31f9c5c57fd55c3bb59b75468085ca0d6940d54b.tar.gz ports-31f9c5c57fd55c3bb59b75468085ca0d6940d54b.zip |
Update to 1.0.4.
Notes
Notes:
svn path=/head/; revision=41499
Diffstat (limited to 'www/wyvern')
-rw-r--r-- | www/wyvern/Makefile | 3 | ||||
-rw-r--r-- | www/wyvern/distinfo | 2 | ||||
-rw-r--r-- | www/wyvern/files/patch-configure.in | 13 | ||||
-rw-r--r-- | www/wyvern/files/patch-response.c | 14 |
4 files changed, 4 insertions, 28 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 64204987e437..2629b71042bc 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wyvern -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 1.0.4 CATEGORIES= www ipv6 MASTER_SITES= http://www.MysticWALL.com/software/src/ diff --git a/www/wyvern/distinfo b/www/wyvern/distinfo index e5d9779a9631..dc1826602ede 100644 --- a/www/wyvern/distinfo +++ b/www/wyvern/distinfo @@ -1 +1 @@ -MD5 (wyvern-1.0.3.tar.bz2) = b8b0c08264d063999d25dc5d1cf68cc1 +MD5 (wyvern-1.0.4.tar.bz2) = ce3bc91e49153345a095d17b311f6bc2 diff --git a/www/wyvern/files/patch-configure.in b/www/wyvern/files/patch-configure.in index 63f0a41d55b2..a288fee38fd6 100644 --- a/www/wyvern/files/patch-configure.in +++ b/www/wyvern/files/patch-configure.in @@ -1,5 +1,5 @@ ---- configure.in.orig Sat Feb 10 02:18:57 2001 -+++ configure.in Mon Mar 5 17:20:20 2001 +--- configure.in.orig Mon Mar 5 18:37:33 2001 ++++ configure.in Tue Apr 17 15:11:11 2001 @@ -102,7 +102,7 @@ CFLAGS="-g -DDEBUG" fi @@ -9,12 +9,3 @@ fi if test "x$mail_announce" = "xyes" ; then -@@ -434,7 +434,7 @@ - fi - - case "$host_os" in -- freebsd3*|freebsd4*) LDSHARED="ld -Bshareable" -+ freebsd[[3-9]]*) LDSHARED="ld -Bshareable" - WYVERN_LDFLAGS="-export-dynamic";; - freebsd2*) LDSHARED="ld -Bshareable";; - netbsd1.5*) LDSHARED="ld -Bshareable" diff --git a/www/wyvern/files/patch-response.c b/www/wyvern/files/patch-response.c deleted file mode 100644 index 3055b87d4e2d..000000000000 --- a/www/wyvern/files/patch-response.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/response.c.orig Mon Dec 18 01:21:53 2000 -+++ src/response.c Mon Mar 5 18:48:15 2001 -@@ -480,9 +480,11 @@ - sendEntityDone(thd) - Thread * thd; - { -+#if 0 - /* send end line (CRLF only) */ - thd->sendcnt = snprintf(thd->sendbuf, sizeof(thd->sendbuf), "%s", CRLF); - writeData(thd); -+#endif - thd->status = TERMINATED; - #if defined(BUGGY_KEEP_ALIVE) && defined(DEBUG) - if (thd->keepAlive.state == KA_CONTINUE) { |