Re: contrib code for 6.5

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Massimo Dal Zotto <dz(at)cs(dot)unitn(dot)it>
Cc: PostgreSQL Hackers <hackers(at)postgreSQL(dot)org>, Pgsql Patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: Re: contrib code for 6.5
Date: 1999-06-05 19:10:00
Message-ID: 199906051910.PAA23283@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have make a diff, and applied the diff, while adding the new files
from the distribution

One item stuck out as a problem:

+ # Strip debian/rules install prefix if defined
+ REAL_MODDIR = $(shell echo $(MODDIR) | sed 's|.*/debian/tmp||')

I really could not install these lines, and replaced mentions of
REAL_MODDIR with MODDIR. This seems too site-specific.

> Hi,
>
> I have updated my contrib code for version 6.5. In the attachment you will
> find the directories array, datetime, miscutil, string, tools and userlocks
> which replace the corresponding directories under contrib.
>
> In contrib/tools you will find some developement scripts which I use while
> hacking the sources. I hope they will be useful for some other people.
>
> I have also added a contrib/Makefile which tries to compile and install all
> the contribs. Unfortunately many of them don't have a Makefile or don't
> compile cleanly.
>
> --
> Massimo Dal Zotto
>
> +----------------------------------------------------------------------+
> | Massimo Dal Zotto email: dz(at)cs(dot)unitn(dot)it |
> | Via Marconi, 141 phone: ++39-0461534251 |
> | 38057 Pergine Valsugana (TN) www: http://www.cs.unitn.it/~dz/ |
> | Italy pgp: finger dz(at)tango(dot)cs(dot)unitn(dot)it |
> +----------------------------------------------------------------------+
>

[application/x-gtar is not supported, skipping...]

--
Bruce Momjian | http://www.op.net/~candle
maillist(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-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-06-05 19:10:42 Re: [PATCHES] Re: contrib code for 6.5
Previous Message Bruce Momjian 1999-06-05 18:53:32 Re: [PATCHES] Re: contrib code for 6.5