pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-vfs Pull in hal, bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e125cd617e70
branches:  trunk
changeset: 550508:e125cd617e70
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Nov 23 13:43:40 2008 +0000

description:
Pull in hal, bump PKGREVISION

diffstat:

 sysutils/gnome-vfs/Makefile        |   4 +++-
 sysutils/gnome-vfs/Makefile.common |  13 +++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 11ef3c5442f0 -r e125cd617e70 sysutils/gnome-vfs/Makefile
--- a/sysutils/gnome-vfs/Makefile       Sun Nov 23 13:40:18 2008 +0000
+++ b/sysutils/gnome-vfs/Makefile       Sun Nov 23 13:43:40 2008 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2008/08/15 01:41:42 dsainty Exp $
+# $NetBSD: Makefile,v 1.71 2008/11/23 13:43:40 jmcneill Exp $
+
+PKGREVISION=           1
 
 PKGCONFIG_OVERRIDE=    gnome-vfs-2.0.pc.in
 PKGCONFIG_OVERRIDE+=   gnome-vfs-module-2.0.pc.in
diff -r 11ef3c5442f0 -r e125cd617e70 sysutils/gnome-vfs/Makefile.common
--- a/sysutils/gnome-vfs/Makefile.common        Sun Nov 23 13:40:18 2008 +0000
+++ b/sysutils/gnome-vfs/Makefile.common        Sun Nov 23 13:43:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2008/10/16 12:30:16 drochner Exp $
+# $NetBSD: Makefile.common,v 1.13 2008/11/23 13:43:40 jmcneill Exp $
 #
 
 GNOME_VFS_VERSION=     2.24.0
@@ -45,7 +45,8 @@
 .endfor
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnome-vfs
-PKG_SUPPORTED_OPTIONS+=        inet6 gssapi
+PKG_SUPPORTED_OPTIONS+=        inet6 gssapi hal
+PKG_SUGGESTED_OPTIONS+=        hal
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == NetBSD
@@ -68,6 +69,14 @@
 CONFIGURE_ENV+=                ac_cv_path_KRB5_CONFIG=none
 .endif
 
+.if !empty(PKG_OPTIONS:Mhal)
+DEPENDS+=      gnome-mount>=0.8:../../sysutils/gnome-mount
+.include "../../sysutils/hal/buildlink3.mk"
+CONFIGURE_ARGS+=       --enable-hal
+.else
+CONFIGURE_ARGS+=       --disable-hal
+.endif
+
 # XXX Work-around for a problem in the configure script which checks for
 # statvfs(2) having SVR4 in mind.  Solving this in the script itself could
 # be the right way to go, but it is out of the scope of a local patch; it



Home | Main Index | Thread Index | Old Index