Re: [PATCH] BeOS support

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCH] BeOS support
Дата
Msg-id 200010071445.KAA08246@candle.pha.pa.us
обсуждение исходный текст
Ответ на [PATCH] BeOS support  ("David Reid" <dreid@jetnet.co.uk>)
Список 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-patches по дате отправления:

Предыдущее
От: "David Reid"
Дата:
Сообщение: Regression tests
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Error loggin in BeOS