dbus file installed in wrong location [WAS: Re: ports/devel/dbus Makefile ports/devel/dbus-sharp Makefile ports/net/avahi Makefile ports/net/py-avahi Makefile]

Tom McLaughlin tmclaugh at FreeBSD.org
Wed Nov 8 17:25:25 UTC 2006


Hi Andrzej, let me forward this to the gnome@ to see what they think.
Can you send a PR for the second one too?  Thanks.

tom

On Wed, 2006-11-08 at 16:23 +0100, Andrzej Tobola wrote:
> Hello Tom,
> 
> 1. Therie is an error in dbus - dbus-arch-deps.h is installed ib bad place:
> 
>    % cd /usr/ports/devel/dbus
>    % make
>    % sudo make install | grep dbus-arch-deps.h
>     install   -m 444 'dbus-arch-deps.h' '/usr/local/include/dbus-1.0/include/dbus/dbus-arch-deps.h'
>                                                                      ^^^^^^^^^^^^.......
> so I must do corrections:
> 
>    # mv /usr/local/include/dbus-1.0/include/dbus/dbus-arch-deps.h /usr/local/include/dbus-1.0/dbus
>    # rm -rf /usr/local/include/dbus-1.0/include
> 
> after install
>   
> 2. Time to start using TARGETDIR:
> 
> % grep ^DOCSDIR /usr/ports/Mk/bsd.port.mk
> DOCSDIR?=       ${TARGETDIR}/share/doc/${PORTNAME}
> 
> so this seems appropriate:
> 
> % diff /usr/ports/textproc/py-libxml2/Makefile .
> 28,29c28,29
> < DOCSDIR=      ${PREFIX}/share/doc/py-libxml2
> < EXAMPLESDIR=  ${PREFIX}/share/examples/py-libxml2
> ---
> > DOCSDIR=      ${TARGETDIR}/share/doc/py-${PORTNAME}
> > EXAMPLESDIR=  ${TARGETDIR}/share/examples/py-${PORTNAME}
> 
> cheers,
> -a
> 
> On Wed, Nov 08, 2006 at 05:25:43AM +0000, Tom McLaughlin wrote:
> > tmclaugh    2006-11-08 05:25:43 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> >     devel/dbus           Makefile 
> >     devel/dbus-sharp     Makefile 
> >     net/avahi            Makefile 
> >     net/py-avahi         Makefile 
> >   Log:
> >   Change the name of the dbus system socket to system_bus_socket per the dbus
> >   spec.
> >   
> >   "The address of the system message bus is given in the
> >   DBUS_SYSTEM_BUS_ADDRESS environment variable. If that variable is not set,
> >   applications should try to connect to the well-known address
> >   unix:path=/var/run/dbus/system_bus_socket."
> >   
> >   Approved by:    marcus
> >   
> >   Revision  Changes    Path
> >   1.18      +3 -3      ports/devel/dbus-sharp/Makefile
> >   1.61      +2 -2      ports/devel/dbus/Makefile
> >   1.42      +2 -2      ports/net/avahi/Makefile
> >   1.6       +2 -2      ports/net/py-avahi/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20061108/56ce2fa4/attachment.pgp


More information about the freebsd-gnome mailing list