summaryrefslogtreecommitdiff
path: root/databases/postgresql74
diff options
context:
space:
mode:
authordarcy <darcy>2004-12-18 14:26:15 +0000
committerdarcy <darcy>2004-12-18 14:26:15 +0000
commitda501169749f37e42bf4ebe96ce56b651091c490 (patch)
tree7e90b181991b98812d37a7f3d25c908690a7e64f /databases/postgresql74
parentebf3dbf0607da90995ff68464a1e1027cf665588 (diff)
downloadpkgsrc-da501169749f37e42bf4ebe96ce56b651091c490.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)