Date: Tue, 3 Aug 1999 11:10:39 +0800 From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12926: update ports : games/bnetd Message-ID: <19990803111039.A81518@terry.dorm10.nctu.edu.tw> In-Reply-To: =?iso-8859-1?Q?=3C199908022334=2EQAA89091=40freefall=2Efreebsd=2Eorg=3E?= =?iso-8859-1?Q?=3B_from_=22cpiazza=40FreeBSD=2Eorg=22_on_=A4=40_=2C___8_?= =?iso-8859-1?Q?02=2C_1999_at_16:34:22?= References: <199908022334.QAA89091@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On ¤@ , 8 02, 1999 at 16:34:22 -0700, cpiazza@FreeBSD.org wrote: > Synopsis: update ports : games/bnetd > > State-Changed-From-To: open->analyzed > State-Changed-By: cpiazza > State-Changed-When: Mon Aug 2 16:33:44 PDT 1999 > State-Changed-Why: > Waiting for a patch relative to the current port new patch : diff -ruN /usr/ports/games/bnetd/Makefile bnetd/Makefile --- /usr/ports/games/bnetd/Makefile Tue Aug 3 10:46:47 1999 +++ bnetd/Makefile Tue Aug 3 11:05:29 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.5 1999/08/01 02:57:38 steve Exp $ # -DISTNAME= bnetd-0.4.11 +DISTNAME= bnetd-0.4.15.1 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ @@ -23,8 +23,8 @@ @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) do-install: - cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnbot bnchat bnftp bnpass ${PREFIX}/bin - cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin + 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 ${WRKSRC}/reports ${PREFIX}/bnetd diff -ruN /usr/ports/games/bnetd/files/md5 bnetd/files/md5 --- /usr/ports/games/bnetd/files/md5 Tue Aug 3 10:46:47 1999 +++ bnetd/files/md5 Tue Aug 3 10:57:25 1999 @@ -1 +1 @@ -MD5 (bnetd-0.4.11.tar.gz) = 6d89215514429e7331ff0770bced2d6a +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 Tue Aug 3 10:46:47 1999 +++ bnetd/patches/patch-aa Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed Jul 14 02:24:31 1999 -+++ src/Makefile.in Wed Jul 14 02:24:47 1999 -@@ -84,7 +84,7 @@ - bnpass_OBJECTS = bnpass.o bnethash.o eventlog.o - bnpass_LDADD = $(LDADD) - bnpass_LDFLAGS = --CFLAGS = @CFLAGS@ -+CFLAGS = -pipe -O2 - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@ diff -ruN /usr/ports/games/bnetd/pkg/PLIST bnetd/pkg/PLIST --- /usr/ports/games/bnetd/pkg/PLIST Tue Aug 3 10:46:47 1999 +++ bnetd/pkg/PLIST Tue Aug 3 11:04:37 1999 @@ -2,6 +2,8 @@ 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 -- Testing can show the presence of bugs, but not their absence. --- Edsger W. Dijkstra 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?19990803111039.A81518>