aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-16 17:36:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-16 17:36:46 +0000
commitebe4b2ceef9e90de59587ebec4e65d7d4ec39394 (patch)
treef622ee5ff82b9cbc8d829c51ae3c764df8bc09c0 /devel/gnome-vfs/files
parent2603c39fd6fb939d42ebb8d9c336abd18fd2405e (diff)
downloadports-ebe4b2ceef9e90de59587ebec4e65d7d4ec39394.tar.gz
ports-ebe4b2ceef9e90de59587ebec4e65d7d4ec39394.zip
Notes
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r--devel/gnome-vfs/files/patch-aa90
-rw-r--r--devel/gnome-vfs/files/patch-ab40
-rw-r--r--devel/gnome-vfs/files/patch-ac40
-rw-r--r--devel/gnome-vfs/files/patch-ag11
-rw-r--r--devel/gnome-vfs/files/patch-devel-docs::Makefile.in14
-rw-r--r--devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in12
-rw-r--r--devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in12
-rw-r--r--devel/gnome-vfs/files/patch-intltool-merge.in14
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs-pthread::Makefile.in14
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in14
-rw-r--r--devel/gnome-vfs/files/patch-modules::extfs-method.c14
-rw-r--r--devel/gnome-vfs/files/patch-modules::extfs::Makefile.in14
-rw-r--r--devel/gnome-vfs/files/patch-modules::file-method.c11
-rw-r--r--devel/gnome-vfs/files/patch-po::Makefile.in.in14
-rw-r--r--devel/gnome-vfs/files/patch-vfsConf.sh.in13
15 files changed, 140 insertions, 187 deletions
diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa
index 430f97e1c0d7..a5963d2046f2 100644
--- a/devel/gnome-vfs/files/patch-aa
+++ b/devel/gnome-vfs/files/patch-aa
@@ -1,65 +1,57 @@
$FreeBSD$
---- configure.orig Thu Jan 24 10:25:14 2002
-+++ configure Thu Jan 24 10:38:00 2002
-@@ -5949,7 +5949,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"
-
-
-
-@@ -9854,8 +9854,8 @@
+--- configure 2002/02/16 13:00:43 1.1
++++ configure 2002/02/16 13:03:25
+@@ -12056,8 +12056,8 @@
done
fi
--echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
--echo "configure:9859: checking for bzCompressInit in -lbz2" >&5
-+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
-+echo "configure:9859: 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
-@@ -9868,10 +9868,10 @@
- /* Override any gcc2 internal prototype to avoid an error. */
+-echo "$as_me:12059: checking for bzCompressInit in -lbz2" >&5
+-echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6
++echo "$as_me:12059: checking for BZ2_bzCompressInit in -lbz2" >&5
++echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6
+ if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -12073,11 +12073,11 @@
+ #endif
/* 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:9878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-@@ -10101,7 +10101,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
+ builtin and then its argument prototype would still apply. */
+-char bzCompressInit ();
++char BZ2_bzCompressInit ();
+ int
+ main ()
+ {
+-bzCompressInit ();
++BZ2_bzCompressInit ();
+ ;
+ return 0;
+ }
+@@ -12336,7 +12336,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
+
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
-+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo"
- cat > conftest.$ac_ext <<EOF
- #line 10107 "configure"
++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line 12341 "configure"
#include "confdefs.h"
-@@ -10135,7 +10135,7 @@
+@@ -12386,7 +12386,7 @@
EOF
msg_openssl="yes"
-- OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto -ldl"
+- OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto"
+ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcryptofoo"
-
if true; then
-@@ -10594,7 +10594,7 @@
- s%@GTK_CFLAGS@%$GTK_CFLAGS%g
- s%@GTK_LIBS@%$GTK_LIBS%g
- s%@cflags_set@%$cflags_set%g
--s%@PTHREAD_LIB@%$PTHREAD_LIB%g
-+s%@PTHREAD_LIB@%$BSD_PTHREAD_LIBS%g
- s%@ALLOCA@%$ALLOCA%g
- s%@USE_NLS@%$USE_NLS%g
- s%@MSGFMT@%$MSGFMT%g
+ HAVE_SSL_TRUE=
+@@ -13170,7 +13170,7 @@
+ s,@ORBIT_IDL@,$ORBIT_IDL,;t t
+ s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t
+ s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
+-s,@PTHREAD_LIB@,$PTHREAD_LIB,;t t
++s,@PTHREAD_LIB@,$BSD_PTHREAD_LIB,;t t
+ s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t
+ s,@ALLOCA@,$ALLOCA,;t t
+ s,@USE_NLS@,$USE_NLS,;t t
diff --git a/devel/gnome-vfs/files/patch-ab b/devel/gnome-vfs/files/patch-ab
index 5c79863db926..3e204f19a3ef 100644
--- a/devel/gnome-vfs/files/patch-ab
+++ b/devel/gnome-vfs/files/patch-ab
@@ -1,40 +1,14 @@
$FreeBSD$
---- Makefile.in.orig Tue Jan 22 11:51:36 2002
-+++ Makefile.in Tue Jan 22 11:53:19 2002
-@@ -186,9 +186,9 @@
- cxxflags_set = @cxxflags_set@
- l = @l@
- @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = doc
--@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc test
-+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc
+--- Makefile.in 2002/02/16 13:04:16 1.1
++++ Makefile.in 2002/02/16 13:09:12
+@@ -165,7 +165,7 @@
--SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules man devel-docs $(SUBDIRS_GNOME) po
-+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules man $(SUBDIRS_GNOME) po
+ SUBDIRS_GNOME = monikers doc
+-SUBDIRS = libgnomevfs modules devel-docs doc test monikers po
++SUBDIRS = libgnomevfs modules devel-docs doc monikers 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
-@@ -196,7 +196,7 @@
- bin_SCRIPTS = $(top_builddir)/gnome-vfs-config
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = vfsConf.sh
-
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -535,11 +535,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' \
+ 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-ac b/devel/gnome-vfs/files/patch-ac
index 03b8559abc77..85e9fc54a6c5 100644
--- a/devel/gnome-vfs/files/patch-ac
+++ b/devel/gnome-vfs/files/patch-ac
@@ -1,44 +1,14 @@
$FreeBSD$
---- modules/Makefile.in.orig Thu Jan 24 10:25:14 2002
-+++ modules/Makefile.in Thu Jan 24 10:45:26 2002
-@@ -197,7 +197,7 @@
+--- modules/Makefile.in 2002/02/16 13:09:49 1.1
++++ modules/Makefile.in 2002/02/16 13:10:49
+@@ -174,7 +174,7 @@
@HAVE_CDDA_TRUE@CDDA_LTLIBS = libcdda.la
@HAVE_CDDA_FALSE@CDDA_LTLIBS =
-module_flags = -export_dynamic -avoid-version
+module_flags = -export_dynamic -avoid-version -module $(PTHREAD_LIB)
- modulesdir = $(libdir)/vfs/modules
+ modulesdir = $(libdir)/gnome-vfs-2.0/modules
- modules_LTLIBRARIES = $(CDDA_LTLIBS) libextfs.la libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL)
-@@ -216,7 +216,6 @@
-
- libcdda_la_SOURCES = cdda-method.c cdda-method.h cdda-cddb.c cdda-cddb.h cdda-cdrom-extensions.h
-
--
- libcdda_la_LDFLAGS = $(module_flags)
- libcdda_la_LIBADD = -L/gnome/lib -lcdda_paranoia -lcdda_interface
-
-@@ -311,7 +310,7 @@
- libextfs_la_OBJECTS = extfs-method.lo
- libfile_la_LIBADD =
- libfile_la_OBJECTS = file-method.lo
--libvfs_test_la_LDFLAGS =
-+libvfs_test_la_LDFLAGS = $(module_flags)
- libvfs_test_la_DEPENDENCIES =
- libvfs_test_la_OBJECTS = test-method.lo
- libhttp_la_DEPENDENCIES =
-@@ -320,10 +319,10 @@
- libbzip2_la_OBJECTS = bzip2-method.lo
- libgzip_la_DEPENDENCIES =
- libgzip_la_OBJECTS = gzip-method.lo
--libftp_la_LDFLAGS =
-+libftp_la_LDFLAGS = $(module_flags)
- libftp_la_LIBADD =
- libftp_la_OBJECTS = ftp-method.lo
--libnntp_la_LDFLAGS =
-+libnntp_la_LDFLAGS = $(module_flags)
- libnntp_la_LIBADD =
- libnntp_la_OBJECTS = nntp-method.lo
- libvfs_pipe_la_DEPENDENCIES =
+ modules_LTLIBRARIES = $(CDDA_LTLIBS) libdesktop.la libvfolder-desktop.la libextfs.la libfile.la libnntp.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libvfs-pipe.la libvfs-translate.la libssh.la $(NULL)
diff --git a/devel/gnome-vfs/files/patch-ag b/devel/gnome-vfs/files/patch-ag
deleted file mode 100644
index da795f940c50..000000000000
--- a/devel/gnome-vfs/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/gnome-vfs/files/patch-devel-docs::Makefile.in b/devel/gnome-vfs/files/patch-devel-docs::Makefile.in
new file mode 100644
index 000000000000..b02290aa2ebb
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-devel-docs::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- devel-docs/Makefile.in 2002/02/16 16:44:53 1.1
++++ devel-docs/Makefile.in 2002/02/16 16:45:47
+@@ -168,7 +168,7 @@
+ TEXT_FILES = gnome-vfs-mime-type-handling.txt
+
+
+-docdir = $(prefix)/doc
++docdir = $(prefix)/share/doc
+ doc_DATA =
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in
new file mode 100644
index 000000000000..c75f0d973243
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in
@@ -0,0 +1,12 @@
+
+$FreeBSD$
+
+--- gnome-vfs-2.0.pc.in 2002/02/16 13:07:24 1.1
++++ gnome-vfs-2.0.pc.in 2002/02/16 13:07:38
+@@ -8,5 +8,5 @@
+ Description: The GNOME virtual file-system libraries
+ Version: @VERSION@
+ Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0
+-Libs: -L${libdir} -lgnomevfs-2
++Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@
+ Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include
diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in
new file mode 100644
index 000000000000..f9b09d46b7a3
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in
@@ -0,0 +1,12 @@
+
+$FreeBSD$
+
+--- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1
++++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51
+@@ -8,5 +8,5 @@
+ Description: The GNOME virtual file-system module include info
+ Version: @VERSION@
+ Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0
+-Libs: -L${libdir} -lgnomevfs-2
++Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@
+ Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include
diff --git a/devel/gnome-vfs/files/patch-intltool-merge.in b/devel/gnome-vfs/files/patch-intltool-merge.in
new file mode 100644
index 000000000000..1b5a09da7f27
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-intltool-merge.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- intltool-merge.in 2002/02/16 12:59:40 1.1
++++ intltool-merge.in 2002/02/16 12:59:59
+@@ -269,7 +269,7 @@
+
+ if ($UTF8_ARG) {
+ my $encoding = get_po_encoding ($po_file);
+- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
++ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
+ } else {
+ open PO_FILE, "<$po_file";
+ }
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs-pthread::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs-pthread::Makefile.in
deleted file mode 100644
index 715ae45928ec..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs-pthread::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- libgnomevfs-pthread/Makefile.in 2002/01/24 08:42:41 1.1
-+++ libgnomevfs-pthread/Makefile.in 2002/01/24 08:43:37
-@@ -207,7 +207,7 @@
-
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- LIBS = @LIBS@
--libgnomevfs_pthread_la_LIBADD =
-+libgnomevfs_pthread_la_LIBADD = $(PTHREAD_LIB)
- libgnomevfs_pthread_la_OBJECTS = gnome-vfs-pthread.lo \
- gnome-vfs-thread-pool.lo gnome-vfs-async-job-map.lo \
- gnome-vfs-async-ops.lo gnome-vfs-job-slave.lo gnome-vfs-job.lo
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
index c8ca73f68d60..0ab33d483231 100644
--- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
+++ b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
@@ -1,14 +1,14 @@
$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 @@
+--- libgnomevfs/Makefile.in 2002/02/16 13:12:02 1.1
++++ libgnomevfs/Makefile.in 2002/02/16 13:13:00
+@@ -190,7 +190,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
+-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
++libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/libgnomevfs
+ libgnomevfsplatforminclude_HEADERS = gnome-vfs-file-size.h
+
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/devel/gnome-vfs/files/patch-modules::extfs-method.c b/devel/gnome-vfs/files/patch-modules::extfs-method.c
new file mode 100644
index 000000000000..2cc08f2ddc95
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-modules::extfs-method.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- modules/extfs-method.c 2002/02/16 16:49:13 1.1
++++ modules/extfs-method.c 2002/02/16 16:52:11
+@@ -52,7 +52,7 @@
+ ssize_t getdelim (char **lineptr, size_t *n, int terminator, FILE *stream);
+ #endif
+
+-#define EXTFS_COMMAND_DIR PREFIX "/lib/vfs/extfs"
++#define EXTFS_COMMAND_DIR PREFIX "/lib/vfs2/extfs"
+
+ /* Our private handle struct. */
+ struct _ExtfsHandle {
diff --git a/devel/gnome-vfs/files/patch-modules::extfs::Makefile.in b/devel/gnome-vfs/files/patch-modules::extfs::Makefile.in
new file mode 100644
index 000000000000..c2d45c8d6f5b
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-modules::extfs::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- modules/extfs/Makefile.in 2002/02/16 16:49:13 1.1
++++ modules/extfs/Makefile.in 2002/02/16 16:52:26
+@@ -163,7 +163,7 @@
+ XML_REQUIRED = @XML_REQUIRED@
+ cxxflags_set = @cxxflags_set@
+
+-extfsdir = $(prefix)/lib/vfs/extfs
++extfsdir = $(prefix)/lib/vfs2/extfs
+
+ extfs_DATA = README
+
diff --git a/devel/gnome-vfs/files/patch-modules::file-method.c b/devel/gnome-vfs/files/patch-modules::file-method.c
deleted file mode 100644
index 1786e41ad2f0..000000000000
--- a/devel/gnome-vfs/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/gnome-vfs/files/patch-po::Makefile.in.in b/devel/gnome-vfs/files/patch-po::Makefile.in.in
deleted file mode 100644
index bbdedf273594..000000000000
--- a/devel/gnome-vfs/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/gnome-vfs/files/patch-vfsConf.sh.in b/devel/gnome-vfs/files/patch-vfsConf.sh.in
deleted file mode 100644
index a38a6ca21262..000000000000
--- a/devel/gnome-vfs/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@"