Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 1997 21:10:02 -0800 (PST)
From:      Jonathan Bowie <jbowie@bsdnet.org>
To:        freebsd-ports
Subject:   Re: ports/3090: net/ircII port has a problem
Message-ID:  <199703250510.VAA17732@freefall.freebsd.org>

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

From: Jonathan Bowie <jbowie@bsdnet.org>
To: Andrew Herdman <andrew@why.whine.com>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/3090: net/ircII port has a problem
Date: Tue, 25 Mar 1997 00:01:21 -0500 (EST)

 On Mon, 24 Mar 1997, Andrew Herdman wrote:
 
 > 
 > >Number:         3090
 > >Category:       ports
 > >Synopsis:       ircii-2.9-roof does not run.
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       medium
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Mon Mar 24 19:20:02 PST 1997
 > >Last-Modified:
 > >Originator:     Andrew Herdman
 > >Organization:
 > None
 > >Release:        FreeBSD 3.0-CURRENT-970201 i386
 > >Environment:
 > 
 > 	Pentium 133, 96Mb ram, 512k cache.  FreeBSD current as
 >         of Feb 01/97.
 > 
 > >Description:
 > 
 > 	Starting up ircII-2.9-roof gives the following error:
 > 	*** Connecting to port 6667 of server irc.rift.com
 > 	*** Unable to connect to port 6667 of server irc.rift.com: Address family not supported by protocol family
 > 	*** Use /SERVER to connect to a server
 > 
 > >How-To-Repeat:
 > 
 > 	cd /usr/ports/net/ircII; make install
 > 	irc
 > 
 > >Fix:
 > 	
 > >Audit-Trail:
 > >Unformatted:
 > 
 > 
 
 Here's the 2.2+ patch:
 Note: If you are running FreeBSD 2.1.x or 2.0.x this patch _will_ break irc.
 do _NOT_ use unless running 2.2 or 3.0.
 --------------------- snip snip --------------------------
 
 *** Makefile.old Mon Mar 24 23:39:23 1997
 --- Makefile	 Mon Mar 24 23:38:47 1997
 ***************
 *** 46,52 ****
   
   CC = gcc
   DEFS = -DHAVE_CONFIG_H
 ! LIBS = -ltermcap -lresolv
   
   # Set this to -g if you want to be able to debug the client, otherwise
   # use -O to have the compiler do some optimization instead.
 --- 46,52 ----
   
   CC = gcc
   DEFS = -DHAVE_CONFIG_H
 ! LIBS = -ltermcap 
   
   # Set this to -g if you want to be able to debug the client, otherwise
   # use -O to have the compiler do some optimization instead.
 *** source/Makefile.old	Mon Mar 24 23:46:03 1997
 --- source/Makefile	Mon Mar 24 23:54:31 1997
 ***************
 *** 6,12 ****
   # copyright (c) 1993
   # @(#)$Id: Makefile.in,v 1.21 1996/02/01 13:54:28 mrg Exp $
   
 ! LIBS	= -ltermcap -lresolv
   CC	= gcc
   CFLAGS	= -g -O
   LDFLAGS	= 
 --- 6,12 ----
   # copyright (c) 1993
   # @(#)$Id: Makefile.in,v 1.21 1996/02/01 13:54:28 mrg Exp $
   
 ! LIBS	= -ltermcap 
   CC	= gcc
   CFLAGS	= -g -O
   LDFLAGS	= 
 
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 //                                             _________________________
 //     Jonathan Bowie                         |_________________________|  
 //                                             | | jbowie@bsdnet.org | |
 //     Independant                             | |   (603)436-5698   | |
 //     Security                                |_|___________________|_|
 //     Consultant                             |_________________________|
 //
 //
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: 2.6.2
 
 mQENAzMwMNkAAAEH/1y10JsYSoTyriSSpF/+dq+8dDAwK2wvZOwJsCXOcfnnLuF3
 YIfGPqu/n8C2HC6ORWEyNNjPwQVpEVU3p1cM8idPRXTI+HVVBFiJ08IzkWP9CgGs
 UwqV73cZTxwXI+ZGwpQbM1bMGBNr4u+RAiivU++gomriMOuT3LLOpDvBUkH+/FIb
 bAK72jT3gVDLY5YGEhoOTyhDfOCr8PZPMv3uTpMYBwlPo9kvpf0Eciehl/zbpK7X
 /4IXD2CH94vvDcBMv7lLL0WJ65qsd2mvA5EiOfxzynyoO7zIlbdxwSFLyj4XJH8S
 Er/jS2Yb4TF1STBakY3ThLLGhmckUiPLBLW2Jz0ABRG0IkpvbmF0aGFuIEJvd2ll
 IDxqYm93aWVAYnNkbmV0Lm9yZz4=
 =+HJT
 -----END PGP PUBLIC KEY BLOCK-----
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703250510.VAA17732>