Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 1998 03:14:44 +0100 (CET)
From:      Stefan Zehl <sec@btl.42.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9088: update of net/sic-port
Message-ID:  <199812150214.DAA44907@btl.42.org>

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

>Number:         9088
>Category:       ports
>Synopsis:       update of net/sic-port
>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:   Mon Dec 14 18:20:00 PST 1998
>Last-Modified:
>Originator:     Stefan Zehl
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

The sic port was a bit outdated, i updated it from 0.10 to 0.18
	

>How-To-Repeat:

	

>Fix:

diff -burN /usr/ports/net/sic/Makefile sic/Makefile
--- /usr/ports/net/sic/Makefile	Wed May 27 21:12:12 1998
+++ sic/Makefile	Tue Dec 15 03:09:44 1998
@@ -1,19 +1,21 @@
 # New ports collection makefile for:	sic
-# Version required:	0.10a
+# Version required:	0.18a
 # Date created:		04 Apr 1998
 # Whom:			sec@42.org
 #
 # $Id: Makefile,v 1.2 1998/05/27 19:12:12 mph Exp $
 #
 
-DISTNAME=	sic-0.10a
+DISTNAME=	sic-0.18a
 CATEGORIES=	net
-MASTER_SITES=	http://www.freebsd.org/~mph/distfiles/ \
-		http://www.stealth.net/~kalt/sic/
+MASTER_SITES=	ftp://ftp.funet.fi/pub/unix/irc/sic/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sec@42.org
 
 GNU_CONFIGURE=	yes
+
+MAN1=		sic.1
+MAN5=		sic-alias.5 sic-server.5
 
 .include <bsd.port.mk>
diff -burN /usr/ports/net/sic/files/md5 sic/files/md5
--- /usr/ports/net/sic/files/md5	Wed May 27 18:53:56 1998
+++ sic/files/md5	Tue Dec 15 03:04:35 1998
@@ -1 +1 @@
-MD5 (sic-0.10a.tgz) = dde11f6b1c59f01871f452c58b1eefaa
+MD5 (sic-0.18a.tgz) = ba26243e8d1de684f5d06f0aad09d7ce
diff -burN /usr/ports/net/sic/patches/patch-aa sic/patches/patch-aa
--- /usr/ports/net/sic/patches/patch-aa	Wed May 27 18:53:56 1998
+++ sic/patches/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,14 +0,0 @@
---- server.c.org	Sat Apr  4 19:48:55 1998
-+++ server.c	Sat Apr  4 19:59:58 1998
-@@ -1074,10 +1074,7 @@
-  *	0 -> chat , 1 -> send
-  */
- void
--sic_dcc(type, nick, ip, port, file, size)
--  char type, *nick, *file;
--  unsigned long ip, size;
--  unsigned int port;
-+sic_dcc(char type, char *nick, unsigned long ip, unsigned int port, char *file, unsigned long size)
- {
-   struct server_ *dtmp = slist;
-   unsigned long	lip;
diff -burN /usr/ports/net/sic/patches/patch-ab sic/patches/patch-ab
--- /usr/ports/net/sic/patches/patch-ab	Thu Jan  1 01:00:00 1970
+++ sic/patches/patch-ab	Tue Dec 15 03:07:38 1998
@@ -0,0 +1,13 @@
+--- dns.c.orig	Tue Dec 15 03:07:04 1998
++++ dns.c	Tue Dec 15 03:07:14 1998
+@@ -22,10 +22,6 @@
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ 
+-/* BIND 8.x lossage */
+-#undef inet_ntoa
+-#undef inet_addr
+-
+ extern	int	h_errno;
+ 
+ void
diff -burN /usr/ports/net/sic/pkg/PLIST sic/pkg/PLIST
--- /usr/ports/net/sic/pkg/PLIST	Wed May 27 18:53:57 1998
+++ sic/pkg/PLIST	Tue Dec 15 03:09:52 1998
@@ -1,3 +1,3 @@
 bin/sic
-bin/sic-0.10a
+bin/sic-0.18a
 bin/sdns
	

>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?199812150214.DAA44907>