aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs2/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnomevfs2/files')
-rw-r--r--devel/gnomevfs2/files/patch-aa38
-rw-r--r--devel/gnomevfs2/files/patch-ab40
-rw-r--r--devel/gnomevfs2/files/patch-ac15
-rw-r--r--devel/gnomevfs2/files/patch-ag11
-rw-r--r--devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in14
-rw-r--r--devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-mime.h13
-rw-r--r--devel/gnomevfs2/files/patch-ltmain.sh28
-rw-r--r--devel/gnomevfs2/files/patch-modules::file-method.c11
-rw-r--r--devel/gnomevfs2/files/patch-po::Makefile.in.in14
-rw-r--r--devel/gnomevfs2/files/patch-vfsConf.sh.in13
10 files changed, 0 insertions, 197 deletions
diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa
deleted file mode 100644
index 2b5bd53d4f03..000000000000
--- a/devel/gnomevfs2/files/patch-aa
+++ /dev/null
@@ -1,38 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Wed Nov 7 13:37:59 2001
-+++ configure Wed Nov 7 13:38:44 2001
-@@ -5717,7 +5717,7 @@
- VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`"
- VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`"
- VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
--VFS_GLIB_CONFIG="glib-config"
-+VFS_GLIB_CONFIG="$GLIB_CONFIG"
-
-
-
-@@ -9630,8 +9630,8 @@
- done
- fi
-
--echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
--echo "configure:9635: checking for bzCompressInit in -lbz2" >&5
-+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
-+echo "configure:9635: checking for BZ2_bzCompressInit in -lbz2" >&5
- ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -9644,10 +9644,10 @@
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
--char bzCompressInit();
-+char BZ2_bzCompressInit();
-
- int main() {
--bzCompressInit()
-+BZ2_bzCompressInit()
- ; return 0; }
- EOF
- if { (eval echo configure:9654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
diff --git a/devel/gnomevfs2/files/patch-ab b/devel/gnomevfs2/files/patch-ab
deleted file mode 100644
index baeff1eceb82..000000000000
--- a/devel/gnomevfs2/files/patch-ab
+++ /dev/null
@@ -1,40 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Fri Sep 28 11:17:29 2001
-+++ Makefile.in Fri Sep 28 11:22:06 2001
-@@ -177,9 +177,9 @@
- l = @l@
- need_gnome_support = @need_gnome_support@
- @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = doc
--@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc test
-+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc
-
--SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po
-+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po
-
-
- EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in gnome-vfs-config.in
-@@ -187,7 +187,7 @@
-
- bin_SCRIPTS = $(top_builddir)/gnome-vfs-config
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = vfsConf.sh
-
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -526,11 +526,13 @@
- -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \
- -e 's?\@VERSION\@?$(VERSION)?g' \
- -e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \
-+ -e 's?\@PTHREAD_LIB\@?$(PTHREAD_LIB)?g' \
- < $(srcdir)/vfsConf.sh.in > vfsConf.tmp \
- && mv vfsConf.tmp vfsConf.sh
-
- gnome-vfs-config: gnome-vfs-config.in Makefile
- sed -e 's?\@LIBDIR\@?$(libdir)?g' \
-+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
- -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \
- -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \
- -e 's?\@VERSION\@?$(VERSION)?g' \
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-ag b/devel/gnomevfs2/files/patch-ag
deleted file mode 100644
index da795f940c50..000000000000
--- a/devel/gnomevfs2/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000
-+++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000
-@@ -3,7 +3,7 @@
- usage="\
- Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]"
-
--config_file="@LIBDIR@/vfsConf.sh"
-+config_file="@SYSCONFDIR@/vfsConf.sh"
- . $config_file
-
- if test $# -eq 0; then
diff --git a/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in b/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in
deleted file mode 100644
index c8ca73f68d60..000000000000
--- a/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- libgnomevfs/Makefile.in 2001/09/17 14:32:27 1.1
-+++ libgnomevfs/Makefile.in 2001/09/17 14:33:02
-@@ -202,7 +202,7 @@
-
-
- # Platform specific includes
--libgnomevfsplatofrmincludedir = $(libdir)/gnome-vfs-1.0/include
-+libgnomevfsplatofrmincludedir = $(includedir)/gnome-vfs-1.0/libgnomevfs
- libgnomevfsplatofrminclude_HEADERS = gnome-vfs-file-size.h
-
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-mime.h b/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-mime.h
deleted file mode 100644
index 5dcbb6b3b5e6..000000000000
--- a/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-mime.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:01 1.1
-+++ libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:16
-@@ -27,6 +27,7 @@
- #include <ctype.h>
- #include <dirent.h>
- #include <libgnomevfs/gnome-vfs-uri.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <stdio.h>
- #include <string.h>
diff --git a/devel/gnomevfs2/files/patch-ltmain.sh b/devel/gnomevfs2/files/patch-ltmain.sh
deleted file mode 100644
index 98cb05e4ddb3..000000000000
--- a/devel/gnomevfs2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/gnomevfs2/files/patch-modules::file-method.c b/devel/gnomevfs2/files/patch-modules::file-method.c
deleted file mode 100644
index 1786e41ad2f0..000000000000
--- a/devel/gnomevfs2/files/patch-modules::file-method.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/file-method.c.orig Fri Nov 9 12:02:38 2001
-+++ modules/file-method.c Fri Nov 9 12:02:52 2001
-@@ -46,7 +46,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <limits.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <sys/stat.h>
- #include <sys/types.h>
- #include <unistd.h>
diff --git a/devel/gnomevfs2/files/patch-po::Makefile.in.in b/devel/gnomevfs2/files/patch-po::Makefile.in.in
deleted file mode 100644
index bbdedf273594..000000000000
--- a/devel/gnomevfs2/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2001/09/17 14:26:57 1.1
-+++ po/Makefile.in.in 2001/09/17 14:27:14
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/devel/gnomevfs2/files/patch-vfsConf.sh.in b/devel/gnomevfs2/files/patch-vfsConf.sh.in
deleted file mode 100644
index a38a6ca21262..000000000000
--- a/devel/gnomevfs2/files/patch-vfsConf.sh.in
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- vfsConf.sh.in 2001/09/28 11:13:40 1.1
-+++ vfsConf.sh.in 2001/09/28 11:15:11
-@@ -2,6 +2,6 @@
- # Configuration file for using the gnome-vfs library
- #
- VFS_LIBDIR="@VFS_LIBDIR@"
--VFS_LIBS="@VFS_LIBS@"
-+VFS_LIBS="@VFS_LIBS@ @PTHREAD_LIB@"
- VFS_INCLUDEDIR="@VFS_INCLUDEDIR@"
- MODULE_VERSION="gnome-vfs-@VERSION@"