diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-16 00:12:46 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-16 00:12:46 +0000 |
commit | 2145c91948c0e290a203927214bcb199cdc15fda (patch) | |
tree | a5deb0e67e2ead071c642e023e35f148fcd4f8bd /irc/sic | |
parent | dc5e6bcddbdc6e246b603acca254a3a31df59336 (diff) | |
download | ports-2145c91948c0e290a203927214bcb199cdc15fda.tar.gz ports-2145c91948c0e290a203927214bcb199cdc15fda.zip |
Notes
Diffstat (limited to 'irc/sic')
-rw-r--r-- | irc/sic/Makefile | 12 | ||||
-rw-r--r-- | irc/sic/distinfo | 2 | ||||
-rw-r--r-- | irc/sic/files/patch-ab | 13 | ||||
-rw-r--r-- | irc/sic/pkg-plist | 2 |
4 files changed, 22 insertions, 7 deletions
diff --git a/irc/sic/Makefile b/irc/sic/Makefile index ee08cd9163a7..ade8bf15941f 100644 --- a/irc/sic/Makefile +++ b/irc/sic/Makefile @@ -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> diff --git a/irc/sic/distinfo b/irc/sic/distinfo index 0e65b18e8cad..061b0e57596d 100644 --- a/irc/sic/distinfo +++ b/irc/sic/distinfo @@ -1 +1 @@ -MD5 (sic-0.10a.tgz) = dde11f6b1c59f01871f452c58b1eefaa +MD5 (sic-0.18a.tgz) = ba26243e8d1de684f5d06f0aad09d7ce diff --git a/irc/sic/files/patch-ab b/irc/sic/files/patch-ab new file mode 100644 index 000000000000..c80392223ee3 --- /dev/null +++ b/irc/sic/files/patch-ab @@ -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 --git a/irc/sic/pkg-plist b/irc/sic/pkg-plist index a165bf4dbcc0..60e86963ae1d 100644 --- a/irc/sic/pkg-plist +++ b/irc/sic/pkg-plist @@ -1,3 +1,3 @@ bin/sic -bin/sic-0.10a +bin/sic-0.18a bin/sdns |