Re: pgcryto strangeness... - Mailing list pgsql-hackers

From Sean Chittenden
Subject Re: pgcryto strangeness...
Date
Msg-id 20020106181102.A24896@ninja1.internal
Whole thread Raw
In response to Re: pgcryto strangeness...  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
> > Real quick, is anyone else is interested, I'm turning pgcrypto into a
> > port for FreeBSD. I'm mostly done, so if anyone has any interest in
> > testing this (very strange port to make because you have to copy the
> > backend headers out of the postgres tarball and into the include path.
> > I know this is changing with 7.2, but it's not out yet.  ::grin::),
> > please let me know.  -sc
> 
> All I do to install contribs is this:
> 
> cd /usr/ports/databases/postgresql7
> make configure
> cd work/postgresql-7.1.3/contrib/pgcrypto
> gmake all && gmake install
> cd /usr/ports/databases/postgresql7
> make clean

Alright, nm.  I'll change the patch to make pgcypto apart of default
FreeBSD postgres installs.  Thanks for the tip.  -sc

-- 
Sean Chittenden


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: pgcryto strangeness...
Next
From: Tom Lane
Date:
Subject: Re: LWLock contention: I think I understand the problem