[Pkg-corba-devel] [Pkg-corba-commits] r134 - in /trunk/omniorb4: configure configure.ac
Floris Bruynooghe
floris.bruynooghe at gmail.com
Tue Mar 4 23:31:11 UTC 2008
Hi Thomas
On Tue, Mar 04, 2008 at 08:31:52PM -0000, tgg at users.alioth.debian.org wrote:
> URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=134
> Log:
> fix kFreeBSD host match in configure mechanism
[...]
> - *-*-kfreebsd5*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="5";;
> - *-*-kfreebsd6*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="6";;
> + *-*-kfreebsd*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="6";;
Where did you find that this was required? The only logs I can find
of kfreebsd-* (and hurd-*) is at
http://experimental.debian.net/build.php?pkg=omniorb4, but from those
build logs I can not figure out why the above change is required.
(Not that I dispute your change, merely want to learn)
Related, where can I check that this change works? If the link above
shows successful builds? The reason I ask this is because we should
forward that upstream if it's needed. The original appearance of
kfreebsd* in upstream is because I sent them the patch of the kfreebsd
porters at the time so it's probably best to keep it up to date
upstream too.
Regards
Floris
--
Debian GNU/Linux -- The Power of Freedom
www.debian.org | www.gnu.org | www.kernel.org
More information about the Pkg-corba-devel
mailing list