From 01b817a515a2eaba50ca45a0a9c7a32579180e97 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 16 May 1999 23:07:32 +0000 Subject: update to version 2.6.2 PR: 10648 Submitted by: me with help finding a new MASTER_SITE from #freebsd --- irc/bnc/Makefile | 22 +++++++++++++--------- irc/bnc/distinfo | 2 +- irc/bnc/files/patch-aa | 14 +++++++------- irc/bnc/files/patch-ab | 37 +++++++++++++++++++++++++++++++++++++ irc/bnc/pkg-plist | 4 +++- 5 files changed, 61 insertions(+), 18 deletions(-) create mode 100644 irc/bnc/files/patch-ab (limited to 'irc/bnc') diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile index 197a90b53d90..c325d8c03aa8 100644 --- a/irc/bnc/Makefile +++ b/irc/bnc/Makefile @@ -3,23 +3,27 @@ # Date created: 06 July 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.1.1.1 1998/07/11 18:32:05 steve Exp $ +# $Id: Makefile,v 1.2 1998/12/29 18:22:58 billf Exp $ # -DISTNAME= bnc-web -PKGNAME= bnc-2.4.3 +DISTNAME= bnc2.6.2 +PKGNAME= bnc-2.6.2 CATEGORIES= net -MASTER_SITES= http://www.bridgenet.net/bnc/ +MASTER_SITES= http://irc.themes.org/downloads/misc/ MAINTAINER= billf@FreeBSD.org -WRKSRC= ${WRKDIR}/bnc2.4.3 -HAS_CONFIGURE= YES GNU_CONFIGURE= YES +post-patch: + ${SED} 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup > ${WRKSRC}/bncsetup.new + ${MV} ${WRKSRC}/bncsetup.new ${WRKSRC}/bncsetup + do-install: - ${CP} ${WRKSRC}/bnc ${PREFIX}/bin - ${CP} ${WRKSRC}/bncchk ${PREFIX}/bin - ${CP} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf + ${INSTALL_PROGRAM} ${WRKSRC}/bnc ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bncchk ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bncsetup ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mkpasswd ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf.sample .include diff --git a/irc/bnc/distinfo b/irc/bnc/distinfo index cbef99612b2d..5221cd28d4e4 100644 --- a/irc/bnc/distinfo +++ b/irc/bnc/distinfo @@ -1 +1 @@ -MD5 (bnc-web.tar.gz) = eee6dcba1cb1ad42f576b46f9bf0c4a7 +MD5 (bnc2.6.2.tar.gz) = 4fa45cdcda82998f5f73d17cff479a32 diff --git a/irc/bnc/files/patch-aa b/irc/bnc/files/patch-aa index 69f31c95374f..dfc26315f73b 100644 --- a/irc/bnc/files/patch-aa +++ b/irc/bnc/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.in.old Mon Jul 6 16:56:21 1998 -+++ Makefile.in Mon Jul 6 17:06:25 1998 +--- Makefile.in.orig Thu Mar 18 01:09:25 1999 ++++ Makefile.in Thu Mar 18 01:09:31 1999 @@ -4,7 +4,7 @@ - CFLAGS = -DVERSION='"v2.4.3"' -O6 + CFLAGS = -DVERSION='"v2.4.8"' -O6 CC = gcc --ALL: bnc -+all: bnc +-ALL: bnc mkpasswd ++all: bnc mkpasswd + @echo "*** Done compiling required files" + @echo "Please read the README.TXT file included" - bnc.o: config.h common.h bnc.c Makefile - ${CC} ${CFLAGS} -c bnc.c diff --git a/irc/bnc/files/patch-ab b/irc/bnc/files/patch-ab new file mode 100644 index 000000000000..50da47e91227 --- /dev/null +++ b/irc/bnc/files/patch-ab @@ -0,0 +1,37 @@ +--- bncsetup.orig Wed Mar 17 07:31:19 1999 ++++ bncsetup Thu Mar 18 01:51:47 1999 +@@ -12,15 +12,9 @@ + exit $1 + } + +-if ! [ -e ./mkpasswd ] +-then +- echo "You need to Make the package before you can use this script" +- echo "(required ./mkpasswd)" +- bsclean 0 +-fi + + echo "BAD\$" > $TMPFILE +-echo "Test" | ./mkpasswd -s >> $TMPFILE ++echo "Test" | mkpasswd -s >> $TMPFILE + CRCYS=$(cat $TMPFILE | grep '\$' | tail -1 ) + + +@@ -149,13 +143,13 @@ + + if [ x$ERRORLEVEL = x0 ] + then +- if [ -x ./mkpasswd ] ++ if [ -x @PREFIX@/bin/mkpasswd ] + then +- SUPERPASS="+"$(echo "$SUPERPASS" | ./mkpasswd -s) +- BNCPASS="+"$(echo "$BNCPASS" | ./mkpasswd -s) ++ SUPERPASS="+"$(echo "$SUPERPASS" | mkpasswd -s) ++ BNCPASS="+"$(echo "$BNCPASS" | mkpasswd -s) + else + clear +- echo "You have not did ./configure and make so there is no ./mkpasswd" ++ echo "You have not did ./configure and make so there is no mkpasswd" + echo "This program is required to produce the encryption" + bsclean 0 + fi diff --git a/irc/bnc/pkg-plist b/irc/bnc/pkg-plist index 3b093f3e34c2..89bf639d9aa4 100644 --- a/irc/bnc/pkg-plist +++ b/irc/bnc/pkg-plist @@ -1,3 +1,5 @@ bin/bnc bin/bncchk -etc/bnc.conf +bin/bncsetup +bin/mkpasswd +etc/bnc.conf.sample -- cgit v1.2.3