Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Feb 2000 21:14:06 +0100 (CET)
From:      calle.madestrand@norrgarden.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17078: Update port: irc/bitchx
Message-ID:  <200002292014.VAA06381@214.norrgarden.se>

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

>Number:         17078
>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 12:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Madestrand
>Release:        FreeBSD 4.0-20000214-CURRENT i386
>Organization:
>Environment:
>Description:
Sorry, submitting again because using perl instead of sed is more efficient
Please close my previous ports/17073
>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 20:07:59 2000
@@ -44,6 +44,9 @@
 	@${ECHO} "You can add hooks for GNOME by defining USE_GNOME"
 .endif
 
+pre-patch:
+	@${PERL} -pi -e "s!#undef WANT_CHAN_NICK_SERV!#define WANT_CHAN_NICK_SERV!" ${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)

>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?200002292014.VAA06381>