Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 1999 00:04:41 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12533: update ports : games/bnetd
Message-ID:  <199907061604.AAA19897@Terry.Dorm10.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         12533
>Category:       ports
>Synopsis:       update ports : games/bnetd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul  6 09:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
NCTU CSIE
>Environment:

FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Jul  6 10:16:08 CST 1999     root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386

>Description:

update bnetd to 0.4.9

>How-To-Repeat:


>Fix:

diff -ruN /usr/ports/games/bnetd/Makefile bnetd/Makefile
--- /usr/ports/games/bnetd/Makefile	Fri May 14 13:35:55 1999
+++ bnetd/Makefile	Wed Jul  7 00:02:27 1999
@@ -6,13 +6,13 @@
 # $Id: Makefile,v 1.3 1999/05/13 09:18:13 asami Exp $
 #
 
-DISTNAME=	bnetd-0.4.7
+DISTNAME=	bnetd-0.4.9
 CATEGORIES=	games net
 MASTER_SITES=	http://www.bnetd.org/files/
 
 MAINTAINER=	ijliao@csie.nctu.edu.tw
 
-MAN1=		bnclient.1 bnetd.1 bnpass.1
+MAN1=		bnchat.1 bnetd.1 bnftp.1 bnpass.1
 MAN4=		bnetd.conf.4 bntext.4
 MLINKS=		bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4
 
@@ -20,7 +20,7 @@
 	@(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS})
 
 do-install:
-	cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnclient bnpass ${PREFIX}/bin
+	cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnchat bnftp bnpass ${PREFIX}/bin
 	cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin
 	cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4
 	${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${PREFIX}/bnetd
diff -ruN /usr/ports/games/bnetd/files/md5 bnetd/files/md5
--- /usr/ports/games/bnetd/files/md5	Sat May  8 11:51:47 1999
+++ bnetd/files/md5	Tue Jul  6 23:56:58 1999
@@ -1 +1 @@
-MD5 (bnetd-0.4.7.tar.gz) = 42231dcc1330d8ef1840a4631c858490
+MD5 (bnetd-0.4.9.tar.gz) = 399a5f0f0e4ad77e3f276a73c2a44429
diff -ruN /usr/ports/games/bnetd/patches/patch-aa bnetd/patches/patch-aa
--- /usr/ports/games/bnetd/patches/patch-aa	Thu Jan  1 08:00:00 1970
+++ bnetd/patches/patch-aa	Tue Jul  6 23:57:47 1999
@@ -0,0 +1,10 @@
+--- src/command.c.orig	Tue Jul  6 23:55:56 1999
++++ src/command.c	Tue Jul  6 23:51:14 1999
+@@ -23,6 +23,7 @@
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <time.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
diff -ruN /usr/ports/games/bnetd/pkg/PLIST bnetd/pkg/PLIST
--- /usr/ports/games/bnetd/pkg/PLIST	Tue Apr 27 09:06:57 1999
+++ bnetd/pkg/PLIST	Wed Jul  7 00:00:52 1999
@@ -1,4 +1,5 @@
-bin/bnclient
+bin/bnchat
+bin/bnftp
 bin/bnpass
 sbin/bnetd
 etc/rc.d/bnetd.sh

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907061604.AAA19897>