Date: Sun, 03 Apr 2005 22:53:34 -0400 From: Adam Weinberger <adamw@magnesium.net> To: jimmie james <jimmiejaz@gmail.com> Cc: marcus@FreeBSD.org Subject: Re: Fix dbus to use /bin/sh Message-ID: <1112583214.43313.3.camel@smacky> In-Reply-To: <7e148fb90504031928389835b9@mail.gmail.com> References: <7e148fb90504031928389835b9@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2005-03-04 at 22:28 -0400, jimmie james wrote: > In ports/devel/dbus/Makefile we find "BUILD_DEPENDS?= > bash:${PORTSDIR}/shells/bash" which is a new build depend. > > According to: http://www.freedesktop.org/Software/dbus the only > depend is a XML parser "D-BUS' only *required* dependency is an XML > parser (either libxml or expat)." > > No notice of change on the freedesktop site, or /usr/ports/UPDATING. > > Why are we using GNU shells, when /bin/sh is/should be standard on every system? > > Related links: > https://bugs.freedesktop.org/show_bug.cgi?id=1172 > https://bugs.freedesktop.org/show_bug.cgi?id=1674 On FreeBSD, /bin/sh is Ash. FreeBSD does not ship with BAsh. On Linux, /bin/sh is BAsh. The Linux world likes to assume that if it works on Linux, it will work on anything (or they don't care). Fd.o doesn't say that it needs BAsh, because they assume that /bin/sh *IS* BAsh. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1112583214.43313.3.camel>