remove buggy micq & xicq

This commit is contained in:
form 1998-07-02 04:19:13 +00:00
parent 93bad399ae
commit 8eacf4611d
17 changed files with 3 additions and 176 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 1998/07/01 03:38:18 form Exp $
# $OpenBSD: Makefile,v 1.17 1998/07/02 04:19:13 form Exp $
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
#
@ -41,7 +41,7 @@
# SUBDIR += libsocket++
# SUBDIR += llnlxdir
# SUBDIR += llnlxftp
SUBDIR += micq
# SUBDIR += micq
SUBDIR += mirror
# SUBDIR += moxftp
# SUBDIR += mpd
@ -93,7 +93,7 @@
SUBDIR += wide-dhcp
# SUBDIR += wu-ftpd
SUBDIR += xarchie
SUBDIR += xicq
# SUBDIR += xicq
# SUBDIR += xipmsg
# SUBDIR += yale-tftpd
SUBDIR += ytalk

View File

@ -1,29 +0,0 @@
# New ports collection makefile for: micq
# Version required: 26 June 1998
# Date created: 30 June 1998
# Whom: form
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/06/30 08:47:09 form Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/28 03:22:36 mph Exp
#
DISTNAME= micq
PKGNAME= micq-19980626
CATEGORIES= net
MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/
EXTRACT_SUFX= .tgz
MAINTAINER= form@vs.itam.nsc.ru
WRKSRC= ${WRKDIR}/micq-0626-98
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/micq
.for file in README TODO WISHLIST commands.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35

View File

@ -1,13 +0,0 @@
--- Makefile.orig Sat Jun 27 13:25:53 1998
+++ Makefile Sat Jun 27 13:26:38 1998
@@ -1,8 +1,8 @@
# Anyone who knows how to make Makefiles please help out.
# I have no clue but this appears to work fairly well
# be sure to use gmake
-CC = gcc
-CFLAGS = -Wall -DUNIX
+# CC = gcc
+CFLAGS += -DUNIX
# Uncomment the below line for humorous messages
#CFLAGS += -DFUNNY_MSGS
# uncomment the line below for debuging info

View File

@ -1 +0,0 @@
Text-based ICQ implementation.

View File

@ -1,4 +0,0 @@
A text-based implementation of ICQ, independant of Mirabilis.
Currently does not offer chat. Still appears rough: There's no
command-line editing, and ANSI color codes are hardcoded in the
program.

View File

@ -1,6 +0,0 @@
bin/micq
share/doc/micq/README
share/doc/micq/TODO
share/doc/micq/WISHLIST
share/doc/micq/commands.txt
@dirrm share/doc/micq

View File

@ -1,29 +0,0 @@
# New ports collection makefile for: xicq
# Version required: 23 June 1998
# Date created: 30 June 1998
# Whom: form
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/07/01 03:34:49 form Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/29 18:39:26 scrappy Exp
#
DISTNAME= xicq-062398-snapshot
PKGNAME= xicq-062398
CATEGORIES= net
MASTER_SITES= http://www.xtrophy.dk/xicq/
EXTRACT_SUFX= .tar.gz
MAINTAINER= form@vs.itam.nsc.ru
WRKSRC= ${WRKDIR}/xicq-062398-snapshot
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/xicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/xicq
.for file in contact config
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (xicq-062398-snapshot.tar.gz) = 9bb5fb68ba7fb845166d80593ab2271f

View File

@ -1,21 +0,0 @@
--- Makefile.orig Mon Jun 29 13:23:27 1998
+++ Makefile Mon Jun 29 13:24:12 1998
@@ -1,12 +1,12 @@
all:
- @make -C src/libXicq all
- @make -C src/xicq all install
+ @${MAKE} -C src/libXicq all
+ @${MAKE} -C src/xicq all install
dep:
- @make -C src/libXicq dep
- @make -C src/xicq dep
+ @${MAKE} -C src/libXicq dep
+ @${MAKE} -C src/xicq dep
clean:
- @make -C src/libXicq clean
- @make -C src/xicq clean
+ @${MAKE} -C src/libXicq clean
+ @${MAKE} -C src/xicq clean

View File

@ -1,18 +0,0 @@
--- src/libXicq/Makefile.orig Mon Jun 29 13:57:08 1998
+++ src/libXicq/Makefile Mon Jun 29 13:57:28 1998
@@ -1,6 +1,6 @@
CC = g++
SHELL = /bin/sh
-INCLUDE = -I.
+INCLUDE = -I. -I/usr/include/g++
CFLAGS = -g -Wall $(INCLUDE)
CXXFLAGS= -g -Wall $(INCLUDE)
@@ -15,6 +15,7 @@
all: dep $(OBJECTS)
ar rc libXicq.a $(OBJECTS)
+ ranlib libXicq.a
clean:
rm -f *~ *.a *.o

View File

@ -1,10 +0,0 @@
--- src/xicq/Makefile.orig Mon Jun 29 13:42:32 1998
+++ src/xicq/Makefile Mon Jun 29 13:42:44 1998
@@ -1,6 +1,6 @@
CC = g++
SHELL = /bin/sh
-INCLUDE = -I. -I../libXicq
+INCLUDE = -I. -I../libXicq -I/usr/include/g++
CXXFLAGS= -g -Wall $(INCLUDE)
CFLAGS = -g -Wall $(INCLUDE)
LIBDIR = -L../libXicq

View File

@ -1,19 +0,0 @@
--- src/libXicq/packets.h.orig Mon Jun 29 13:43:35 1998
+++ src/libXicq/packets.h Mon Jun 29 13:43:51 1998
@@ -9,7 +9,9 @@
#ifndef _PACKETS_H
#define _PACKETS_H
-
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
+# include <sys/types.h>
+#endif
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -34,4 +36,4 @@
ICQ_PACKET packets_sendTextCode(char *textCode, unsigned short int X1);
-#endif
+#endif

View File

@ -1,13 +0,0 @@
--- src/libXicq/contact.h.orig Mon Jun 29 13:45:14 1998
+++ src/libXicq/contact.h Mon Jun 29 13:45:30 1998
@@ -9,7 +9,9 @@
#ifndef _CONTACT_H
#define _CONTACT_H
-
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
+# include <sys/types.h>
+#endif
#include <iostream.h>
#include <fstream.h>
#include <stdio.h>

View File

@ -1 +0,0 @@
Xtropy's ICQ Client

View File

@ -1,4 +0,0 @@
Xtropy's ICQ Client
- http://www.xtrophy.dk/xicq

View File

@ -1,3 +0,0 @@
bin/xicq
share/examples/xicq/contact
share/examples/xicq/config