This gets updated to Gnome 2.4.2 too.
This commit is contained in:
parent
7d828e5461
commit
525a9ed8ae
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2004/01/29 18:23:40 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2004/02/22 05:34:26 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME Virtual File System"
|
||||
|
||||
VERSION= 2.4.1
|
||||
VERSION= 2.4.2
|
||||
DISTNAME= gnome-vfs-${VERSION}
|
||||
PKGNAME= gnome-vfs2-${VERSION}
|
||||
CATEGORIES= devel x11/gnome
|
||||
@ -20,6 +20,7 @@ LIB_DEPENDS= bonobo-2,bonobo-activation::x11/gnome/libbonobo \
|
||||
gconf-2::devel/gconf2
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
:gnome-mime-data->=2.0.0:x11/gnome/mime-data
|
||||
RUN_DEPENDS= :gnome-mime-data->=2.0.0:x11/gnome/mime-data
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-vfs-2.4.1.tar.gz) = 2ce01290b506d17f625371169a50b25c
|
||||
RMD160 (gnome-vfs-2.4.1.tar.gz) = b16ec6456f6d7311243a0299a8b7731ca0dbdbf6
|
||||
SHA1 (gnome-vfs-2.4.1.tar.gz) = 51f8925a7434959b95bd6e4642555fc2f090e62b
|
||||
MD5 (gnome-vfs-2.4.2.tar.gz) = ce32484a7362f5edaca176b66868bb8a
|
||||
RMD160 (gnome-vfs-2.4.2.tar.gz) = db6f9ebd53f0c81235509148b147e414b2d2890b
|
||||
SHA1 (gnome-vfs-2.4.2.tar.gz) = 87d6e63811a9e248c433b6f824e7d66de42c75ec
|
||||
|
53
x11/gnome/vfs2/patches/patch-configure
Normal file
53
x11/gnome/vfs2/patches/patch-configure
Normal file
@ -0,0 +1,53 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2004/02/22 05:34:26 marcm Exp $
|
||||
--- configure.orig 2004-01-26 14:03:20.000000000 -0800
|
||||
+++ configure 2004-02-07 23:15:54.000000000 -0800
|
||||
@@ -8669,7 +8669,7 @@ nto-qnx*)
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
- need_version=yes
|
||||
+ need_version=no
|
||||
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
@@ -22440,6 +22440,7 @@ echo "${ECHO_T}$LINGUAS" >&6
|
||||
|
||||
|
||||
|
||||
+LIBS="$LIBS $INTLLIBS"
|
||||
for ac_func in ngettext
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
@@ -24655,6 +24656,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
+#include <sys/param.h>
|
||||
#include <$ac_header>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
@@ -26529,7 +26531,7 @@ if test "${openssl_libs+set}" = set; the
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
|
||||
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
|
||||
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -27595,6 +27597,7 @@ _ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
+#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
_ACEOF
|
||||
@@ -27615,6 +27618,7 @@ _ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
+#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/fs_types.h>
|
||||
_ACEOF
|
14
x11/gnome/vfs2/patches/patch-libgnomevfs_gnome-vfs-utils_c
Normal file
14
x11/gnome/vfs2/patches/patch-libgnomevfs_gnome-vfs-utils_c
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-libgnomevfs_gnome-vfs-utils_c,v 1.1 2004/02/22 05:34:26 marcm Exp $
|
||||
--- libgnomevfs/gnome-vfs-utils.c.orig 2004-02-07 23:07:16.000000000 -0800
|
||||
+++ libgnomevfs/gnome-vfs-utils.c 2004-02-07 23:07:25.000000000 -0800
|
||||
@@ -821,10 +821,6 @@ gnome_vfs_get_volume_free_space (const G
|
||||
return gnome_vfs_result_from_errno ();
|
||||
}
|
||||
|
||||
- /* linux/ncp_fs.h: NCP_SUPER_MAGIC == 0x564c */
|
||||
- if (statfs_buffer2.f_type == 0x564c) {
|
||||
- return GNOME_VFS_ERROR_NOT_SUPPORTED;
|
||||
- }
|
||||
}
|
||||
|
||||
block_size = statfs_buffer.f_bsize;
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/12/01 04:13:07 marcm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2004/02/22 05:34:26 marcm Exp $
|
||||
lib/bonobo/monikers/libmoniker_gnome_vfs_std.so
|
||||
lib/gnome-vfs-2.0/modules/libbzip2.so
|
||||
lib/gnome-vfs-2.0/modules/libcdda.so
|
||||
@ -14,5 +14,5 @@ lib/gnome-vfs-2.0/modules/libvfolder-desktop.so
|
||||
lib/gnome-vfs-2.0/modules/libvfs-pipe.so
|
||||
lib/gnome-vfs-2.0/modules/libvfs-test.so
|
||||
lib/gnome-vfs-2.0/modules/libvfs-translate.so
|
||||
lib/libgnomevfs-2.so.400.1
|
||||
lib/libgnomevfs-2.so.400.2
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2003/12/15 20:35:20 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2004/02/22 05:34:26 marcm Exp $
|
||||
bin/gnomevfs-cat
|
||||
bin/gnomevfs-copy
|
||||
bin/gnomevfs-info
|
||||
@ -96,6 +96,7 @@ lib/vfs/2.0/extfs/zip
|
||||
lib/vfs/2.0/extfs/zoo
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/modules/cdda-module.conf
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/modules/default-modules.conf
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/modules/ssl-modules.conf
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/favorites.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/network.vfolder-info
|
||||
@ -215,132 +216,11 @@ share/schemas/gnome-vfs2/desktop_default_applications.schemas
|
||||
share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
%%SHARED%%
|
||||
@dirrm share/schemas/gnome-vfs2
|
||||
@dirrm share/locale/zh_TW/LC_MESSAGES
|
||||
@dirrm share/locale/zh_TW
|
||||
@dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@dirrm share/locale/zh_CN
|
||||
@dirrm share/locale/yi/LC_MESSAGES
|
||||
@dirrm share/locale/yi
|
||||
@dirrm share/locale/wa/LC_MESSAGES
|
||||
@dirrm share/locale/wa
|
||||
@dirrm share/locale/vi/LC_MESSAGES
|
||||
@dirrm share/locale/vi
|
||||
@dirrm share/locale/uk/LC_MESSAGES
|
||||
@dirrm share/locale/uk
|
||||
@dirrm share/locale/tr/LC_MESSAGES
|
||||
@dirrm share/locale/tr
|
||||
@dirrm share/locale/ta/LC_MESSAGES
|
||||
@dirrm share/locale/ta
|
||||
@dirrm share/locale/sv/LC_MESSAGES
|
||||
@dirrm share/locale/sv
|
||||
@dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@dirrm share/locale/sr@Latn
|
||||
@dirrm share/locale/sr/LC_MESSAGES
|
||||
@dirrm share/locale/sr
|
||||
@dirrm share/locale/sq/LC_MESSAGES
|
||||
@dirrm share/locale/sq
|
||||
@dirrm share/locale/sl/LC_MESSAGES
|
||||
@dirrm share/locale/sl
|
||||
@dirrm share/locale/sk/LC_MESSAGES
|
||||
@dirrm share/locale/sk
|
||||
@dirrm share/locale/ru/LC_MESSAGES
|
||||
@dirrm share/locale/ru
|
||||
@dirrm share/locale/ro/LC_MESSAGES
|
||||
@dirrm share/locale/ro
|
||||
@dirrm share/locale/pt_BR/LC_MESSAGES
|
||||
@dirrm share/locale/pt_BR
|
||||
@dirrm share/locale/pt/LC_MESSAGES
|
||||
@dirrm share/locale/pt
|
||||
@dirrm share/locale/pl/LC_MESSAGES
|
||||
@dirrm share/locale/pl
|
||||
@dirrm share/locale/no/LC_MESSAGES
|
||||
@dirrm share/locale/no
|
||||
@dirrm share/locale/nn/LC_MESSAGES
|
||||
@dirrm share/locale/nn
|
||||
@dirrm share/locale/nl/LC_MESSAGES
|
||||
@dirrm share/locale/nl
|
||||
@dirrm share/locale/ne/LC_MESSAGES
|
||||
@dirrm share/locale/ne
|
||||
@dirrm share/locale/ms/LC_MESSAGES
|
||||
@dirrm share/locale/ms
|
||||
@dirrm share/locale/mr/LC_MESSAGES
|
||||
@dirrm share/locale/mr
|
||||
@dirrm share/locale/mn/LC_MESSAGES
|
||||
@dirrm share/locale/mn
|
||||
@dirrm share/locale/ml/LC_MESSAGES
|
||||
@dirrm share/locale/ml
|
||||
@dirrm share/locale/mk/LC_MESSAGES
|
||||
@dirrm share/locale/mk
|
||||
@dirrm share/locale/lv/LC_MESSAGES
|
||||
@dirrm share/locale/lv
|
||||
@dirrm share/locale/lt/LC_MESSAGES
|
||||
@dirrm share/locale/lt
|
||||
@dirrm share/locale/li/LC_MESSAGES
|
||||
@dirrm share/locale/li
|
||||
@dirrm share/locale/ko/LC_MESSAGES
|
||||
@dirrm share/locale/ko
|
||||
@dirrm share/locale/ja/LC_MESSAGES
|
||||
@dirrm share/locale/ja
|
||||
@dirrm share/locale/it/LC_MESSAGES
|
||||
@dirrm share/locale/it
|
||||
@dirrm share/locale/is/LC_MESSAGES
|
||||
@dirrm share/locale/is
|
||||
@dirrm share/locale/id/LC_MESSAGES
|
||||
@dirrm share/locale/id
|
||||
@dirrm share/locale/hu/LC_MESSAGES
|
||||
@dirrm share/locale/hu
|
||||
@dirrm share/locale/hi/LC_MESSAGES
|
||||
@dirrm share/locale/hi
|
||||
@dirrm share/locale/he/LC_MESSAGES
|
||||
@dirrm share/locale/he
|
||||
@dirrm share/locale/gl/LC_MESSAGES
|
||||
@dirrm share/locale/gl
|
||||
@dirrm share/locale/ga/LC_MESSAGES
|
||||
@dirrm share/locale/ga
|
||||
@dirrm share/locale/fr/LC_MESSAGES
|
||||
@dirrm share/locale/fr
|
||||
@dirrm share/locale/fi/LC_MESSAGES
|
||||
@dirrm share/locale/fi
|
||||
@dirrm share/locale/fa/LC_MESSAGES
|
||||
@dirrm share/locale/fa
|
||||
@dirrm share/locale/eu/LC_MESSAGES
|
||||
@dirrm share/locale/eu
|
||||
@dirrm share/locale/et/LC_MESSAGES
|
||||
@dirrm share/locale/et
|
||||
@dirrm share/locale/es/LC_MESSAGES
|
||||
@dirrm share/locale/es
|
||||
@dirrm share/locale/eo/LC_MESSAGES
|
||||
@dirrm share/locale/eo
|
||||
@dirrm share/locale/el/LC_MESSAGES
|
||||
@dirrm share/locale/el
|
||||
@dirrm share/locale/de/LC_MESSAGES
|
||||
@dirrm share/locale/de
|
||||
@dirrm share/locale/da/LC_MESSAGES
|
||||
@dirrm share/locale/da
|
||||
@dirrm share/locale/cy/LC_MESSAGES
|
||||
@dirrm share/locale/cy
|
||||
@dirrm share/locale/cs/LC_MESSAGES
|
||||
@dirrm share/locale/cs
|
||||
@dirrm share/locale/ca/LC_MESSAGES
|
||||
@dirrm share/locale/ca
|
||||
@dirrm share/locale/bs/LC_MESSAGES
|
||||
@dirrm share/locale/bs
|
||||
@dirrm share/locale/bn/LC_MESSAGES
|
||||
@dirrm share/locale/bn
|
||||
@dirrm share/locale/bg/LC_MESSAGES
|
||||
@dirrm share/locale/bg
|
||||
@dirrm share/locale/be/LC_MESSAGES
|
||||
@dirrm share/locale/be
|
||||
@dirrm share/locale/az/LC_MESSAGES
|
||||
@dirrm share/locale/az
|
||||
@dirrm share/locale/ar/LC_MESSAGES
|
||||
@dirrm share/locale/ar
|
||||
@dirrm share/locale/am/LC_MESSAGES
|
||||
@dirrm share/locale/am
|
||||
@dirrm share/locale
|
||||
@dirrm share/gtk-doc/html/gnome-vfs-2.0
|
||||
@dirrm share/gtk-doc/html
|
||||
@dirrm share/gtk-doc
|
||||
@dirrm share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders
|
||||
@dirrm share/examples/gnome-vfs2/gnome-vfs-2.0/modules
|
||||
@dirrm share/examples/gnome-vfs2/gnome-vfs-2.0
|
||||
@ -348,12 +228,9 @@ share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@dirrm lib/vfs/2.0/extfs
|
||||
@dirrm lib/vfs/2.0
|
||||
@dirrm lib/vfs
|
||||
@dirrm lib/pkgconfig
|
||||
@dirrm lib/gnome-vfs-2.0/modules
|
||||
@dirrm lib/gnome-vfs-2.0/include
|
||||
@dirrm lib/gnome-vfs-2.0
|
||||
@dirrm lib/bonobo/monikers
|
||||
@dirrm lib/bonobo
|
||||
@dirrm include/gnome-vfs-module-2.0/libgnomevfs
|
||||
@dirrm include/gnome-vfs-module-2.0
|
||||
@dirrm include/gnome-vfs-2.0/libgnomevfs
|
||||
|
Loading…
Reference in New Issue
Block a user