summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-14 06:16:03 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-14 06:16:03 +0800
commit0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb (patch)
tree6b11e595eeffb33f4c45d29539cf32b175ebde4b /sysutils
parent6fae69c8aced596c875c612c27f2d0d1a2820922 (diff)
downloadmarcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.gz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.bz2
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.lz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.xz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.zst
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.zip
Add introspection USE_GNOME component.
Either introspection => both build and run dependancy or choosable with :build/:run modifiers. This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir isn't created in the /root dir anymore. Convert all users in MC. Reported by: bapt/miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/accountsservice/Makefile3
-rw-r--r--sysutils/polkit/Makefile6
-rw-r--r--sysutils/upower/Makefile4
3 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index ba55fb4f5..e5ab7e0bd 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -11,13 +11,12 @@ MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/
MAINTAINER= kwm@FreeBSD.org
COMMENT= D-Bus interface for user account query and manipulation
-BUILD_DEPEND= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
polkit-gobject-1:${PORTSDIR}/sysutils/polkit
USE_XZ= yes
-USE_GNOME= glib20 intlhack gnomehier
+USE_GNOME= glib20 intlhack gnomehier introspection:build
USES= gettext pathfix pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
index fc7370f26..1a8f79433 100644
--- a/sysutils/polkit/Makefile
+++ b/sysutils/polkit/Makefile
@@ -11,12 +11,10 @@ MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Framework for controlling access to system-wide components
-BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
-RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \
- dbus-launch:${PORTSDIR}/devel/dbus
+RUN_DEPENDS= dbus-launch:${PORTSDIR}/devel/dbus
-USE_GNOME= glib20 intlhack gnomehier
+USE_GNOME= glib20 intlhack gnomehier introspection
USE_GMAKE= yes
USES= gettext pathfix pkgconfig
GNU_CONFIGURE= yes
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile
index 58f6ab269..177fe8048 100644
--- a/sysutils/upower/Makefile
+++ b/sysutils/upower/Makefile
@@ -13,15 +13,13 @@ COMMENT= D-Bus daemon for simplifying power management tasks
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
USES= gettext pathfix
USE_XZ= yes
USE_GMAKE= yes
-USE_GNOME= intlhack ltverhack glib20
+USE_GNOME= intlhack ltverhack glib20 introspection
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_PYTHON= yes