From 3f2afec718741ef4db247b65dbdce33c35fe29f1 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Fri, 9 May 2003 01:36:37 +0000 Subject: Repack the -devel port now that version 3.0 of the wire protocol has been finalized between the client and server. While here, fix the plist, change WITH_PGCRYPTO to be WITHOUT_PGCRYPTO that way the port defaults to installing the crypto libraries. Now that we have hardware support for crypto devices, go out of our way to make sure that pgcrypto uses openssl where applicable and reads from /dev/urandom for entropy. --- databases/postgresql-devel/files/patch-configure | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'databases/postgresql-devel/files/patch-configure') diff --git a/databases/postgresql-devel/files/patch-configure b/databases/postgresql-devel/files/patch-configure index efeca517d300..cbf298f1a612 100644 --- a/databases/postgresql-devel/files/patch-configure +++ b/databases/postgresql-devel/files/patch-configure @@ -1,5 +1,15 @@ --- configure.orig Wed Jun 26 21:28:24 2002 +++ configure Wed Jun 26 21:35:16 2002 +@@ -337,7 +337,8 @@ + libdir='${exec_prefix}/lib' + includedir='${prefix}/include' + oldincludedir='/usr/include' +-docdir='${prefix}/doc' ++# docdir='${prefix}/doc' ++docdir='${prefix}/share/doc' + mandir='${prefix}/man' + + ac_prev= @@ -2007,11 +2007,13 @@ EOF -- cgit v1.2.3