diff options
author | ade <ade@FreeBSD.org> | 2000-12-01 02:15:57 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-12-01 02:15:57 +0800 |
commit | 5f679214ec4631c5a108c71c480f0d540e62ee87 (patch) | |
tree | 217b7bbdb3428a058793a126fd4160327c63ba89 /devel/gnomevfs/files | |
parent | 4cb24a44f7ce0afdcc0b9bc18751c7c9d1dd3817 (diff) | |
download | freebsd-ports-gnome-5f679214ec4631c5a108c71c480f0d540e62ee87.tar.gz freebsd-ports-gnome-5f679214ec4631c5a108c71c480f0d540e62ee87.tar.zst freebsd-ports-gnome-5f679214ec4631c5a108c71c480f0d540e62ee87.zip |
* Fix gnome-vfs-config: looking in wrong directory for vfsConf.sh
* Don't build the test programs, since they're not installed and
are pretty much meaningless anyway
Submitted by: sobomax
Diffstat (limited to 'devel/gnomevfs/files')
-rw-r--r-- | devel/gnomevfs/files/patch-ab | 27 | ||||
-rw-r--r-- | devel/gnomevfs/files/patch-ag | 11 |
2 files changed, 34 insertions, 4 deletions
diff --git a/devel/gnomevfs/files/patch-ab b/devel/gnomevfs/files/patch-ab index 2f95b5e5577f..0b8cc0137d1e 100644 --- a/devel/gnomevfs/files/patch-ab +++ b/devel/gnomevfs/files/patch-ab @@ -1,12 +1,31 @@ ---- Makefile.in.orig Thu Nov 2 17:45:38 2000 -+++ Makefile.in Fri Nov 3 10:24:16 2000 -@@ -171,3 +171,3 @@ +--- Makefile.in.orig Wed Nov 29 15:02:07 2000 ++++ Makefile.in Wed Nov 29 15:04:28 2000 +@@ -169,9 +169,9 @@ + @USING_OAF_TRUE@SUBDIRS_OAF = libgnomevfs-corba + @USING_OAF_FALSE@SUBDIRS_OAF = + @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = +-@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = test mime-type-capplet ++@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = mime-type-capplet -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 @@ + + EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in gnome-vfs-config.in +@@ -179,7 +179,7 @@ + + bin_SCRIPTS = $(top_builddir)/gnome-vfs-config -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh + + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -539,6 +539,7 @@ + + 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/gnomevfs/files/patch-ag b/devel/gnomevfs/files/patch-ag new file mode 100644 index 000000000000..da795f940c50 --- /dev/null +++ b/devel/gnomevfs/files/patch-ag @@ -0,0 +1,11 @@ +--- 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 |