pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gnome-applets enable hal and policykit, bump PKGRE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87b66e7bb92e
branches: trunk
changeset: 550609:87b66e7bb92e
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Mon Nov 24 15:02:18 2008 +0000
description:
enable hal and policykit, bump PKGREVISION
diffstat:
x11/gnome-applets/Makefile | 4 ++--
x11/gnome-applets/options.mk | 14 ++++++++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 3019240ee896 -r 87b66e7bb92e x11/gnome-applets/Makefile
--- a/x11/gnome-applets/Makefile Mon Nov 24 14:59:28 2008 +0000
+++ b/x11/gnome-applets/Makefile Mon Nov 24 15:02:18 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2008/10/27 14:38:01 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2008/11/24 15:02:18 jmcneill Exp $
#
DISTNAME= gnome-applets-2.24.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.24/}
EXTRACT_SUFX= .tar.bz2
diff -r 3019240ee896 -r 87b66e7bb92e x11/gnome-applets/options.mk
--- a/x11/gnome-applets/options.mk Mon Nov 24 14:59:28 2008 +0000
+++ b/x11/gnome-applets/options.mk Mon Nov 24 15:02:18 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2008/10/27 04:23:01 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2008/11/24 15:02:18 jmcneill Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-applets
-PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUPPORTED_OPTIONS= inet6 hal
+PKG_SUGGESTED_OPTIONS+= hal
.include "../../mk/bsd.options.mk"
@@ -10,3 +11,12 @@
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
+
+.if !empty(PKG_OPTIONS:Mhal)
+.include "../../sysutils/hal/buildlink3.mk"
+.include "../../security/policykit/buildlink3.mk"
+.include "../../security/policykit-gnome/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-polkit
+CONFIGURE_ARGS+= --without-hal
+.endif
Home |
Main Index |
Thread Index |
Old Index