diff options
author | ade <ade@FreeBSD.org> | 2000-11-04 01:51:47 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-11-04 01:51:47 +0800 |
commit | c3e96065ec27152932e0be9870832fde1a1e2aeb (patch) | |
tree | 8bdddf9764624e439c4caf46b6229959798147fe /devel/gnomevfs/files | |
parent | 61c3c01a8929efe0f6ef17f3071e15d96f51120f (diff) | |
download | freebsd-ports-gnome-c3e96065ec27152932e0be9870832fde1a1e2aeb.tar.gz freebsd-ports-gnome-c3e96065ec27152932e0be9870832fde1a1e2aeb.tar.zst freebsd-ports-gnome-c3e96065ec27152932e0be9870832fde1a1e2aeb.zip |
Update to 0.4
Diffstat (limited to 'devel/gnomevfs/files')
-rw-r--r-- | devel/gnomevfs/files/patch-aa | 39 | ||||
-rw-r--r-- | devel/gnomevfs/files/patch-ab | 18 | ||||
-rw-r--r-- | devel/gnomevfs/files/patch-ac | 35 | ||||
-rw-r--r-- | devel/gnomevfs/files/patch-ae | 12 |
4 files changed, 29 insertions, 75 deletions
diff --git a/devel/gnomevfs/files/patch-aa b/devel/gnomevfs/files/patch-aa index 1c45a532c432..98bb9e5f2b8d 100644 --- a/devel/gnomevfs/files/patch-aa +++ b/devel/gnomevfs/files/patch-aa @@ -1,32 +1,7 @@ ---- configure.orig Mon Jul 3 19:03:42 2000 -+++ configure Wed Jul 5 14:42:17 2000 -@@ -2204,7 +2204,7 @@ - # Check whether --enable-gconf or --disable-gconf was given. - if test "${enable_gconf+set}" = set; then - enableval="$enable_gconf" -- gconf_enabled="yes" -+ gconf_enabled="$enableval" - fi - - # Check whether --enable-libefs or --disable-libefs was given. -@@ -5924,7 +5924,7 @@ - VFSPTHREAD_LIBDIR='-L${libdir}' - VFSPTHREAD_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include' - VFSPTHREAD_INCLUDEDIR="$VFSPTHREAD_INCLUDEDIR `gnome-config --cflags gnome`" --VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `glib-config --libs gthread`" -+VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `$GLIB_CONFIG --libs gthread`" - - - -@@ -5937,9 +5937,9 @@ - EOF - - --VFS_LIBS="-lgnomevfs `glib-config --libs gthread gmodule`" -+VFS_LIBS="-lgnomevfs `$GLIB_CONFIG --libs gthread gmodule`" - VFS_LIBDIR='-L${libdir}' --VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `glib-config --cflags gthread gmodule`" -+VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `$GLIB_CONFIG --cflags gthread gmodule`" - - - +--- 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/gnomevfs/files/patch-ab b/devel/gnomevfs/files/patch-ab index 5163e15edf51..2f95b5e5577f 100644 --- a/devel/gnomevfs/files/patch-ab +++ b/devel/gnomevfs/files/patch-ab @@ -1,18 +1,12 @@ ---- Makefile.in.orig Mon Jul 3 19:33:07 2000 -+++ Makefile.in Wed Jul 5 15:43:12 2000 -@@ -162,13 +162,13 @@ - @HAVE_GCONF_TRUE@SUBDIRS_GCONF = mime-type-capplet - @HAVE_GCONF_FALSE@SUBDIRS_GCONF = +--- 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_GCONF) test po -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GCONF) test po - - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in +-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 - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/devel/gnomevfs/files/patch-ac b/devel/gnomevfs/files/patch-ac index dfe39cf495c7..01106d4b9978 100644 --- a/devel/gnomevfs/files/patch-ac +++ b/devel/gnomevfs/files/patch-ac @@ -1,26 +1,15 @@ ---- modules/Makefile.in.orig Wed Aug 2 13:39:35 2000 -+++ modules/Makefile.in Wed Aug 2 13:48:21 2000 -@@ -191,6 +191,7 @@ - - libfile_la_SOURCES = file-method.c file-method.h - -+libftp_la_LDFLAGS = $(module_flags) - - libfile_la_LDFLAGS = $(module_flags) - -@@ -266,14 +267,13 @@ - libbzip2_la_OBJECTS = bzip2-method.lo - libgzip_la_DEPENDENCIES = +--- 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 = - libftp_la_OBJECTS = ftp-method.lo - libvfs_pipe_la_DEPENDENCIES = - libvfs_pipe_la_OBJECTS = pipe-method.lo - libvfs_translate_la_DEPENDENCIES = - libvfs_translate_la_OBJECTS = translate-method.lo --libvefs_la_LDFLAGS = -+libvefs_la_LDFLAGS = $(module_flags) - @HAVE_LIBEFS_TRUE@libvefs_la_DEPENDENCIES = - @HAVE_LIBEFS_TRUE@libvefs_la_OBJECTS = efs-method.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/devel/gnomevfs/files/patch-ae b/devel/gnomevfs/files/patch-ae index 1d40bcf58511..736b9b64d1cb 100644 --- a/devel/gnomevfs/files/patch-ae +++ b/devel/gnomevfs/files/patch-ae @@ -1,14 +1,10 @@ ---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Aug 2 17:10:17 2000 -+++ mime-type-capplet/nautilus-mime-type-capplet.c Sat Aug 12 15:17:24 2000 -@@ -29,7 +29,11 @@ - #include <ctype.h> - #include <dirent.h> - #include <math.h> +--- 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> - #include <sys/types.h> - |