Date: Tue, 29 Feb 2000 15:00:18 +0100 (CET) From: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17073: Update port: irc/bitchx Message-ID: <200002291400.PAA55874@214.norrgarden.se>
next in thread | raw e-mail | index | archive | help
>Number: 17073 >Category: ports >Synopsis: Update port: irc/bitchx >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 Feb 29 06:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 4.0-20000214-CURRENT i386 >Organization: >Environment: >Description: * Added a patch so that GTK BitchX will compile * Made #define WANT_CHAN_NICK_SERV to be enabled by default in config.h as requested by Cliff Rowley <dozprompt@onsea.com>. This will enable a few aliases for services commands. (I didnt see any reason to make a hook for this little thing) >How-To-Repeat: >Fix: Add file: /usr/ports/irc/bitchx/patches/patch-ah diff -urN /usr/ports/irc/bitchx/Makefile bitchx/Makefile --- /usr/ports/irc/bitchx/Makefile Sat Jan 29 22:54:20 2000 +++ bitchx/Makefile Tue Feb 29 12:42:13 2000 @@ -44,6 +44,10 @@ @${ECHO} "You can add hooks for GNOME by defining USE_GNOME" .endif +pre-patch: + @${SED} -e "s|#undef WANT_CHAN_NICK_SERV|#define WANT_CHAN_NICK_SERV|" ${WRKSRC}/include/config.h > ${WRKSRC}/include/config.h.new + @${MV} ${WRKSRC}/include/config.h.new ${WRKSRC}/include/config.h + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help diff -urN /usr/ports/irc/bitchx/patches/patch-ah bitchx/patches/patch-ah --- /usr/ports/irc/bitchx/patches/patch-ah Thu Jan 1 01:00:00 1970 +++ bitchx/patches/patch-ah Tue Feb 29 14:04:06 2000 @@ -0,0 +1,11 @@ +--- dll/nicklist/nicklist.c.orig Tue Feb 29 12:53:26 2000 ++++ dll/nicklist/nicklist.c Tue Feb 29 12:56:15 2000 +@@ -43,7 +43,7 @@ + char *tmptext[1]; + #endif + +-BUILT_IN_DLL(nicklist_add) ++BUILT_IN_DLL(nicklist_add); + int update_nicklist (char *, char *, char **); + + void drawnicklist(void) diff -urN /usr/ports/irc/bitchx/pkg/DESCR bitchx/pkg/DESCR --- /usr/ports/irc/bitchx/pkg/DESCR Sun Feb 20 02:56:25 2000 +++ bitchx/pkg/DESCR Fri Feb 18 20:04:29 2000 @@ -4,4 +4,4 @@ for the popular UNIX IRC client ircII. Around Christmas of 1994 the script was patched directly into the client by panasync. -WWW: http://www.bitchx.com/ +WWW: http://www.bitchx.com >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?200002291400.PAA55874>