tech-pkg archive

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

Re: sysutils/dbus 1.10.0 problems



Hi,

From: Thomas Klausner <wiz%NetBSD.org@localhost>, Date: Sat, 19 Sep 2015 00:23:40 +0200

> 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:

Some dbus consumers requires these directories, services, system-services,
system.d and session.d.

system.conf and session.conf themselves should not be modified.
They include system-local.conf and session-local.conf if these
files exist.
"should not be modified" means CONF_FILES should not be used.

>> 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

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Home | Main Index | Thread Index | Old Index