summaryrefslogtreecommitdiff
path: root/devel/gnomevfs2/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnomevfs2/files')
-rw-r--r--devel/gnomevfs2/files/patch-aa7
-rw-r--r--devel/gnomevfs2/files/patch-ab12
-rw-r--r--devel/gnomevfs2/files/patch-ac15
-rw-r--r--devel/gnomevfs2/files/patch-ae10
4 files changed, 0 insertions, 44 deletions
diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa
deleted file mode 100644
index 98bb9e5f2b8d..000000000000
--- a/devel/gnomevfs2/files/patch-aa
+++ /dev/null
@@ -1,7 +0,0 @@
---- configure.orig Thu Nov 2 17:44:34 2000
-+++ configure Fri Nov 3 10:22:49 2000
-@@ -2196,3 +2196,3 @@
- VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
-- VFS_GLIB_CONFIG="glib-config"
-+ VFS_GLIB_CONFIG="$GLIB_CONFIG"
- else
diff --git a/devel/gnomevfs2/files/patch-ab b/devel/gnomevfs2/files/patch-ab
deleted file mode 100644
index 2f95b5e5577f..000000000000
--- a/devel/gnomevfs2/files/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig Thu Nov 2 17:45:38 2000
-+++ Makefile.in Fri Nov 3 10:24:16 2000
-@@ -171,3 +171,3 @@
-
--SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po
-+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po
-
-@@ -179,3 +179,3 @@
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh
diff --git a/devel/gnomevfs2/files/patch-ac b/devel/gnomevfs2/files/patch-ac
deleted file mode 100644
index 01106d4b9978..000000000000
--- a/devel/gnomevfs2/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- modules/Makefile.in.orig Thu Nov 2 17:45:41 2000
-+++ modules/Makefile.in Fri Nov 3 10:52:23 2000
-@@ -235,2 +235,3 @@
-
-+libftp_la_LDFLAGS = $(module_flags)
-
-@@ -283,3 +284,3 @@
- libfile_la_OBJECTS = file-method.lo
--libvfs_test_la_LDFLAGS =
-+libvfs_test_la_LDFLAGS = $(module_flags)
- libvfs_test_la_DEPENDENCIES =
-@@ -292,3 +293,2 @@
- libgzip_la_OBJECTS = gzip-method.lo
--libftp_la_LDFLAGS =
- libftp_la_LIBADD =
diff --git a/devel/gnomevfs2/files/patch-ae b/devel/gnomevfs2/files/patch-ae
deleted file mode 100644
index 736b9b64d1cb..000000000000
--- a/devel/gnomevfs2/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Thu Nov 2 02:37:45 2000
-+++ mime-type-capplet/nautilus-mime-type-capplet.c Fri Nov 3 10:27:38 2000
-@@ -32,3 +32,7 @@
- #include <sys/types.h>
-+#ifdef __FreeBSD__
-+#include <gnuregex.h>
-+#else
- #include <regex.h>
-+#endif
- #include <string.h>