Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 10:56:35 +0100
From:      =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org>
To:        Koop Mast <kwm@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r493840 - head/devel/dbus
Message-ID:  <20190227105635.0bf12a90@kalimero.tijl.coosemans.org>
In-Reply-To: <201902250706.x1P76MiN054874@repo.freebsd.org>
References:  <201902250706.x1P76MiN054874@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 25 Feb 2019 07:06:22 +0000 (UTC) Koop Mast <kwm@FreeBSD.org>
wrote:
> Author: kwm
> Date: Mon Feb 25 07:06:21 2019
> New Revision: 493840
> URL: https://svnweb.freebsd.org/changeset/ports/493840
> 
> Log:
>   Update dbus to 1.12.12.
>   
>   Remove machine-id copy code, it done it job.
> 
> Modified:
>   head/devel/dbus/Makefile
>   head/devel/dbus/distinfo
>   head/devel/dbus/pkg-plist
> 
> Modified: head/devel/dbus/pkg-plist
> ==============================================================================
> --- head/devel/dbus/pkg-plist	Mon Feb 25 07:04:49 2019	(r493839)
> +++ head/devel/dbus/pkg-plist	Mon Feb 25 07:06:21 2019	(r493840)
> @@ -7,8 +7,8 @@ bin/dbus-send
>  bin/dbus-test-tool
>  bin/dbus-update-activation-environment
>  bin/dbus-uuidgen
> -etc/dbus-1/session.conf
> -etc/dbus-1/system.conf
> +@sample %%ETCDIR%%-1/session.conf.sample
> +@sample %%ETCDIR%%-1/system.conf.sample
>  include/dbus-%%VERSION%%/dbus/dbus-address.h
>  include/dbus-%%VERSION%%/dbus/dbus-bus.h
>  include/dbus-%%VERSION%%/dbus/dbus-connection.h
> @@ -42,11 +44,13 @@ libdata/pkgconfig/dbus-1.pc
>  %%MANPAGES%%man/man1/dbus-test-tool.1.gz
>  %%MANPAGES%%man/man1/dbus-update-activation-environment.1.gz
>  %%MANPAGES%%man/man1/dbus-uuidgen.1.gz
> -share/dbus-1/session.conf
> -share/dbus-1/system.conf
> +%%DATADIR%%-1/session.conf
> +%%DATADIR%%-1/system.conf

Maybe define ETCDIR and DATADIR in the Makefile to include this "-1":

DATADIR=${PREFIX}/share/${PORTNAME}-1
ETCDIR= ${PREFIX}/etc/${PORTNAME}-1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190227105635.0bf12a90>