summaryrefslogtreecommitdiffstats
path: root/devel/gio-fam-backend
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /devel/gio-fam-backend
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gio-fam-backend')
-rw-r--r--devel/gio-fam-backend/Makefile39
-rw-r--r--devel/gio-fam-backend/distinfo3
-rw-r--r--devel/gio-fam-backend/files/patch-fam52
-rw-r--r--devel/gio-fam-backend/files/patch-gio_fam_Makefile.in27
-rw-r--r--devel/gio-fam-backend/pkg-descr2
-rw-r--r--devel/gio-fam-backend/pkg-plist5
6 files changed, 0 insertions, 128 deletions
diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile
deleted file mode 100644
index ee68f1c07..000000000
--- a/devel/gio-fam-backend/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: gio-fam-backend
-# Date Created: 22 December 2007
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.8 2008/03/11 03:10:53 marcus Exp $
-#
-
-PORTNAME= gio-fam-backend
-PORTVERSION= 2.16.1
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
- ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \
- ftp://ftp.gimp.org/pub/%SUBDIR%/ \
- ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
- http://www.ameth.org/gimp/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
-MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= glib-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= FAM backend for GLib's GIO library
-
-USE_BZIP2= yes
-BUILD_WRKSRC= ${WRKSRC}/gio/fam
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-GNU_CONFIGURE= yes
-USE_GNOME= gnomehack gnometarget pkgconfig _glib20
-USE_FAM= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= --enable-static --with-libiconv=gnu
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl" \
- PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-.include <bsd.port.mk>
diff --git a/devel/gio-fam-backend/distinfo b/devel/gio-fam-backend/distinfo
deleted file mode 100644
index 8ccc88c9f..000000000
--- a/devel/gio-fam-backend/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/glib-2.16.1.tar.bz2) = 9852daf0605f827bfd7199ffe4f5b22d
-SHA256 (gnome2/glib-2.16.1.tar.bz2) = f305a828b53194a99c35dfb88efa4d83d3998a95b9d8843ca3f84c2959e56695
-SIZE (gnome2/glib-2.16.1.tar.bz2) = 4529604
diff --git a/devel/gio-fam-backend/files/patch-fam b/devel/gio-fam-backend/files/patch-fam
deleted file mode 100644
index a3b5fe4aa..000000000
--- a/devel/gio-fam-backend/files/patch-fam
+++ /dev/null
@@ -1,52 +0,0 @@
---- gio/fam/fam-helper.h.orig 2008-03-10 13:50:12.000000000 -0400
-+++ gio/fam/fam-helper.h 2008-03-10 13:50:29.000000000 -0400
-@@ -28,6 +28,7 @@
- typedef struct _fam_sub fam_sub;
-
- gboolean _fam_sub_startup (void);
-+void _fam_sub_shutdown (void);
- fam_sub* _fam_sub_add (const gchar* pathname,
- gboolean directory,
- gpointer user_data);
---- gio/fam/fam-helper.c.orig 2008-03-10 20:31:58.000000000 -0400
-+++ gio/fam/fam-helper.c 2008-03-10 23:06:32.000000000 -0400
-@@ -181,6 +181,22 @@ _fam_sub_startup (void)
- return TRUE;
- }
-
-+void
-+_fam_sub_shutdown (void)
-+{
-+ G_LOCK (fam_connection);
-+
-+ if (fam_connection != NULL) {
-+ FAMClose (fam_connection);
-+ g_free (fam_connection);
-+ g_source_remove (fam_watch_id);
-+ fam_watch_id = 0;
-+ fam_connection = NULL;
-+ }
-+
-+ G_UNLOCK (fam_connection);
-+}
-+
- fam_sub*
- _fam_sub_add (const gchar* pathname,
- gboolean directory,
---- gio/fam/fam-module.c.orig 2008-03-12 13:38:54.000000000 -0400
-+++ gio/fam/fam-module.c 2008-03-12 13:39:31.000000000 -0400
-@@ -26,6 +26,7 @@
- #include "giomodule.h"
- #include "gfamdirectorymonitor.h"
- #include "gfamfilemonitor.h"
-+#include "fam-helper.h"
-
- void
- g_io_module_load (GIOModule *module)
-@@ -37,5 +38,6 @@ g_io_module_load (GIOModule *module)
- void
- g_io_module_unload (GIOModule *module)
- {
-+ _fam_sub_shutdown ();
- }
-
diff --git a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in b/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in
deleted file mode 100644
index 0f6a9e25e..000000000
--- a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- gio/fam/Makefile.in.orig 2008-01-07 19:40:38.000000000 -0500
-+++ gio/fam/Makefile.in 2008-01-07 19:41:53.000000000 -0500
-@@ -59,9 +59,8 @@ am__installdirs = "$(DESTDIR)$(giomodule
- giomoduleLTLIBRARIES_INSTALL = $(INSTALL)
- LTLIBRARIES = $(giomodule_LTLIBRARIES)
- am__DEPENDENCIES_1 =
--libgiofam_la_DEPENDENCIES = $(top_builddir)/gio/libgio-2.0.la \
-- $(top_builddir)/gobject/libgobject-2.0.la \
-- $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1) \
-+libgiofam_la_DEPENDENCIES = \
-+ $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
- am__objects_1 =
- am_libgiofam_la_OBJECTS = libgiofam_la-fam-helper.lo \
-@@ -321,9 +320,9 @@ libgiofam_la_CFLAGS = \
-
- libgiofam_la_LDFLAGS = $(module_flags)
- libgiofam_la_LIBADD = \
-- $(top_builddir)/gio/libgio-2.0.la \
-- $(top_builddir)/gobject/libgobject-2.0.la \
-- $(top_builddir)/glib/libglib-2.0.la \
-+ -lgio-2.0 \
-+ -lgobject-2.0 \
-+ -lglib-2.0 \
- $(GLIB_LIBS) \
- $(FAM_LIBS) \
- $(NULL)
diff --git a/devel/gio-fam-backend/pkg-descr b/devel/gio-fam-backend/pkg-descr
deleted file mode 100644
index b44b5d557..000000000
--- a/devel/gio-fam-backend/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-gio-fam-backend provides a file Alteration Monitor (FAM) backend module for
-GLib's GIO subsystem.
diff --git a/devel/gio-fam-backend/pkg-plist b/devel/gio-fam-backend/pkg-plist
deleted file mode 100644
index 4304d626a..000000000
--- a/devel/gio-fam-backend/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/gio/modules/libgiofam.a
-lib/gio/modules/libgiofam.la
-lib/gio/modules/libgiofam.so
-@dirrmtry lib/gio/modules
-@dirrmtry lib/gio