From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 8 17:25:25 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3CAE16A494 for ; Wed, 8 Nov 2006 17:25:25 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D00743D5A for ; Wed, 8 Nov 2006 17:25:22 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from [192.168.2.68] (bofh.straycat.dhs.org [192.168.2.68]) by straycat.dhs.org (8.13.4/8.13.4) with ESMTP id kA8HPFEp027454; Wed, 8 Nov 2006 12:25:18 -0500 (EST) From: Tom McLaughlin To: Andrzej Tobola In-Reply-To: <20061108152345.GB63646@amper.iem.pw.edu.pl> References: <200611080525.kA85Ph8S061470@repoman.freebsd.org> <20061108152345.GB63646@amper.iem.pw.edu.pl> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GO2BKL5C2kQV0o7Yi/Vr" Date: Wed, 08 Nov 2006 12:25:10 -0500 Message-Id: <1163006710.8898.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: FreeBSD Gnome Subject: 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] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 17:25:25 -0000 --=-GO2BKL5C2kQV0o7Yi/Vr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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, >=20 > 1. Therie is an error in dbus - dbus-arch-deps.h is installed ib bad plac= e: >=20 > % 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/incl= ude/dbus/dbus-arch-deps.h' > ^^^^= ^^^^^^^^....... > so I must do corrections: >=20 > # mv /usr/local/include/dbus-1.0/include/dbus/dbus-arch-deps.h /usr/lo= cal/include/dbus-1.0/dbus > # rm -rf /usr/local/include/dbus-1.0/include >=20 > after install > =20 > 2. Time to start using TARGETDIR: >=20 > % grep ^DOCSDIR /usr/ports/Mk/bsd.port.mk > DOCSDIR?=3D ${TARGETDIR}/share/doc/${PORTNAME} >=20 > so this seems appropriate: >=20 > % diff /usr/ports/textproc/py-libxml2/Makefile . > 28,29c28,29 > < DOCSDIR=3D ${PREFIX}/share/doc/py-libxml2 > < EXAMPLESDIR=3D ${PREFIX}/share/examples/py-libxml2 > --- > > DOCSDIR=3D ${TARGETDIR}/share/doc/py-${PORTNAME} > > EXAMPLESDIR=3D ${TARGETDIR}/share/examples/py-${PORTNAME} >=20 > cheers, > -a >=20 > On Wed, Nov 08, 2006 at 05:25:43AM +0000, Tom McLaughlin wrote: > > tmclaugh 2006-11-08 05:25:43 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > devel/dbus Makefile=20 > > devel/dbus-sharp Makefile=20 > > net/avahi Makefile=20 > > net/py-avahi Makefile=20 > > Log: > > Change the name of the dbus system socket to system_bus_socket per th= e dbus > > spec. > > =20 > > "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=3D/var/run/dbus/system_bus_socket." > > =20 > > Approved by: marcus > > =20 > > 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 --=-GO2BKL5C2kQV0o7Yi/Vr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFUhL24zniJeL3s9gRAhcVAKCSCIVZWTbUydqpkRIaaCt/kyT+2ACgwzcJ 88YDEVTB9S+E2O92ObLt5J0= =2WN2 -----END PGP SIGNATURE----- --=-GO2BKL5C2kQV0o7Yi/Vr--