Re: [PATCH] BeOS support

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: dreid(at)jetnet(dot)co(dot)uk
Cc: pgsql-patches(at)hub(dot)org
Subject: Re: [PATCH] BeOS support
Date: 2000-10-07 14:45:13
Message-ID: 200010071445.KAA08246@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I received another set of BEOS patches two days ago, and applied them
this morning. THis patch was not redundant.

[ Charset ISO-8859-1 unsupported, converting... ]
> This small patch basically brings the build process back up to date.
> Things had moved on between submitting tha patch and it being applied.
> You guys just do too much work! :)
>
> Index: configure.in
> ===================================================================
> RCS file: /home/projects/pgsql/cvsroot/pgsql/configure.in,v
> retrieving revision 1.52
> diff -u -c -r1.52 configure.in
> cvs server: conflicting specifications of output style
> *** configure.in 2000/10/03 19:50:19 1.52
> --- configure.in 2000/10/07 11:56:46
> ***************
> *** 56,61 ****
> --- 56,62 ----
>
> case $host_os in
> aix*) template=aix ;;
> + beos*) template=beos ;;
> bsdi*) template=bsdi ;;
> cygwin*) template=win ;;
> dgux*) template=dgux ;;
> Index: src/template/beos
> ===================================================================
> RCS file: /home/projects/pgsql/cvsroot/pgsql/src/template/beos,v
> retrieving revision 1.2
> diff -u -c -r1.2 beos
> cvs server: conflicting specifications of output style
> *** src/template/beos 2000/10/03 03:11:26 1.2
> --- src/template/beos 2000/10/07 11:56:46
> ***************
> *** 1,9 ****
> ! AROPT:crs
> ! SHARED_LIB:-fpic -DPIC
> ! CFLAGS:-O2
> ! SRCH_INC:
> ! SRCH_LIB:
> ! USE_LOCALE:no
> ! DLSUFFIX:.so
> ! YFLAGS:-d
> ! YACC:bison -y
> --- 1,9 ----
> ! AROPT=crs
> ! SHARED_LIB="-fpic -DPIC"
> ! CFLAGS=-O2
> ! SRCH_INC=
> ! SRCH_LIB=
> ! USE_LOCALE=no
> ! DLSUFFIX=.so
> ! YFLAGS=-d
> ! YACC="bison -y"
>

--
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-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-10-07 14:49:55 Re: Error loggin in BeOS
Previous Message David Reid 2000-10-07 14:26:38 Regression tests