summaryrefslogtreecommitdiff
path: root/databases/postgresql74
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2004-12-18 14:26:15 +0000
committerdarcy <darcy@pkgsrc.org>2004-12-18 14:26:15 +0000
commit16105fb3a25f5c5fe507a03ea567dd77b25e9bf1 (patch)
tree7e90b181991b98812d37a7f3d25c908690a7e64f /databases/postgresql74
parent99b7f45b7d6441357ed43c0d1385f5c3bde0ad76 (diff)
downloadpkgsrc-16105fb3a25f5c5fe507a03ea567dd77b25e9bf1.tar.gz
Move the pg_config binary from -client to -lib. This fixes PR pkg/28685
as well as the bulk build for py-postgresql. Note that the man page is still built and installed by -client. That's a trickier problem.
Diffstat (limited to 'databases/postgresql74')
-rw-r--r--databases/postgresql74/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/postgresql74/patches/patch-af b/databases/postgresql74/patches/patch-af
new file mode 100644
index 00000000000..62bf747f65e
--- /dev/null
+++ b/databases/postgresql74/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/12/18 14:26:15 darcy Exp $
+
+--- src/bin/Makefile.orig 2002-09-03 17:45:43.000000000 -0400
++++ src/bin/Makefile 2004-12-18 08:21:43.000000000 -0500
+@@ -14,7 +14,7 @@
+ include $(top_builddir)/src/Makefile.global
+
+ DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \
+- psql scripts pg_config pg_controldata pg_resetxlog \
++ psql scripts pg_controldata pg_resetxlog \
+ pg_encoding
+
+ ifeq ($(with_tcl), yes)