aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-11 08:15:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-11 08:15:32 +0000
commit3bfd9150b885caf5b5edc77f33ba08a5fe22792b (patch)
treea6b38ea7597bb8b588d2567d3bdb2b6ae0539e41 /devel/gnomevfs2
parent2bd9adbb81eadd287383489e8a8d1d74fd7fcf33 (diff)
downloadports-3bfd9150b885caf5b5edc77f33ba08a5fe22792b.tar.gz
ports-3bfd9150b885caf5b5edc77f33ba08a5fe22792b.zip
Update to the latest GNOME 2 snapshot. This will be done it two parts.
This first part is the GNOME 2 API. The next part will contain the desktop components.
Notes
Notes: svn path=/head/; revision=61095
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r--devel/gnomevfs2/Makefile4
-rw-r--r--devel/gnomevfs2/distinfo2
-rw-r--r--devel/gnomevfs2/files/patch-aa22
-rw-r--r--devel/gnomevfs2/files/patch-ab19
-rw-r--r--devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in13
-rw-r--r--devel/gnomevfs2/files/patch-modules_ssh-method.c10
6 files changed, 38 insertions, 32 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index 4b6686cde745..4c0072a9e5a2 100644
--- a/devel/gnomevfs2/Makefile
+++ b/devel/gnomevfs2/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gnomevfs2
-PORTVERSION= 1.9.16
+PORTVERSION= 1.9.17
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020525
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020607
DISTNAME= gnome-vfs-${PORTVERSION}
DIST_SUBDIR= gnome2
diff --git a/devel/gnomevfs2/distinfo b/devel/gnomevfs2/distinfo
index 2bb5f1f241e0..e6a7da0eb71f 100644
--- a/devel/gnomevfs2/distinfo
+++ b/devel/gnomevfs2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gnome-vfs-1.9.16.tar.bz2) = 161ccd037041ae92fd742ac4705b4bb6
+MD5 (gnome2/gnome-vfs-1.9.17.tar.bz2) = 28d11daba54ab8627e4e6faaf75433e1
diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa
index 9eb96806f017..fe31e4719654 100644
--- a/devel/gnomevfs2/files/patch-aa
+++ b/devel/gnomevfs2/files/patch-aa
@@ -1,6 +1,6 @@
---- configure.orig Mon May 27 14:03:09 2002
-+++ configure Mon May 27 14:04:14 2002
-@@ -7224,6 +7224,7 @@
+--- configure.orig Mon Jun 10 13:08:18 2002
++++ configure Mon Jun 10 13:09:52 2002
+@@ -7493,6 +7493,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,18 +8,18 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -12140,8 +12141,8 @@
+@@ -12412,8 +12413,8 @@
done
fi
--echo "$as_me:12143: checking for bzCompressInit in -lbz2" >&5
+-echo "$as_me:12415: checking for bzCompressInit in -lbz2" >&5
-echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6
-+echo "$as_me:12143: checking for BZ2_bzCompressInit in -lbz2" >&5
++echo "$as_me:12415: 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
-@@ -12157,11 +12158,11 @@
+@@ -12429,11 +12430,11 @@
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
@@ -33,16 +33,16 @@
;
return 0;
}
-@@ -12490,7 +12491,7 @@
+@@ -12762,7 +12763,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 -ldl"
cat >conftest.$ac_ext <<_ACEOF
- #line 12495 "configure"
+ #line 12767 "configure"
#include "confdefs.h"
-@@ -12541,9 +12542,9 @@
+@@ -12813,9 +12814,9 @@
msg_openssl="yes"
if test x$with_openssl_libs != x/usr/lib; then
@@ -54,7 +54,7 @@
fi
if true; then
-@@ -14134,7 +14135,7 @@
+@@ -14018,7 +14019,7 @@
s,@ORBIT_IDL@,$ORBIT_IDL,;t t
s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t
s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
diff --git a/devel/gnomevfs2/files/patch-ab b/devel/gnomevfs2/files/patch-ab
index cd5b093a93d8..535e326cd949 100644
--- a/devel/gnomevfs2/files/patch-ab
+++ b/devel/gnomevfs2/files/patch-ab
@@ -1,11 +1,10 @@
---- Makefile.in.orig Mon May 27 13:58:39 2002
-+++ Makefile.in Mon May 27 13:59:22 2002
-@@ -169,7 +169,7 @@
+--- Makefile.in.orig Mon Jun 10 13:10:15 2002
++++ Makefile.in Mon Jun 10 13:10:42 2002
+@@ -182,7 +182,6 @@
+ schemas \
+ devel-docs \
+ doc \
+- test \
+ monikers \
+ po
- SUBDIRS_GNOME = monikers doc schemas
-
--SUBDIRS = libgnomevfs modules schemas devel-docs doc test monikers po
-+SUBDIRS = libgnomevfs modules schemas devel-docs doc monikers po
-
-
- 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/gnomevfs2/files/patch-libgnomevfs::Makefile.in b/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in
index 0ab33d483231..2884f343c186 100644
--- a/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in
+++ b/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- libgnomevfs/Makefile.in 2002/02/16 13:12:02 1.1
-+++ libgnomevfs/Makefile.in 2002/02/16 13:13:00
-@@ -190,7 +190,7 @@
+--- libgnomevfs/Makefile.in.orig Mon Jun 10 13:10:56 2002
++++ libgnomevfs/Makefile.in Mon Jun 10 13:11:51 2002
+@@ -330,7 +330,7 @@
# Platform specific includes
-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/libgnomevfs
- libgnomevfsplatforminclude_HEADERS = gnome-vfs-file-size.h
-
+ libgnomevfsplatforminclude_HEADERS = \
+ gnome-vfs-file-size.h
diff --git a/devel/gnomevfs2/files/patch-modules_ssh-method.c b/devel/gnomevfs2/files/patch-modules_ssh-method.c
new file mode 100644
index 000000000000..14b2cf886863
--- /dev/null
+++ b/devel/gnomevfs2/files/patch-modules_ssh-method.c
@@ -0,0 +1,10 @@
+--- modules/ssh-method.c.orig Mon Jun 10 13:28:42 2002
++++ modules/ssh-method.c Mon Jun 10 13:28:51 2002
+@@ -34,6 +34,7 @@
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <signal.h>
+ #include <unistd.h>
+
+ typedef struct {