Thread: commit the contrib clean up

commit the contrib clean up

From
Karel Zak
Date:
I finish clean up in the contrib tree. Bruce has the patch with it. 
Changes:
- add 'LIBPGEASYDIR' to src/Makefile.global 
- new pg_dumplo
- I write new contrib/Makefile.global, which include standard  ../src/Makefile.global. It is because in contrib tree is
needful some definition like 'CFLAGS' ..etc.  In contrib/Makefile.global are definitions relevant to contrib only.
 
- all dirs in the contrib contain Makefiles
- all in the contrib is install-able
- I create new dir 'tips' and 'apachelog' is remove to this dir.
- now is _not_ fixed:
    os2client    - non-compile-able (Is it dead?)        odbc     - unreadable Makefile for me, I don't know what
happens                 here (sorry Thomas)
 
    spi/preprocessor - hmm, about previous 'odbc' I a little feel something,                       but here I'm total
out...
    tools     - again ????

- install paths are defined in contrib/Makefile.global, I expect   that some definitions will rewrite during Peter's
build-system overwriting. Now it is not total correct:   
 
### ---------------------------------------------------------
### DELETE THIS PART if ../src/Makefile.global is standardize
###                  (has define all next definitions itself)

DOCDIR=$(POSTDOCDIR)

# not $PGDATA, but anything like '/usr/local/pgsql/share'
DATADIR=$(LIBDIR)

### ----------------------------------------------------------

# execute-able
CONTRIB_BINDIR          = $(BINDIR)
# *.so
CONTRIB_MODDIR          = $(LIBDIR)/modules
# *.doc
CONTRIB_DOCDIR          = $(DOCDIR)/contrib
# *.sql
CONTRIB_SQLDIR          = $(DATADIR)/contrib
# *.examples
CONTRIB_EXAMPLESDIR     = $(DOCDIR)/contrib/examples

-------
Generally, 'make' / 'make install' is without errors. 
                     Karel






Re: commit the contrib clean up

From
Vince Vielhaber
Date:
On Thu, 15 Jun 2000, Karel Zak wrote:

> 
>  - now is _not_ fixed:
> 
>      os2client    - non-compile-able (Is it dead?)

Last time I compiled it was for 6.4.  When OS/2 wouldn't recognise my
9GB drive, I stopped recognising OS/2 and moved completely to FreeBSD.
So it may as well be dead, it's no longer supported.  Althought it did
work in 6.4.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net128K ISDN from $22.00/mo - 56K Dialup from
$16.00/moat Pop4 Networking       Online Campground Directory    http://www.camping-usa.com      Online Giftshop
Superstore   http://www.cloudninegifts.com
 
==========================================================================





Re: commit the contrib clean up

From
Karel Zak
Date:
On Thu, 15 Jun 2000, Vince Vielhaber wrote:

> On Thu, 15 Jun 2000, Karel Zak wrote:
> 
> > 
> >  - now is _not_ fixed:
> > 
> >      os2client    - non-compile-able (Is it dead?)
> 
> Last time I compiled it was for 6.4.  When OS/2 wouldn't recognise my
> 9GB drive, I stopped recognising OS/2 and moved completely to FreeBSD.
> So it may as well be dead, it's no longer supported.  Althought it did
> work in 6.4.
Well, it is archive in CVS; we can delete it from current tree.
                    Karel 



Re: commit the contrib clean up

From
Bruce Momjian
Date:
I removed os2client from CVS.

> On Thu, 15 Jun 2000, Vince Vielhaber wrote:
> 
> > On Thu, 15 Jun 2000, Karel Zak wrote:
> > 
> > > 
> > >  - now is _not_ fixed:
> > > 
> > >      os2client    - non-compile-able (Is it dead?)
> > 
> > Last time I compiled it was for 6.4.  When OS/2 wouldn't recognise my
> > 9GB drive, I stopped recognising OS/2 and moved completely to FreeBSD.
> > So it may as well be dead, it's no longer supported.  Althought it did
> > work in 6.4.
> 
>  Well, it is archive in CVS; we can delete it from current tree.
> 
>                         Karel 
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle 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,
Pennsylvania19026
 


Re: commit the contrib clean up

From
Bruce Momjian
Date:
Applied.

> 
>  I finish clean up in the contrib tree. Bruce has the patch with it. 
> 
>  Changes:
> 
>  - add 'LIBPGEASYDIR' to src/Makefile.global 
> 
>  - new pg_dumplo
> 
>  - I write new contrib/Makefile.global, which include standard
>    ../src/Makefile.global. It is because in contrib tree is needful
>    some definition like 'CFLAGS' ..etc.
>    In contrib/Makefile.global are definitions relevant to contrib only.
> 
>  - all dirs in the contrib contain Makefiles
> 
>  - all in the contrib is install-able
> 
>  - I create new dir 'tips' and 'apachelog' is remove to this dir.
> 
>  - now is _not_ fixed:
> 
>      os2client    - non-compile-able (Is it dead?)
>      
>      odbc     - unreadable Makefile for me, I don't know what happens 
>                   here (sorry Thomas)
> 
>      spi/preprocessor - hmm, about previous 'odbc' I a little feel something,
>                         but here I'm total out...
> 
>      tools     - again ????
> 
> 
>  - install paths are defined in contrib/Makefile.global, I expect 
>    that some definitions will rewrite during Peter's build-system
>    overwriting. Now it is not total correct: 
>    
> ### ---------------------------------------------------------
> ### DELETE THIS PART if ../src/Makefile.global is standardize
> ###                  (has define all next definitions itself)
> 
> DOCDIR=$(POSTDOCDIR)
> 
> # not $PGDATA, but anything like '/usr/local/pgsql/share'
> DATADIR=$(LIBDIR)
> 
> ### ----------------------------------------------------------
> 
> # execute-able
> CONTRIB_BINDIR          = $(BINDIR)
> # *.so
> CONTRIB_MODDIR          = $(LIBDIR)/modules
> # *.doc
> CONTRIB_DOCDIR          = $(DOCDIR)/contrib
> # *.sql
> CONTRIB_SQLDIR          = $(DATADIR)/contrib
> # *.examples
> CONTRIB_EXAMPLESDIR     = $(DOCDIR)/contrib/examples
> 
> -------
> 
>  Generally, 'make' / 'make install' is without errors. 
> 
>                          Karel
> 
> 
> 
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle 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,
Pennsylvania19026