update to 4.2; from maintainer Mathieu Braem <majeu@bsdaemon.be>

This commit is contained in:
naddy 2002-09-10 01:02:00 +00:00
parent caf65a64d4
commit bef94aff76
4 changed files with 32 additions and 11 deletions

View File

@ -1,18 +1,13 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/10 16:05:50 lebel Exp $
# $OpenBSD: Makefile,v 1.2 2002/09/10 01:02:00 naddy Exp $
# $FreeBSD: ports/net/mudix/Makefile,v 1.6 2001/06/22 19:39:12 dwcjr Exp $
# Original from: will
COMMENT= "ncurses-based MUD client with triggers, aliases, colors"
DISTNAME= mudix-4.1
DISTNAME= mudix-4.2
CATEGORIES= net games
NEED_VERSION= 1.525
HOMEPAGE= http://dw.nl.eu.org/mudix.html
HOMEPAGE= http://dwizardry.dhs.org/mudix.html
MAINTAINER= Mathieu Braem <majeu@bsdaemon.be>
MASTER_SITES= http://dwizardry.dhs.org/mudix/
CONFIGURE_STYLE=gnu
# BSD-style
PERMIT_PACKAGE_CDROM= Yes
@ -20,6 +15,10 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://dw.nl.eu.org/mudix/
CONFIGURE_STYLE=gnu
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/mudix

View File

@ -1,3 +1,3 @@
MD5 (mudix-4.1.tar.gz) = 1056885db48410f04731e34000c8f386
RMD160 (mudix-4.1.tar.gz) = 77dafa7324e3895f26911465feaf14bff16d796e
SHA1 (mudix-4.1.tar.gz) = b6a1625a7a59302f8c9028fbce13d2f9d2231b8f
MD5 (mudix-4.2.tar.gz) = dd29ea64598a3defc804d1ef0b26f1e9
RMD160 (mudix-4.2.tar.gz) = 39bd2d72759504564f873c62bab41f515ce2971b
SHA1 (mudix-4.2.tar.gz) = 5027a4d60364c44bce5ab058d033f619daafd983

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_mudix_c,v 1.1 2002/09/10 01:02:01 naddy Exp $
--- src/mudix.c.orig Tue Sep 10 02:56:59 2002
+++ src/mudix.c Tue Sep 10 02:57:36 2002
@@ -33,6 +33,7 @@
#include <arpa/telnet.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <signal.h>
#include <fcntl.h>
#include <netdb.h>

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_output_c,v 1.1 2002/09/10 01:02:01 naddy Exp $
--- src/output.c.orig Tue Sep 10 02:57:43 2002
+++ src/output.c Tue Sep 10 02:57:52 2002
@@ -27,6 +27,7 @@
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
#include <unistd.h>
#include <ctype.h>