parent
dc5e6bcddb
commit
2145c91948
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15372
4 changed files with 22 additions and 7 deletions
|
@ -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.1.1.1 1998/05/27 16:53:56 mph Exp $
|
||||
# $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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sic-0.10a.tgz) = dde11f6b1c59f01871f452c58b1eefaa
|
||||
MD5 (sic-0.18a.tgz) = ba26243e8d1de684f5d06f0aad09d7ce
|
||||
|
|
13
irc/sic/files/patch-ab
Normal file
13
irc/sic/files/patch-ab
Normal file
|
@ -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
|
|
@ -1,3 +1,3 @@
|
|||
bin/sic
|
||||
bin/sic-0.10a
|
||||
bin/sic-0.18a
|
||||
bin/sdns
|
||||
|
|
Loading…
Reference in a new issue