[PATCH] BeOS support

Поиск
Список
Период
Сортировка
От David Reid
Тема [PATCH] BeOS support
Дата
Msg-id 200010071159.e97Bx3g07451@www.jetnet.co.uk
обсуждение исходный текст
Ответы Re: [PATCH] BeOS support  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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"

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [ANNOUNCE] Announce: Release of PyGreSQL version 3.0
Следующее
От: "David Reid"
Дата:
Сообщение: Error loggin in BeOS