Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2000 13:10:02 -0800 (PST)
From:      Bill Fumerola <billf@chc-chimes.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16017: BitchX IRC client port upgrade
Message-ID:  <200001102110.NAA26115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16017; it has been noted by GNATS.

From: Bill Fumerola <billf@chc-chimes.com>
To: calle.madestrand@norrgarden.se
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/16017: BitchX IRC client port upgrade
Date: Sun, 9 Jan 2000 17:12:55 -0500 (EST)

 On Sun, 9 Jan 2000 calle.madestrand@norrgarden.se wrote:
 
 > -# Version required:	75p3
 > -# Date created:		26 Jan 1998
 > -# Whom:			griffin
 > +# Version required:	1.0c15
 > +# Date created:		9 January 2000
 > +# Whom:			LoRd_CJ
 
 Date created and Whom are for the _original_ creator of the port.
 
 >  #
 >  # $FreeBSD: ports/irc/bitchx/Makefile,v 1.7 1999/08/25 06:12:35 obrien Exp $
 > -#
 
 No.
 
 > +.if defined(GUI)
 > +		${CP} ${FILESDIR}/plist.common ${PKGDIR}/PLIST
 > +		${ECHO}	bin/gtkBitchX >> ${PKGDIR}/PLIST
 > +		${ECHO} bin/gtkbxsetup >> ${PKGDIR}/PLIST
 > +		${ECHO} share/bx/gtkbitchxrc >> ${PKGDIR}/PLIST
 > +		${ECHO} lib/bx/plugins/nicklist.so >> ${PKGDIR}/PLIST
 > +.else
 > +		${CP} ${FILESDIR}/plist.common ${PKGDIR}/PLIST
 > +		${ECHO} bin/BitchX >> ${PKGDIR}/PLIST
 > +		${ECHO} bin/scr-bx >> ${PKGDIR}/PLIST
 > +		${ECHO} bin/bxsetup >> ${PKGDIR}/PLIST
 > +		${ECHO} lib/bx/wserv >> ${PKGDIR}/PLIST
 > +		${ECHO} share/bx/bitchxrc >> ${PKGDIR}/PLIST
 > +.endif
 > +		${ECHO} @dirrm share/bx/translation >> ${PKGDIR}/PLIST
 > +		${ECHO}	@dirrm share/bx/script >> ${PKGDIR}/PLIST
 > +		${ECHO} @dirrm share/bx >> ${PKGDIR}/PLIST
 > +		${ECHO} @dirrm share/doc/BitchX >> ${PKGDIR}/PLIST
 > +		${ECHO} @dirrm lib/bx/plugins >> ${PKGDIR}/PLIST
 > +		${ECHO} @dirrm lib/bx >> ${PKGDIR}/PLIST
 
 I'm reasonably sure that ${PKGDIR} has to remain read-only during
 package builds. There are better ways to do this.
 
 > +++ /usr/home/cj/ports/bitchx/files/bitchxrc	Sat Jan  8 20:52:26 2000
 > @@ -0,0 +1,2 @@
 > +set LOAD_PATH ~/.BitchX:~/.BitchX/plugins:.:/usr/local/lib/bx/plugins:/usr/local/lib/bx:/usr/local/share/bx/script:/usr/local/share/bx
 > +set BITCHX_HELP /usr/local/share/bx/BitchX.help
 
 This doesn't respect ${PREFIX}
 
 > diff -ruN /usr/ports/irc/bitchx/files/bxsetup /usr/home/cj/ports/bitchx/files/bxsetup
 > --- /usr/ports/irc/bitchx/files/bxsetup	Thu Jan  1 01:00:00 1970
 > +++ /usr/home/cj/ports/bitchx/files/bxsetup	Sat Jan  8 21:14:06 2000
 > @@ -0,0 +1,13 @@
 > +#!/bin/sh
 > +
 > +echo "Installing for user"
 > +mv ~/.bitchxrc .bitchxrc~
 > +echo "Backing up existing .bitchxrc"
 > +cp /usr/local/share/bx/bitchxrc ~/.bitchxrc
 
 ${PREFIX}
 
 > +set LOAD_PATH ~/.BitchX:~/.BitchX/plugins:.:/usr/local/lib/bx/plugins:/usr/local/lib/bx:/usr/local/share/bx/script:/usr/local/share/bx
 > +set BITCHX_HELP /usr/local/share/bx/BitchX.help
 
 ${PREFIX}
 
 > +load menu.bx
 > \ No newline at end of file
 > diff -ruN /usr/ports/irc/bitchx/files/gtkbxsetup /usr/home/cj/ports/bitchx/files/gtkbxsetup
 > --- /usr/ports/irc/bitchx/files/gtkbxsetup	Thu Jan  1 01:00:00 1970
 > +++ /usr/home/cj/ports/bitchx/files/gtkbxsetup	Sun Jan  9 14:18:51 2000
 > @@ -0,0 +1,13 @@
 > +#!/bin/sh
 > +
 > +echo "Installing for user"
 > +mv ~/.bitchxrc .bitchxrc~
 > +echo "Backing up existing .bitchxrc"
 > +cp /usr/local/share/bx/gtkbitchxrc ~/.bitchxrc
 
 ${PREFIX}
 
 
 etc..
 
 


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?200001102110.NAA26115>