diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-10 19:34:03 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-10 19:34:03 +0000 |
commit | 2c499a3938cc617b8012f1a42195effc77311cda (patch) | |
tree | b249a1a3e6a532c64aa23eff16cbc8c65ac67436 /devel/gnomevfs/files | |
parent | 8c59641236cecb18da7dc021b4e4e4365801937c (diff) |
Update to 1.0.1
Notes
Notes:
svn path=/head/; revision=42503
Diffstat (limited to 'devel/gnomevfs/files')
-rw-r--r-- | devel/gnomevfs/files/patch-aa | 14 | ||||
-rw-r--r-- | devel/gnomevfs/files/patch-ab | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/devel/gnomevfs/files/patch-aa b/devel/gnomevfs/files/patch-aa index b709bbd7cb5b..9db3569cb11c 100644 --- a/devel/gnomevfs/files/patch-aa +++ b/devel/gnomevfs/files/patch-aa @@ -1,18 +1,18 @@ ---- configure.orig Mon Mar 12 19:26:12 2001 -+++ configure Thu Mar 15 20:33:39 2001 -@@ -2280,3 +2280,3 @@ +--- configure.orig Mon May 7 18:12:27 2001 ++++ configure Thu May 10 13:24:14 2001 +@@ -2365,3 +2365,3 @@ VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" - VFS_GLIB_CONFIG="glib-config" + VFS_GLIB_CONFIG="$GLIB_CONFIG" else -@@ -6930,4 +6930,4 @@ +@@ -6924,4 +6924,4 @@ -echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 --echo "configure:6933: checking for bzCompressInit in -lbz2" >&5 +-echo "configure:6927: checking for bzCompressInit in -lbz2" >&5 +echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 -+echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5 ++echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5 ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` -@@ -6944,6 +6944,6 @@ +@@ -6938,6 +6938,6 @@ builtin and then its argument prototype would still apply. */ -char bzCompressInit(); +char BZ2_bzCompressInit(); diff --git a/devel/gnomevfs/files/patch-ab b/devel/gnomevfs/files/patch-ab index 1f9e2c80cbab..e33154e73cf8 100644 --- a/devel/gnomevfs/files/patch-ab +++ b/devel/gnomevfs/files/patch-ab @@ -1,16 +1,16 @@ ---- Makefile.in.orig Mon Mar 12 19:28:26 2001 -+++ Makefile.in Thu Mar 15 20:25:50 2001 +--- Makefile.in.orig Mon May 7 18:12:50 2001 ++++ Makefile.in Thu May 10 13:25:48 2001 @@ -174,3 +174,3 @@ --SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros +-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po ++SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po @@ -182,3 +182,3 @@ -confexecdir = $(libdir) +confexecdir = $(sysconfdir) - confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh -@@ -542,2 +542,3 @@ + confexec_DATA = vfsConf.sh vfspthreadConf.sh +@@ -534,2 +534,3 @@ sed -e 's?\@LIBDIR\@?$(libdir)?g' \ + -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ |