summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2021-02-19 13:47:03 +0000
committerjoerg <joerg@pkgsrc.org>2021-02-19 13:47:03 +0000
commit2f7e3bd54e4f2d032ad94fb12c54a1b4aefbb7b2 (patch)
treebc75b9f23ba7554afd0a9c45244bbbfefc066f48 /databases
parent974992e1f2f347ad121220f5039248dfdbc34c06 (diff)
downloadpkgsrc-2f7e3bd54e4f2d032ad94fb12c54a1b4aefbb7b2.tar.gz
Build fe_utils first for all Postgres versions that have it.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql10-client/Makefile5
-rw-r--r--databases/postgresql11-client/Makefile5
-rw-r--r--databases/postgresql12-client/Makefile5
-rw-r--r--databases/postgresql96-client/Makefile5
4 files changed, 12 insertions, 8 deletions
diff --git a/databases/postgresql10-client/Makefile b/databases/postgresql10-client/Makefile
index 67b445adb6a..d1957481fca 100644
--- a/databases/postgresql10-client/Makefile
+++ b/databases/postgresql10-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/02/15 18:58:36 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/19 13:47:03 joerg Exp $
PKGNAME= ${DISTNAME:S/-/10-client-/}
COMMENT= PostgreSQL database client programs
@@ -39,12 +39,13 @@ CONFIGURE_ARGS+= --enable-thread-safety
CONFIGURE_ARGS+= --disable-thread-safety
.endif
+BUILD_DIRS+= src/fe_utils
INSTALL_DIRS= src/include
INSTALL_DIRS+= src/common
INSTALL_DIRS+= src/interfaces
INSTALL_DIRS+= src/bin
INSTALL_DIRS+= src/port
-BUILD_DIRS= ${INSTALL_DIRS}
+BUILD_DIRS+= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend
diff --git a/databases/postgresql11-client/Makefile b/databases/postgresql11-client/Makefile
index 58dfd17c91f..35ab0efc75c 100644
--- a/databases/postgresql11-client/Makefile
+++ b/databases/postgresql11-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/15 18:58:37 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/19 13:47:03 joerg Exp $
PKGNAME= ${DISTNAME:S/-/11-client-/}
COMMENT= PostgreSQL database client programs
@@ -39,12 +39,13 @@ CONFIGURE_ARGS+= --enable-thread-safety
CONFIGURE_ARGS+= --disable-thread-safety
.endif
+BUILD_DIRS+= src/fe_utils
INSTALL_DIRS= src/include
INSTALL_DIRS+= src/common
INSTALL_DIRS+= src/interfaces
INSTALL_DIRS+= src/bin
INSTALL_DIRS+= src/port
-BUILD_DIRS= ${INSTALL_DIRS}
+BUILD_DIRS+= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend
diff --git a/databases/postgresql12-client/Makefile b/databases/postgresql12-client/Makefile
index afc103976f7..7adbd2c2864 100644
--- a/databases/postgresql12-client/Makefile
+++ b/databases/postgresql12-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/02/15 18:58:38 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/19 13:47:03 joerg Exp $
PKGNAME= ${DISTNAME:S/-/12-client-/}
COMMENT= PostgreSQL database client programs
@@ -39,12 +39,13 @@ CONFIGURE_ARGS+= --enable-thread-safety
CONFIGURE_ARGS+= --disable-thread-safety
.endif
+BUILD_DIRS+= src/fe_utils
INSTALL_DIRS= src/include
INSTALL_DIRS+= src/common
INSTALL_DIRS+= src/port
INSTALL_DIRS+= src/interfaces
INSTALL_DIRS+= src/bin
-BUILD_DIRS= ${INSTALL_DIRS}
+BUILD_DIRS+= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend
diff --git a/databases/postgresql96-client/Makefile b/databases/postgresql96-client/Makefile
index e8c8c6b58e2..c832c7fd740 100644
--- a/databases/postgresql96-client/Makefile
+++ b/databases/postgresql96-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/02/15 18:58:41 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/19 13:47:03 joerg Exp $
PKGNAME= ${DISTNAME:S/-/96-client-/}
COMMENT= PostgreSQL database client programs
@@ -39,12 +39,13 @@ CONFIGURE_ARGS+= --enable-thread-safety
CONFIGURE_ARGS+= --disable-thread-safety
.endif
+BUILD_DIRS+= src/fe_utils
INSTALL_DIRS= src/include
INSTALL_DIRS+= src/common
INSTALL_DIRS+= src/interfaces
INSTALL_DIRS+= src/bin
INSTALL_DIRS+= src/port
-BUILD_DIRS= ${INSTALL_DIRS}
+BUILD_DIRS+= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend