Re: BeOS port - files part 1

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: David Reid <dreid(at)jetnet(dot)co(dot)uk>
Cc: pgsql-ports(at)hub(dot)org, Eugenia Loli <eloli(at)hotmail(dot)com>
Subject: Re: BeOS port - files part 1
Date: 2000-10-02 17:14:23
Message-ID: 200010021714.NAA26550@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Applied. These couldn't be applied at to 7.0, but will appear in 7.1
when it is realeased. Please download the current snapshot tomorrow and
let us know if there are more changes you need.

[ Charset ISO-8859-1 unsupported, converting... ]
> Guys,
>
> Here is the first batch of files and diffs for the BeOS port. I've run into
> problems with some bits of it, but when all the patches are in it'll build
> and we can fix it from there :) I've got a version that builds and runs and
> that is the basis for these patches.
>
> The first file has the new additional files that are required,
> template/beos
> backend/port/dynloader/beos.c
> backend/port/dynloader/beos.h
> include/port/beos.h
> makefiles/Makefile.beos
>
> The second is a tarball of diffs against a few files. I've added sys/ipc.h
> to configure and config.h via configure.in and config.h.in and then started
> adding the check as this file isn't needed on BeOS and having loads of
> #ifdef BEOS isn't as obvious as #ifdef HAVE_SYS_IPC_H and isn't as
> autconf'ish :)
> Files touched are
> include/c.h
> configure.in
> include/config.h.in
> include/storage/ipc.h
> include/utils/int8.h
>
> Let me know how these go. I'll await a response before submitting any more.
>
> Any problems just get in touch.
>
> david
>
> "Do not meddle in the affairs of sysadmins, they are quick to
> anger and have no need for subtlety."
>
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Neil Jolly 2000-10-03 02:50:09 postgresql 7.0.2-2 with phpPgAdmin & ppc
Previous Message Fabrice Scemama 2000-10-02 10:19:38 Re: Q: spinlock on Alpha? (PG7.0.2)