Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 1999 00:15:53 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12926: update ports : games/bnetd
Message-ID:  <199908021615.AAA70874@Terry.Dorm10.NCTU.edu.tw>

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

>Number:         12926
>Category:       ports
>Synopsis:       update ports : games/bnetd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug  2 09:20: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 #2: Wed Jul 28
03:22:57 CST 1999     root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY
i386

>Description:

update bnetd to 0.4.15.1

>How-To-Repeat:


>Fix:

diff -ruN /usr/ports/games/bnetd/Makefile bnetd/Makefile
--- /usr/ports/games/bnetd/Makefile	Thu Jul 15 14:16:49 1999
+++ bnetd/Makefile	Tue Aug  3 00:12:22 1999
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.4 1999/07/09 00:49:29 cpiazza Exp $
 #
 
-DISTNAME=	bnetd-0.4.9
+DISTNAME=	bnetd-0.4.15.1
 CATEGORIES=	games net
 MASTER_SITES=	http://www.bnetd.org/files/
 
@@ -16,14 +16,14 @@
 MAN4=		bnetd.conf.4 bntext.4
 MLINKS=		bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4
 
-do-build:
-	@(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS})
+WRKSRC=		${WRKDIR}/${DISTNAME}/src
+HAS_CONFIGURE=	yes
 
 do-install:
-	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
+	cd ${WRKSRC}/../bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin
+	cd ${WRKSRC}/../sbin; ${INSTALL_PROGRAM} * ${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
 
 post-install:
 	@if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \
diff -ruN /usr/ports/games/bnetd/files/md5 bnetd/files/md5
--- /usr/ports/games/bnetd/files/md5	Thu Jul 15 14:16:49 1999
+++ bnetd/files/md5	Mon Aug  2 23:58:00 1999
@@ -1 +1 @@
-MD5 (bnetd-0.4.9.tar.gz) = 399a5f0f0e4ad77e3f276a73c2a44429
+MD5 (bnetd-0.4.15.1.tar.gz) = ff4049200e236f80e231e8c48afc7651
diff -ruN /usr/ports/games/bnetd/patches/patch-aa bnetd/patches/patch-aa
--- /usr/ports/games/bnetd/patches/patch-aa	Fri Jul  9 08:50:09 1999
+++ bnetd/patches/patch-aa	Thu Jan  1 08:00:00 1970
@@ -1,11 +0,0 @@
---- src/Makefile.orig	Fri Jul  9 17:41:52 1999
-+++ src/Makefile	Fri Jul  9 17:42:17 1999
-@@ -23,7 +23,7 @@
- 
- # GCC
- #CC	= gcc -pipe -s -O2
--CC	= gcc -pipe -g -O2
-+CC	+= ${CFLAGS}
- #CC	= gcc -pipe -pg -g -O0
- #CC	= gcc -pipe -g -O0 -Wall -Wshadow -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wnested-externs
- #CC	= gcc -pipe -g -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wnested-externs
diff -ruN /usr/ports/games/bnetd/patches/patch-ab bnetd/patches/patch-ab
--- /usr/ports/games/bnetd/patches/patch-ab	Fri Jul  9 08:50:10 1999
+++ bnetd/patches/patch-ab	Thu Jan  1 08:00:00 1970
@@ -1,12 +0,0 @@
---- src/command.c.orig	Fri Jul  9 17:44:02 1999
-+++ src/command.c	Fri Jul  9 17:44:29 1999
-@@ -17,6 +17,9 @@
-  * along with this program; if not, write to the Free Software
-  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-  */
-+
-+#include <sys/types.h>
-+
- #include "setup.h"
- #include <stdio.h>
- #include <string.h>
diff -ruN /usr/ports/games/bnetd/pkg/PLIST bnetd/pkg/PLIST
--- /usr/ports/games/bnetd/pkg/PLIST	Thu Jul 15 14:16:49 1999
+++ bnetd/pkg/PLIST	Tue Aug  3 00:05:15 1999
@@ -1,6 +1,9 @@
+bin/bnbot
 bin/bnchat
 bin/bnftp
 bin/bnpass
+bin/bnstat
 sbin/bnetd
+sbin/bnproxy
 etc/rc.d/bnetd.sh
 @unexec rm -rf %D/bnetd 2>/dev/null || true

>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?199908021615.AAA70874>