From f2a7baa5954fe95c8fb60be22bf1123a50351943 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Mon, 24 Mar 2014 11:16:02 +0000 Subject: [PATCH] finch: delete, stub for over 2 years git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@118166 d073be05-634f-4543-b044-5fe20cf6d1d6 --- net/finch/Portfile | 23 ------------------- net/finch/files/gst.diff | 19 --------------- .../files/patch-finch_libgnt_Makefile.in.diff | 13 ----------- net/finch/files/patch-finch_libgnt_gntwm.c | 11 --------- 4 files changed, 66 deletions(-) delete mode 100644 net/finch/Portfile delete mode 100644 net/finch/files/gst.diff delete mode 100644 net/finch/files/patch-finch_libgnt_Makefile.in.diff delete mode 100644 net/finch/files/patch-finch_libgnt_gntwm.c diff --git a/net/finch/Portfile b/net/finch/Portfile deleted file mode 100644 index 1084d17a6f7fe..0000000000000 --- a/net/finch/Portfile +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 -# $Id$ - -PortSystem 1.0 - -name finch -replaced_by pidgin -version 2.7.4 -categories net -platforms darwin -maintainers nomaintainer -description Multi-protocol Instant Messaging client -long_description obsolete port for finch\; now use the pidgin port's +finch variant - -homepage http://www.pidgin.im/ -distfiles - -pre-configure { - ui_error "The finch port is obsolete; please install the pidgin port with the +finch variant instead." - return -code error "obsolete port" -} - -livecheck.type none diff --git a/net/finch/files/gst.diff b/net/finch/files/gst.diff deleted file mode 100644 index a2f16ce7487e6..0000000000000 --- a/net/finch/files/gst.diff +++ /dev/null @@ -1,19 +0,0 @@ -Index: libpurple/media/backend-fs2.h -=================================================================== ---- libpurple/media/backend-fs2.h -+++ libpurple/media/backend-fs2.h -@@ -55,6 +55,7 @@ - */ - GType purple_media_backend_fs2_get_type(void); - -+#ifdef USE_GSTREAMER - /* - * Temporary function in order to be able to test while - * integrating with PurpleMedia -@@ -71,6 +72,7 @@ - void purple_media_backend_fs2_set_output_volume(PurpleMediaBackendFs2 *self, - const gchar *sess_id, const gchar *who, double level); - /* end tmp */ -+#endif /* USE_GSTREAMER */ - - G_END_DECLS diff --git a/net/finch/files/patch-finch_libgnt_Makefile.in.diff b/net/finch/files/patch-finch_libgnt_Makefile.in.diff deleted file mode 100644 index 06b9acee1db01..0000000000000 --- a/net/finch/files/patch-finch_libgnt_Makefile.in.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: finch/libgnt/Makefile.in -=================================================================== ---- finch/libgnt/Makefile.in.orig 2009-09-05 23:12:38.000000000 +0200 -+++ finch/libgnt/Makefile.in 2009-09-14 00:50:09.000000000 +0200 -@@ -167,7 +167,7 @@ - GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ - GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ - GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ --GLIB_CFLAGS = @GLIB_CFLAGS@ -+GLIB_CFLAGS = @GLIB_CFLAGS@ -D_XOPEN_SOURCE_EXTENDED - GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ - GLIB_LIBS = @GLIB_LIBS@ - GMOFILES = @GMOFILES@ diff --git a/net/finch/files/patch-finch_libgnt_gntwm.c b/net/finch/files/patch-finch_libgnt_gntwm.c deleted file mode 100644 index 63ec98408aed9..0000000000000 --- a/net/finch/files/patch-finch_libgnt_gntwm.c +++ /dev/null @@ -1,11 +0,0 @@ ---- finch/libgnt/gntwm.c.old 2009-12-20 09:43:59.000000000 -0800 -+++ finch/libgnt/gntwm.c 2009-12-20 09:44:24.000000000 -0800 -@@ -22,6 +22,8 @@ - - #include "config.h" - -+#define NO_WIDECHAR -+ - #ifdef USE_PYTHON - #include - #else