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

From Christopher Kings-Lynne
Subject Re: pgcryto strangeness...
Date
Msg-id GNELIHDDFBOCMGBFGEFOOEAECBAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: pgcryto strangeness...  (Sean Chittenden <sean@chittenden.org>)
Responses Re: pgcryto strangeness...  (Sean Chittenden <sean@chittenden.org>)
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

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Effects of pgbench "scale factor"
Next
From: Sean Chittenden
Date:
Subject: Re: pgcryto strangeness...