Index: head/devel/gvfs/Makefile =================================================================== --- head/devel/gvfs/Makefile (revision 255228) +++ head/devel/gvfs/Makefile (revision 255229) @@ -1,81 +1,81 @@ # New ports collection makefile for: gvfs # Date created: 2007-11-06 # Whom: Michael Johnson # # $FreeBSD$ # $MCom: ports/devel/gvfs/Makefile,v 1.61 2010/04/26 12:09:46 kwm Exp $ # PORTNAME= gvfs -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME virtual file system LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ hal.1:${PORTSDIR}/sysutils/hal \ soup-2.4.1:${PORTSDIR}/devel/libsoup \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ avahi-client.3:${PORTSDIR}/net/avahi-app RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2 USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-obexftp OPTIONS= FUSE "Enable fuse" off \ SAMBA "Enable Samba" on \ GPHOTO2 "Enable Gphoto 2 camera support" on \ CDDA "Enable CDDA" on .include .if defined(WITH_FUSE) LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod PLIST_SUB+= FUSE="" .else CONFIGURE_ARGS+= --disable-fuse PLIST_SUB+= FUSE="@comment " .endif .if defined(WITH_SAMBA) LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient PLIST_SUB+= SMB="" .else CONFIGURE_ARGS+= --disable-samba PLIST_SUB+= SMB="@comment " .endif .if defined(WITH_CDDA) LIB_DEPENDS+= cdio_paranoia.0:${PORTSDIR}/sysutils/libcdio PLIST_SUB+= CDDA="" .else CONFIGURE_ARGS+= --disable-cdda PLIST_SUB+= CDDA="@comment " .endif .if defined(WITH_GPHOTO2) LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 PLIST_SUB+= GPHOTO2="" .else CONFIGURE_ARGS+= --disable-gphoto2 PLIST_SUB+= GPHOTO2="@comment " .endif .if ${OSVERSION} < 602112 CONFIGURE_ARGS+= --disable-archive PLIST_SUB+= ARCHIVE="@comment " .else PLIST_SUB+= ARCHIVE="" .endif .include Property changes on: head/devel/gvfs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/devel/gvfs/distinfo =================================================================== --- head/devel/gvfs/distinfo (revision 255228) +++ head/devel/gvfs/distinfo (revision 255229) @@ -1,3 +1,3 @@ -MD5 (gnome2/gvfs-1.6.1.tar.bz2) = dcaae9fafbb7df9df4e92f895849921a -SHA256 (gnome2/gvfs-1.6.1.tar.bz2) = ad75b4a1e0d61ecc271af2f015d665709cebcf22e86b9bbe0cc7ce8a33b8d8d6 -SIZE (gnome2/gvfs-1.6.1.tar.bz2) = 1364399 +MD5 (gnome2/gvfs-1.6.2.tar.bz2) = 6ed1d943d1c1b8b15a6b180a6cd51043 +SHA256 (gnome2/gvfs-1.6.2.tar.bz2) = 3a422a16b6758ec405b79d8021e115fddf6a88a0278a5d35dd6bcd022cea7248 +SIZE (gnome2/gvfs-1.6.2.tar.bz2) = 1330089 Property changes on: head/devel/gvfs/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/devel/gvfs/files/patch-configure =================================================================== --- head/devel/gvfs/files/patch-configure (revision 255228) +++ head/devel/gvfs/files/patch-configure (revision 255229) @@ -1,29 +1,29 @@ ---- configure.orig 2010-03-30 10:14:50.000000000 +0200 -+++ configure 2010-03-30 10:16:26.000000000 +0200 -@@ -20312,7 +20312,7 @@ +--- configure.orig 2010-05-28 10:24:40.000000000 +0200 ++++ configure 2010-05-28 10:25:59.000000000 +0200 +@@ -16253,7 +16253,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-larchive $LIBS" +LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20388,7 +20388,7 @@ + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -16298,7 +16298,7 @@ if test x$with_archive_libs != x/usr/lib; then ARCHIVE_LIBS="-L$with_archive_libs -larchive" else - ARCHIVE_LIBS="-larchive" + ARCHIVE_LIBS="-larchive -lcrypto -lmd" fi else - { $as_echo "$as_me:$LINENO: checking for archive_entry_filetype in -larchive" >&5 -@@ -20397,7 +20397,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5 +@@ -16307,7 +16307,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-larchive $LIBS" -+LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF ++LIBS="-larchive -lcrypto -lmd $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + Property changes on: head/devel/gvfs/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property