aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-18 07:43:04 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-18 07:43:04 +0000
commit4d8ddf2cced92552256b458f31dd3adc2e6868de (patch)
treee5db5b50fa0c837b029e180812e857dc144443c2
parent2c471741cd13df27a71760cd46af5ed797859179 (diff)
- Remove expired ports: Runtime is broken. Unmaintained upstream.
Notes
Notes: svn path=/head/; revision=289401
-rw-r--r--MOVED2
-rw-r--r--net-im/Makefile2
-rw-r--r--net-im/gicq/Makefile46
-rw-r--r--net-im/gicq/distinfo2
-rw-r--r--net-im/gicq/files/patch-ac13
-rw-r--r--net-im/gicq/files/patch-configure20
-rw-r--r--net-im/gicq/pkg-descr14
-rw-r--r--net-im/gicq/pkg-plist6
-rw-r--r--net-im/libicq/Makefile30
-rw-r--r--net-im/libicq/distinfo2
-rw-r--r--net-im/libicq/files/patch-ad50
-rw-r--r--net-im/libicq/pkg-descr6
-rw-r--r--net-im/libicq/pkg-plist5
13 files changed, 2 insertions, 196 deletions
diff --git a/MOVED b/MOVED
index 037f48e021fd..4344d768e809 100644
--- a/MOVED
+++ b/MOVED
@@ -3222,3 +3222,5 @@ sysutils/rsyslog4-pgsql|rsyslog5-pgsql|2012-01-16|EOL Upstream
sysutils/rsyslog4-relp|rsyslog5-relp|2012-01-16|EOL Upstream
sysutils/rsyslog4-rfc3195|rsyslog5-rfc3195|2012-01-16|EOL Upstream
sysutils/rsyslog4-snmp|rsyslog5-snmp|2012-01-16|EOL Upstream
+net-im/gicq||2012-01-18|Runtime is broken. Unmaintained upstream
+net-im/libicq||2012-01-18|Runtime is broken. Unmaintained upstream
diff --git a/net-im/Makefile b/net-im/Makefile
index 8c46ed780b46..2e8b578cab18 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -35,7 +35,6 @@
SUBDIR += gajim
SUBDIR += gajim-devel
SUBDIR += gale
- SUBDIR += gicq
SUBDIR += gloox
SUBDIR += grouch
SUBDIR += gtkyahoo
@@ -61,7 +60,6 @@
SUBDIR += konverse
SUBDIR += kopete
SUBDIR += kpopup
- SUBDIR += libicq
SUBDIR += libjingle
SUBDIR += libmsn
SUBDIR += libnice
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
deleted file mode 100644
index be10c0d54da8..000000000000
--- a/net-im/gicq/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: gicq
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
-#
-# $FreeBSD$
-#
-
-PORTNAME= gicq
-PORTVERSION= 0.33
-PORTREVISION= 7
-CATEGORIES= net-im
-MASTER_SITES= http://download.sourceforge.net/gicq/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= flathill
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK based ICQ program
-
-DEPRECATED= Runtime is broken. Unmaintained upstream
-EXPIRATION_DATE= 2012-01-17
-
-LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq
-
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gtk12 gnomehack gnomeprefix
-WANT_GNOME= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+= -I${LOCALBASE}/include
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME+= gnomelibs
-PKGNAMESUFFIX= -gnome
-.else
-CONFIGURE_ARGS+=--without-gnome
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
- s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
- s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/net-im/gicq/distinfo b/net-im/gicq/distinfo
deleted file mode 100644
index a21517895d75..000000000000
--- a/net-im/gicq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gicq-0.33.tar.gz) = 33742e082231e68e01579051d6d2a069ce414334df1f41c94813de4f6d4579f3
-SIZE (gicq-0.33.tar.gz) = 182625
diff --git a/net-im/gicq/files/patch-ac b/net-im/gicq/files/patch-ac
deleted file mode 100644
index 16d7e3b332f3..000000000000
--- a/net-im/gicq/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Fri Sep 20 17:11:23 2002
-+++ Makefile.in Fri Sep 20 17:11:57 2002
-@@ -116,8 +116,10 @@
-
- SUBDIRS = macros intl po pixmaps src doc
-
-+.ifdef HAVE_GNOME
- sysdir = $(datadir)/gnome/apps/Applications
- sys_DATA = gicq.desktop
-+.endif
-
- EXTRA_DIST = gicq.desktop
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/net-im/gicq/files/patch-configure b/net-im/gicq/files/patch-configure
deleted file mode 100644
index 0c64dee42424..000000000000
--- a/net-im/gicq/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2011-07-01 11:28:05.000000000 +0200
-+++ configure 2011-07-01 11:31:14.000000000 +0200
-@@ -1340,7 +1340,7 @@
- cat > conftest.$ac_ext <<EOF
- #line 1342 "configure"
- #include "confdefs.h"
--main(){return(0);}
-+int main(){return(0);}
- EOF
- if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
- ac_cv_prog_cxx_works=yes
-@@ -3979,7 +3979,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-licq "`glib-config --libs`" $LIBS"
-+LIBS="-licq "`$GLIB_CONFIG --libs`" $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 3985 "configure"
- #include "confdefs.h" \ No newline at end of file
diff --git a/net-im/gicq/pkg-descr b/net-im/gicq/pkg-descr
deleted file mode 100644
index b3eea8564e81..000000000000
--- a/net-im/gicq/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-For lack of a better name, I'm referring to this program as "gicq",
-since it's intended to eventually be a clone of the popular chat client
-"ICQ" by Mirabilis Ltd. (http://www.mirabilis.com) and it utilizes the
-GTK toolkit (http://www.gtk.org).
-
-You must already have an ICQ number to use this. When you launch
-gicq, choose "Online" from the status selector at the bottom of the
-window. The first time, you'll be prompted for your ICQ number and
-password. IMPORTANT: you must enter your ICQ number - NOT your
-nickname.
-
-See also: http://gicq.sourceforge.net/
-
-WWW: http://www.korsoft.com/gicq/
diff --git a/net-im/gicq/pkg-plist b/net-im/gicq/pkg-plist
deleted file mode 100644
index 6287609ecf25..000000000000
--- a/net-im/gicq/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/gicq
-%%GNOME:%%share/gnome/apps/Applications/gicq.desktop
-share/gnome/help/gicq/C/index.html
-share/gnome/help/gicq/C/topic.dat
-@dirrm share/gnome/help/gicq/C
-@dirrm share/gnome/help/gicq
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile
deleted file mode 100644
index b333f8a3af19..000000000000
--- a/net-im/libicq/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: libicq
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
-#
-# $FreeBSD$
-#
-
-PORTNAME= libicq
-PORTVERSION= 0.33
-PORTREVISION= 1
-CATEGORIES= net-im
-MASTER_SITES= http://download.sourceforge.net/libicq/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= flathill
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library to add ICQ communication support to your software
-
-DEPRECATED= Runtime is broken. Unmaintained upstream
-EXPIRATION_DATE= 2012-01-17
-
-USE_GNOME= glib12
-USE_AUTOTOOLS= libtool
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/net-im/libicq/distinfo b/net-im/libicq/distinfo
deleted file mode 100644
index 89c7f50669d7..000000000000
--- a/net-im/libicq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libicq-0.33.tar.gz) = 5295bf86a785adf0b70ad5b3416bc73019f177eb5b1a023cd99a52c29e6ed765
-SIZE (libicq-0.33.tar.gz) = 101447
diff --git a/net-im/libicq/files/patch-ad b/net-im/libicq/files/patch-ad
deleted file mode 100644
index ba3b41a090d2..000000000000
--- a/net-im/libicq/files/patch-ad
+++ /dev/null
@@ -1,50 +0,0 @@
---- src/send.c.orig Thu Nov 11 17:16:26 1999
-+++ src/send.c Thu Nov 11 17:18:50 1999
-@@ -139,6 +139,17 @@
- fprintf(stderr, "\nSocket creation failed.");
- exit(1);
- }
-+
-+#ifdef IP_PORTRANGE
-+ {
-+ int i=IP_PORTRANGE_HIGH;
-+ if (setsockopt(sok, IPPROTO_IP, IP_PORTRANGE, &i, sizeof(i))<0)
-+ {
-+ fprintf(stderr, "\nSocket range selection failed.");
-+ exit(1);
-+ }
-+ }
-+#endif
-
- if(Verbose & ICQ_VERB_INFO)
- printf("\nSocket created. Attempting to connect..." );
-@@ -170,6 +181,12 @@
- bzero(&(sin.sin_zero), 8);
-
- tcp_sok = socket(AF_INET, SOCK_STREAM, 0);
-+#if IP_PORTRANGE
-+ {
-+ int i=IP_PORTRANGE_HIGH;
-+ setsockopt(tcp_sok, IPPROTO_IP, IP_PORTRANGE, &i, sizeof(i));
-+ }
-+#endif
- setsockopt(tcp_sok, SOL_SOCKET, SO_REUSEADDR, &retval, 4);
- set_nonblock(tcp_sok);
- retval = bind(tcp_sok, (struct sockaddr*)&sin, sizeof(sin));
---- src/tcp.c.orig Thu Nov 11 17:20:01 1999
-+++ src/tcp.c Thu Nov 11 17:20:02 1999
-@@ -608,6 +608,14 @@
- sock = socket(AF_INET, SOCK_STREAM, 0);
- if(sock == -1) return -1;
-
-+#ifdef IP_PORTRANGE
-+ {
-+ int i=IP_PORTRANGE_HIGH;
-+ if (setsockopt(sock, IPPROTO_IP, IP_PORTRANGE, &i, sizeof(i))<0)
-+ return -1;
-+ }
-+#endif
-+
- set_nonblock(sock);
-
- if((bind(sock, (struct sockaddr*)&local, sizeof(struct sockaddr))) == -1)
diff --git a/net-im/libicq/pkg-descr b/net-im/libicq/pkg-descr
deleted file mode 100644
index a65b3377d722..000000000000
--- a/net-im/libicq/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-libicq is based on micq and is intended to make it easy to add ICQ
-communication support to your software.
-
-micq is available at ftp://www.micq.org/pub/micq/
-
-WWW: http://gicq.sourceforge.net/
diff --git a/net-im/libicq/pkg-plist b/net-im/libicq/pkg-plist
deleted file mode 100644
index 076bd58e0c3f..000000000000
--- a/net-im/libicq/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-include/libicq.h
-lib/libicq.a
-lib/libicq.la
-lib/libicq.so
-lib/libicq.so.0