summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-12 09:13:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-12 09:13:01 +0800
commit3f563e697563c0d0c59e68b0dcb6e75d6987e248 (patch)
tree96e885258c38ac293e98e26ed93b5f9879271415 /devel
parent1a3901a0e78fb500fdcf225e91f9e9c9275598e8 (diff)
downloadmarcuscom-ports-3f563e697563c0d0c59e68b0dcb6e75d6987e248.tar
marcuscom-ports-3f563e697563c0d0c59e68b0dcb6e75d6987e248.tar.gz
marcuscom-ports-3f563e697563c0d0c59e68b0dcb6e75d6987e248.tar.bz2
marcuscom-ports-3f563e697563c0d0c59e68b0dcb6e75d6987e248.tar.lz
marcuscom-ports-3f563e697563c0d0c59e68b0dcb6e75d6987e248.tar.xz
marcuscom-ports-3f563e697563c0d0c59e68b0dcb6e75d6987e248.tar.zst
marcuscom-ports-3f563e697563c0d0c59e68b0dcb6e75d6987e248.zip
Update to 0.1.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10416 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gvfs/Makefile7
-rw-r--r--devel/gvfs/distinfo6
-rw-r--r--devel/gvfs/files/patch-Makefile.in8
-rw-r--r--devel/gvfs/files/patch-client_Makefile.in10
-rw-r--r--devel/gvfs/files/patch-configure23
-rw-r--r--devel/gvfs/pkg-plist9
6 files changed, 40 insertions, 23 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile
index c9892c02d..1dfeed094 100644
--- a/devel/gvfs/Makefile
+++ b/devel/gvfs/Makefile
@@ -3,11 +3,10 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gvfs/Makefile,v 1.10 2008/01/29 22:56:22 mezz Exp $
+# $MCom: ports/devel/gvfs/Makefile,v 1.11 2008/02/11 21:38:55 marcus Exp $
PORTNAME= gvfs
-PORTVERSION= 0.1.6
-PORTREVISION= 1
+PORTVERSION= 0.1.7
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -18,7 +17,7 @@ LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
hal.1:${PORTSDIR}/sysutils/hal \
soup-2.4.1:${PORTSDIR}/devel/libsoup
-USE_GNOME= glib20 gnomehack gnomeprefix intlhack
+USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2
USE_GMAKE= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo
index 540df1957..834a57a2a 100644
--- a/devel/gvfs/distinfo
+++ b/devel/gvfs/distinfo
@@ -1,3 +1,3 @@
-MD5 (gvfs-0.1.6.tar.gz) = 24c36045e00569ccf8c9cef8f97196c6
-SHA256 (gvfs-0.1.6.tar.gz) = c515c6dbba981e45749c366276042917375f2db9dd921785fa4972e19aba5276
-SIZE (gvfs-0.1.6.tar.gz) = 798084
+MD5 (gvfs-0.1.7.tar.gz) = 4c7a6104bd93d6b3a3580a14494ebac1
+SHA256 (gvfs-0.1.7.tar.gz) = 61b5343edd376b78d223214662ea32e5427902a89da916390e56de3272f444b0
+SIZE (gvfs-0.1.7.tar.gz) = 845883
diff --git a/devel/gvfs/files/patch-Makefile.in b/devel/gvfs/files/patch-Makefile.in
index 11ebaa19d..7832811c4 100644
--- a/devel/gvfs/files/patch-Makefile.in
+++ b/devel/gvfs/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2008-01-21 16:09:20.000000000 -0500
-+++ Makefile.in 2008-01-21 16:09:36.000000000 -0500
+--- Makefile.in.orig 2008-02-11 20:04:47.000000000 -0500
++++ Makefile.in 2008-02-11 20:05:02.000000000 -0500
@@ -60,7 +60,7 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-re
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
--DIST_SUBDIRS = common client daemon po programs test hal
-+DIST_SUBDIRS = common client daemon po programs hal
+-DIST_SUBDIRS = common client daemon gconf po programs test hal
++DIST_SUBDIRS = common client daemon gconf po programs hal
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
diff --git a/devel/gvfs/files/patch-client_Makefile.in b/devel/gvfs/files/patch-client_Makefile.in
index acca997a4..ffbfd5878 100644
--- a/devel/gvfs/files/patch-client_Makefile.in
+++ b/devel/gvfs/files/patch-client_Makefile.in
@@ -1,11 +1,11 @@
---- client/Makefile.in.orig 2007-11-06 18:14:31.000000000 -0500
-+++ client/Makefile.in 2007-11-06 18:14:43.000000000 -0500
-@@ -144,7 +144,7 @@
+--- client/Makefile.in.orig 2008-02-11 20:05:14.000000000 -0500
++++ client/Makefile.in 2008-02-11 20:05:42.000000000 -0500
+@@ -152,7 +152,7 @@ EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
FUSE_CFLAGS = @FUSE_CFLAGS@
-FUSE_LIBS = @FUSE_LIBS@
+FUSE_LIBS = @FUSE_LIBS@ -lfuse
+ GCONF_CFLAGS = @GCONF_CFLAGS@
+ GCONF_LIBS = @GCONF_LIBS@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
- GLIB_CFLAGS = @GLIB_CFLAGS@
- GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure
index b6d61bc26..5df10687b 100644
--- a/devel/gvfs/files/patch-configure
+++ b/devel/gvfs/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2008-01-21 16:10:01.000000000 -0500
-+++ configure 2008-01-21 16:11:08.000000000 -0500
-@@ -24401,7 +24401,7 @@ if test "x$enable_http" != "xno"; then
+--- configure.orig 2008-02-11 20:06:07.000000000 -0500
++++ configure 2008-02-11 20:06:54.000000000 -0500
+@@ -24557,7 +24557,7 @@ if test "x$enable_http" != "xno"; then
msg_http=yes
fi
@@ -9,7 +9,7 @@
pkg_failed=no
{ echo "$as_me:$LINENO: checking for HTTP" >&5
-@@ -24551,7 +24551,7 @@ if test "x$enable_cdda" != "xno"; then
+@@ -24707,7 +24707,7 @@ if test "x$enable_cdda" != "xno"; then
msg_cdda=yes
fi
@@ -18,7 +18,7 @@
pkg_failed=no
{ echo "$as_me:$LINENO: checking for CDDA" >&5
-@@ -24702,7 +24702,7 @@ if test "x$enable_fuse" != "xno"; then
+@@ -24858,7 +24858,7 @@ if test "x$enable_fuse" != "xno"; then
msg_fuse=yes
fi
@@ -27,7 +27,16 @@
pkg_failed=no
{ echo "$as_me:$LINENO: checking for FUSE" >&5
-@@ -24854,7 +24854,7 @@ if test "x$enable_hal" != "xno"; then
+@@ -25009,7 +25009,7 @@ if test "x$enable_gconf" != "xno"; then
+ msg_gconf=yes
+ fi
+
+- if test "x$msg_gconf" == "xyes"; then
++ if test "x$msg_gconf" = "xyes"; then
+
+ pkg_failed=no
+ { echo "$as_me:$LINENO: checking for GCONF" >&5
+@@ -25161,7 +25161,7 @@ if test "x$enable_hal" != "xno"; then
msg_hal=yes
fi
@@ -36,7 +45,7 @@
pkg_failed=no
{ echo "$as_me:$LINENO: checking for HAL" >&5
-@@ -25036,7 +25036,7 @@ if test $ac_cv_lib_hal_libhal_get_all_de
+@@ -25343,7 +25343,7 @@ if test $ac_cv_lib_hal_libhal_get_all_de
have_hal_fast_init=yes
fi
diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist
index f7c2897e9..66ac4b2fa 100644
--- a/devel/gvfs/pkg-plist
+++ b/devel/gvfs/pkg-plist
@@ -8,11 +8,14 @@ bin/gvfs-monitor-dir
bin/gvfs-monitor-file
bin/gvfs-mount
bin/gvfs-move
+bin/gvfs-open
bin/gvfs-rm
bin/gvfs-save
bin/gvfs-trash
include/gvfs-client/gvfs/gvfsurimapper.h
include/gvfs-client/gvfs/gvfsuriutils.h
+lib/gio/modules/libgiogconf.la
+lib/gio/modules/libgiogconf.so
lib/gio/modules/libgiohal-volume-monitor.la
lib/gio/modules/libgiohal-volume-monitor.so
lib/gio/modules/libgvfsdbus.la
@@ -48,10 +51,16 @@ share/locale/ca/LC_MESSAGES/gvfs.mo
share/locale/de/LC_MESSAGES/gvfs.mo
share/locale/es/LC_MESSAGES/gvfs.mo
share/locale/eu/LC_MESSAGES/gvfs.mo
+share/locale/fr/LC_MESSAGES/gvfs.mo
+share/locale/gl/LC_MESSAGES/gvfs.mo
+share/locale/he/LC_MESSAGES/gvfs.mo
+share/locale/hu/LC_MESSAGES/gvfs.mo
share/locale/it/LC_MESSAGES/gvfs.mo
share/locale/mk/LC_MESSAGES/gvfs.mo
share/locale/nb/LC_MESSAGES/gvfs.mo
+share/locale/pl/LC_MESSAGES/gvfs.mo
share/locale/pt/LC_MESSAGES/gvfs.mo
+share/locale/pt_BR/LC_MESSAGES/gvfs.mo
share/locale/ru/LC_MESSAGES/gvfs.mo
share/locale/sl/LC_MESSAGES/gvfs.mo
share/locale/sv/LC_MESSAGES/gvfs.mo