pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/upower upower: Remove introspection option.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b6b79d663eb
branches: trunk
changeset: 381104:6b6b79d663eb
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jun 28 11:13:20 2022 +0000
description:
upower: Remove introspection option.
https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
diffstat:
sysutils/upower/Makefile | 7 ++++---
sysutils/upower/options.mk | 18 ------------------
2 files changed, 4 insertions(+), 21 deletions(-)
diffs (52 lines):
diff -r f39d44c4be88 -r 6b6b79d663eb sysutils/upower/Makefile
--- a/sysutils/upower/Makefile Tue Jun 28 11:07:13 2022 +0000
+++ b/sysutils/upower/Makefile Tue Jun 28 11:13:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/12/08 16:02:40 adam Exp $
+# $NetBSD: Makefile,v 1.21 2022/06/28 11:13:20 nia Exp $
DISTNAME= upower-0.99.13
PKGREVISION= 1
@@ -21,6 +21,7 @@
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
+CONFIGURE_ARGS+= --enable-introspection
PKG_SYSCONFSUBDIR= UPower
INSTALL_MAKE_FLAGS+= configdir=${EGDIR} dbusconfdir=${EGDIR}
@@ -40,10 +41,10 @@
# with --nonet, xsltproc needs a helping hand finding some dtds
XSLTPROC_PATH= ${PREFIX}/share/doc/dbus
-.include "options.mk"
-
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection+= build
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../textproc/libxslt/xsltproc-nonet.mk"
diff -r f39d44c4be88 -r 6b6b79d663eb sysutils/upower/options.mk
--- a/sysutils/upower/options.mk Tue Jun 28 11:07:13 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2018/05/31 21:00:23 youri Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.upower
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+= introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-BUILDLINK_DEPMETHOD.gobject-introspection+= build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-introspection
-PLIST.introspection= yes
-.else
-CONFIGURE_ARGS+= --disable-introspection
-.endif
Home |
Main Index |
Thread Index |
Old Index