pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql74 Adjust docdir in configure. It...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/173e948c56f0
branches:  trunk
changeset: 477014:173e948c56f0
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 25 14:51:23 2004 +0000

description:
Adjust docdir in configure.  It should fix broken postgresql74-contrib
package in bulk build.

diffstat:

 databases/postgresql74/distinfo         |   3 ++-
 databases/postgresql74/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 36342926a0f5 -r 173e948c56f0 databases/postgresql74/distinfo
--- a/databases/postgresql74/distinfo   Fri Jun 25 14:11:47 2004 +0000
+++ b/databases/postgresql74/distinfo   Fri Jun 25 14:51:23 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/04/29 22:23:32 recht Exp $
+$NetBSD: distinfo,v 1.4 2004/06/25 14:51:23 taca Exp $
 
 SHA1 (postgresql-7.4.2.tar.bz2) = 52b8a8a3467298c659e424213b72a15b08be9d59
 Size (postgresql-7.4.2.tar.bz2) = 10100398 bytes
@@ -6,3 +6,4 @@
 Size (hier-Pg7.4-0.5.2.tar.gz) = 34747 bytes
 SHA1 (patch-aa) = e9b99b04c02b3f04d21144a22489618948c378a8
 SHA1 (patch-ab) = f44a544c56452bad197a88cb827e88624c54656c
+SHA1 (patch-ac) = 39ce96f3ea9fc1167c8d21168fd1536077898d58
diff -r 36342926a0f5 -r 173e948c56f0 databases/postgresql74/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql74/patches/patch-ac   Fri Jun 25 14:51:23 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/06/25 14:51:23 taca Exp $
+
+--- configure.orig     Thu Jun 24 10:36:51 2004
++++ configure
+@@ -337,7 +337,7 @@ localstatedir='${prefix}/var'
+ libdir='${exec_prefix}/lib'
+ includedir='${prefix}/include'
+ oldincludedir='/usr/include'
+-docdir='${prefix}/doc'
++docdir='${prefix}/share/doc'
+ mandir='${prefix}/man'
+ 
+ ac_prev=



Home | Main Index | Thread Index | Old Index