summaryrefslogtreecommitdiff
path: root/net-im/xicq
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/xicq')
-rw-r--r--net-im/xicq/Makefile28
-rw-r--r--net-im/xicq/distinfo1
-rw-r--r--net-im/xicq/files/patch-aa28
-rw-r--r--net-im/xicq/files/patch-af8
-rw-r--r--net-im/xicq/files/patch-ag17
-rw-r--r--net-im/xicq/files/patch-ah26
-rw-r--r--net-im/xicq/pkg-comment1
-rw-r--r--net-im/xicq/pkg-descr3
-rw-r--r--net-im/xicq/pkg-plist4
9 files changed, 0 insertions, 116 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile
deleted file mode 100644
index 40bc02653fec..000000000000
--- a/net-im/xicq/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: xicq
-# Date created: 29 June 1998
-# Whom: scrappy
-#
-# $FreeBSD$
-#
-
-PORTNAME= xicq
-PORTVERSION= 19980712
-CATEGORIES= net
-MASTER_SITES= http://www.xtrophy.dk/xicq/
-DISTNAME= xicq-071298-snapshot.src
-
-MAINTAINER= scrappy@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/xicq-071298
-
-USE_GMAKE= yes
-MAKE_ENV= OPT="${CFLAGS}"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
- ${MKDIR} ${PREFIX}/share/examples/xicq
-.for file in contact config
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-im/xicq/distinfo b/net-im/xicq/distinfo
deleted file mode 100644
index 0c67af2a0bf6..000000000000
--- a/net-im/xicq/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xicq-071298-snapshot.src.tar.gz) = 22358f012b7b2fcdf22a6a48b12e7017
diff --git a/net-im/xicq/files/patch-aa b/net-im/xicq/files/patch-aa
deleted file mode 100644
index 8c410b175c5d..000000000000
--- a/net-im/xicq/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -urN src.orig/libXicq/Makefile src/libXicq/Makefile
---- src.orig/libXicq/Makefile Tue Dec 15 19:13:57 1998
-+++ src/libXicq/Makefile Tue Dec 15 19:14:51 1998
-@@ -1,8 +1,8 @@
- CC = g++
- SHELL = /bin/sh
- INCLUDE = -I.
--CFLAGS = -g -Wall $(INCLUDE)
--CXXFLAGS= -g -Wall $(INCLUDE)
-+CFLAGS = $(OPT) -g -Wall $(INCLUDE)
-+CXXFLAGS= $(OPT) -g -Wall $(INCLUDE)
-
- OBJECTS = libXicq.o net.o misc.o parse.o packets.o ui2lib.o contact.o
-
-diff -urN src.orig/xicq/Makefile src/xicq/Makefile
---- src.orig/xicq/Makefile Tue Dec 15 19:13:59 1998
-+++ src/xicq/Makefile Tue Dec 15 19:15:08 1998
-@@ -1,8 +1,8 @@
- CC = g++
- SHELL = /bin/sh
- INCLUDE = -I. -I../libXicq
--CXXFLAGS= -g -Wall $(INCLUDE)
--CFLAGS = -g -Wall $(INCLUDE)
-+CXXFLAGS= $(OPT) -g -Wall $(INCLUDE)
-+CFLAGS = $(OPT) -g -Wall $(INCLUDE)
- LIBDIR = -L../libXicq
- LIB = -lXicq
-
diff --git a/net-im/xicq/files/patch-af b/net-im/xicq/files/patch-af
deleted file mode 100644
index 2a2416c2eac3..000000000000
--- a/net-im/xicq/files/patch-af
+++ /dev/null
@@ -1,8 +0,0 @@
---- Makefile.orig Tue Dec 15 18:33:35 1998
-+++ Makefile Tue Dec 15 18:33:42 1998
-@@ -1,4 +1,4 @@
--all: lib xicq kxicq
-+all: lib xicq
-
- lib:
- @${MAKE} -C src/libXicq all
diff --git a/net-im/xicq/files/patch-ag b/net-im/xicq/files/patch-ag
deleted file mode 100644
index 662d773579a1..000000000000
--- a/net-im/xicq/files/patch-ag
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/libXicq/structs.h.orig Sun Feb 27 12:34:45 2000
-+++ src/libXicq/structs.h Sun Feb 27 12:37:10 2000
-@@ -16,10 +16,10 @@
- */
- struct LIB_INFORMATION
- {
-- const char NAME[] = "libXicq";
-- const char VERSION[] = "071298-snapshot";
-- const char AUTHOR[] = "tnc";
-- const char CONTACT[] = "xtrophy@it.dk";
-+ static const char NAME[] = "libXicq";
-+ static const char VERSION[] = "071298-snapshot";
-+ static const char AUTHOR[] = "tnc";
-+ static const char CONTACT[] = "xtrophy@it.dk";
- };
-
-
diff --git a/net-im/xicq/files/patch-ah b/net-im/xicq/files/patch-ah
deleted file mode 100644
index 3ac804237512..000000000000
--- a/net-im/xicq/files/patch-ah
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/libXicq/net.cc.orig Sun Feb 27 12:37:37 2000
-+++ src/libXicq/net.cc Sun Feb 27 12:38:59 2000
-@@ -6,6 +6,9 @@
- **************************************************************************/
-
-
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#endif
- #include "net.h"
-
- #define MAXWATCH 10
-@@ -144,8 +147,13 @@
- int net_udpRecv(unsigned char *mesg, int length)
- {
- structlength = sizeof(client);
-+#if defined(__FreeBSD__) && (__FreeBSD_version >= 400013)
-+ recvd = recvfrom(net_information.sock, mesg, length, 0,
-+ (struct sockaddr *) &client, (socklen_t *) &structlength);
-+#else
- recvd = recvfrom(net_information.sock, mesg, length, 0,
- (struct sockaddr *) &client, &structlength);
-+#endif
- if (recvd < 0)
- {
- perror("libXicq: recvfrom");
diff --git a/net-im/xicq/pkg-comment b/net-im/xicq/pkg-comment
deleted file mode 100644
index e1315e3ced8e..000000000000
--- a/net-im/xicq/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Xtropy's ICQ Client
diff --git a/net-im/xicq/pkg-descr b/net-im/xicq/pkg-descr
deleted file mode 100644
index 145b7aebd5d5..000000000000
--- a/net-im/xicq/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Xtropy's ICQ Client
-
-WWW: http://www.xtrophy.dk/xicq/
diff --git a/net-im/xicq/pkg-plist b/net-im/xicq/pkg-plist
deleted file mode 100644
index 31de076da4af..000000000000
--- a/net-im/xicq/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/xicq
-share/examples/xicq/contact
-share/examples/xicq/config
-@dirrm share/examples/xicq