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]
Jeremy Messenger
mezz7 at cox.net
Wed Nov 8 17:59:48 UTC 2006
On Wed, 08 Nov 2006 11:25:10 -0600, Tom McLaughlin <tmclaugh at FreeBSD.org>
wrote:
> 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:
No, it's in the correct place. Linux has it too.
>> % 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:
The ports tree are hold up on the TARGETDIR until the changes of DESTDIR
come in. The DESTDIR isn't complete.
Cheers,
Mezz
>> % 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
--
mezz7 at cox.net - mezz at FreeBSD.org
FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
http://wiki.freebsd.org/multimedia - multimedia at FreeBSD.org
More information about the freebsd-gnome
mailing list