aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-21 17:11:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-21 17:11:27 +0000
commitb12c5bbe944644e25d8ee585228a64f49427926c (patch)
treee3f064dab0f67e32e554ebeb31ee8661ba23e331 /devel/gnome-vfs/files
parent15c35ed5c3565d59145761e083557f14d7cc3c50 (diff)
Notes
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r--devel/gnome-vfs/files/patch-ab19
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in10
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-mime-magic.c20
3 files changed, 15 insertions, 34 deletions
diff --git a/devel/gnome-vfs/files/patch-ab b/devel/gnome-vfs/files/patch-ab
index 3c0b987bbdb2..54f94cff127f 100644
--- a/devel/gnome-vfs/files/patch-ab
+++ b/devel/gnome-vfs/files/patch-ab
@@ -1,10 +1,11 @@
---- Makefile.in.orig Tue Jan 14 00:48:58 2003
-+++ Makefile.in Tue Jan 14 00:50:11 2003
-@@ -177,7 +177,6 @@
- schemas \
- devel-docs \
- doc \
-- test \
- monikers \
- po
+--- Makefile.in.orig Wed May 21 12:53:27 2003
++++ Makefile.in Wed May 21 12:53:59 2003
+@@ -173,7 +173,7 @@
+ SUBDIRS_GNOME = monikers doc schemas
+
+-SUBDIRS = libgnomevfs modules schemas devel-docs doc test monikers po
++SUBDIRS = libgnomevfs modules schemas devel-docs doc monikers po
+
+
+ EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec gnome-vfs-2.0.pc.in gnome-vfs-module-2.0.pc.in intltool-extract.in intltool-merge.in intltool-update.in
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
index 6e6adc74537d..382207e778e5 100644
--- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
+++ b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
@@ -1,11 +1,11 @@
---- libgnomevfs/Makefile.in.orig Tue Jan 14 00:50:29 2003
-+++ libgnomevfs/Makefile.in Tue Jan 14 00:51:03 2003
-@@ -341,7 +341,7 @@
+--- libgnomevfs/Makefile.in.orig Wed May 21 12:54:14 2003
++++ libgnomevfs/Makefile.in Wed May 21 12:55:26 2003
+@@ -216,7 +216,7 @@
# CLEANFILES = $(BUILT_SOURCES)
# Platform specific includes
-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/libgnomevfs
- libgnomevfsplatforminclude_HEADERS = \
- gnome-vfs-file-size.h
+ libgnomevfsplatforminclude_HEADERS = gnome-vfs-file-size.h
+
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-mime-magic.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-mime-magic.c
deleted file mode 100644
index 8c6f8de03c90..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-mime-magic.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgnomevfs/gnome-vfs-mime-magic.c.orig Mon Mar 10 18:49:02 2003
-+++ libgnomevfs/gnome-vfs-mime-magic.c Mon Mar 10 18:49:06 2003
-@@ -759,6 +759,9 @@
-
- if (g_utf8_get_char_validated(end, remaining_bytes) == -2)
- return TRUE;
-+ /* XXX This next section can't be used until FreeBSD gets a
-+ * working wchar.h and wctype.h. */
-+#if 0
- else {
- size_t wlen;
- wchar_t wc;
-@@ -802,6 +805,7 @@
- }
- return TRUE;
- }
-+#endif
- }
- }
-