aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
commitdad50d99b195f0597431757a3b8c63f1012e6731 (patch)
tree544072f356f3cefa26a6a5225882423a4ffe98f4 /net-im
parentbdd1e6bdc450acf24d30eda8055d33f1e61037d3 (diff)
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/xicq/Makefile37
-rw-r--r--net-im/xicq/distinfo2
-rw-r--r--net-im/xicq/files/patch-aa14
-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-descr1
8 files changed, 0 insertions, 106 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 9f047fa6b269..3426bc1e77a1 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -104,7 +104,6 @@
SUBDIR += tmsnc
SUBDIR += vicq
SUBDIR += vqcc-gtk
- SUBDIR += xicq
SUBDIR += ymessenger
SUBDIR += ysm
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile
deleted file mode 100644
index 2a5c1f3ca70e..000000000000
--- a/net-im/xicq/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: xicq
-# Date created: 29 June 1998
-# Whom: scrappy
-#
-# $FreeBSD$
-#
-
-PORTNAME= xicq
-PORTVERSION= 19980712
-PORTREVISION= 1
-CATEGORIES= net-im
-MASTER_SITES= # disappeared
-DISTNAME= xicq-071298-snapshot.src
-
-BROKEN= "mastersite disappeared"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2005-12-12
-
-MAINTAINER= scrappy@FreeBSD.org
-COMMENT= Xtropy's ICQ Client
-
-WRKSRC= ${WRKDIR}/xicq-071298
-USE_GCC= 2.95
-USE_GMAKE= yes
-MAKE_ENV= OPT="${CFLAGS}"
-
-PLIST_FILES= bin/xicq ${EXAMPLESDIR:S,^${PREFIX}/,,g}/contact ${EXAMPLESDIR:S,^${PREFIX}/,,g}/config
-PLIST_DIRS= ${EXAMPLESDIR:S,^${PREFIX}/,,g}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
- ${MKDIR} ${EXAMPLESDIR}
-.for file in contact config
- ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-im/xicq/distinfo b/net-im/xicq/distinfo
deleted file mode 100644
index 14fba542555b..000000000000
--- a/net-im/xicq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (xicq-071298-snapshot.src.tar.gz) = 22358f012b7b2fcdf22a6a48b12e7017
-SIZE (xicq-071298-snapshot.src.tar.gz) = 146014
diff --git a/net-im/xicq/files/patch-aa b/net-im/xicq/files/patch-aa
deleted file mode 100644
index d74cae9a550b..000000000000
--- a/net-im/xicq/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/xicq/Makefile.orig Tue Jul 7 00:58:53 1998
-+++ src/xicq/Makefile Sat Sep 18 02:00:14 2004
-@@ -1,8 +1,8 @@
--CC = g++
-+CC = $(CXX)
- 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-descr b/net-im/xicq/pkg-descr
deleted file mode 100644
index e1315e3ced8e..000000000000
--- a/net-im/xicq/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Xtropy's ICQ Client