summaryrefslogtreecommitdiff
path: root/sysutils/gvfs/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-05-10 14:37:42 +0000
committerobache <obache@pkgsrc.org>2013-05-10 14:37:42 +0000
commita40fd2e9e6216d9be8fd8e80f3466e9012d7abec (patch)
tree42cc61fbbb23ccb1b631f12180ef29cabcbeb66a /sysutils/gvfs/Makefile
parent57af39a5450b06590de1510dd1f70f12623b0233 (diff)
downloadpkgsrc-a40fd2e9e6216d9be8fd8e80f3466e9012d7abec.tar.gz
Update gvfs to 1.6.7.
pkgsrc changes: * set LICENSE as gnu-lgpl-v2 from COPYING. * drop -DG_DISABLE_DEPREATED in whole build instead of just in a directory by patch-ah, because much deprecated warnings will be appeared with recent glib2. * fix specify to configure of samba location. Major changes in 1.6.7 ====================== This is a convenient release for people who want to have old gnome 2.32 and new glib: * Do not build app lookup extension if we have glib >= 2.27.1 Other fixes: * build: Adapt autogen.sh to libtool-2.4 * build: Bump fuse requirement for ATOMIC_O_TRUNC support
Diffstat (limited to 'sysutils/gvfs/Makefile')
-rw-r--r--sysutils/gvfs/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile
index a53085ebc80..5994a84ec0e 100644
--- a/sysutils/gvfs/Makefile
+++ b/sysutils/gvfs/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2013/05/09 07:40:31 adam Exp $
+# $NetBSD: Makefile,v 1.52 2013/05/10 14:37:42 obache Exp $
#
-DISTNAME= gvfs-1.6.6
-PKGREVISION= 19
+DISTNAME= gvfs-1.6.7
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/}
EXTRACT_SUFX= .tar.bz2
@@ -10,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Userspace virtual filesystem
+LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -40,8 +40,8 @@ CONFIGURE_ARGS+= --disable-avahi
.endif
.if !empty(PKG_OPTIONS:Msamba)
-CONFIGURE_ARGS+= --with-samba-includes=${LOCALBASE}/include
-CONFIGURE_ARGS+= --with-samba-libs=${LOCALBASE}/lib/samba
+CONFIGURE_ARGS+= --with-samba-includes=${BUILDLINK_PREFIX.samba}/include
+CONFIGURE_ARGS+= --with-samba-libs=${BUILDLINK_PREFIX.samba}/lib
.include "../../net/samba/buildlink3.mk"
PLIST.samba= yes
.else
@@ -67,11 +67,13 @@ PLIST.fuse= yes
CONFIGURE_ARGS+= --disable-fuse
.endif
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.17.6
+BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
+
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.23.4
.include "../../devel/glib2/modules.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../archivers/libarchive/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.25.1
+BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.26.0
.include "../../net/libsoup24/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/GConf/buildlink3.mk"