tech-pkg archive

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

Re: sysutils/dbus 1.10.0 problems



On Sat, Sep 19, 2015 at 07:04:30AM +0900, Ryo ONODERA wrote:
> wiz@ said "Yes, please", however CONF_FILES in sysutils/dbus is incorrect
> as you say.
> We should use system-local.conf etc. to change behavior.

I don't understand. If CONF_FILES is incorrect, what is correct?
The patch doesn't change it:

> Index: sysutils/dbus/Makefile
> ===================================================================
> RCS file: /cvsroot/pkgsrc/sysutils/dbus/Makefile,v
> retrieving revision 1.87
> diff -u -r1.87 Makefile
> --- sysutils/dbus/Makefile	7 Sep 2015 23:24:46 -0000	1.87
> +++ sysutils/dbus/Makefile	18 Sep 2015 22:00:38 -0000
> @@ -1,6 +1,7 @@
>  # $NetBSD: Makefile,v 1.87 2015/09/07 23:24:46 gdt Exp $
>  
>  DISTNAME=	dbus-1.10.0
> +PKGREVISION=	1
>  CATEGORIES=	sysutils
>  MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus/
>  
> @@ -69,6 +70,12 @@
>  
>  PLIST_VARS+=    	linux launchd
>  
> +DBUS_CONF_DIR+=		${PREFIX}/share/dbus-1
> +OWN_DIRS+=		${DBUS_CONF_DIR}/services 
> +OWN_DIRS+=		${DBUS_CONF_DIR}/system-services 
> +OWN_DIRS+=		${DBUS_CONF_DIR}/session.d
> +OWN_DIRS+=		${DBUS_CONF_DIR}/system.d
> +
>  RCD_SCRIPTS=		dbus
>  
>  PKG_GROUPS_VARS+=	DBUS_GROUP

 Thomas


Home | Main Index | Thread Index | Old Index