pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Build fe_utils first for all Postgres versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/baf3f2cf8aa8
branches: trunk
changeset: 447303:baf3f2cf8aa8
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Feb 19 13:47:03 2021 +0000
description:
Build fe_utils first for all Postgres versions that have it.
diffstat:
databases/postgresql10-client/Makefile | 5 +++--
databases/postgresql11-client/Makefile | 5 +++--
databases/postgresql12-client/Makefile | 5 +++--
databases/postgresql96-client/Makefile | 5 +++--
4 files changed, 12 insertions(+), 8 deletions(-)
diffs (96 lines):
diff -r f4844659e20a -r baf3f2cf8aa8 databases/postgresql10-client/Makefile
--- a/databases/postgresql10-client/Makefile Fri Feb 19 13:25:39 2021 +0000
+++ b/databases/postgresql10-client/Makefile Fri Feb 19 13:47:03 2021 +0000
@@ -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+= --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 -r f4844659e20a -r baf3f2cf8aa8 databases/postgresql11-client/Makefile
--- a/databases/postgresql11-client/Makefile Fri Feb 19 13:25:39 2021 +0000
+++ b/databases/postgresql11-client/Makefile Fri Feb 19 13:47:03 2021 +0000
@@ -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+= --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 -r f4844659e20a -r baf3f2cf8aa8 databases/postgresql12-client/Makefile
--- a/databases/postgresql12-client/Makefile Fri Feb 19 13:25:39 2021 +0000
+++ b/databases/postgresql12-client/Makefile Fri Feb 19 13:47:03 2021 +0000
@@ -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+= --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 -r f4844659e20a -r baf3f2cf8aa8 databases/postgresql96-client/Makefile
--- a/databases/postgresql96-client/Makefile Fri Feb 19 13:25:39 2021 +0000
+++ b/databases/postgresql96-client/Makefile Fri Feb 19 13:47:03 2021 +0000
@@ -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+= --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
Home |
Main Index |
Thread Index |
Old Index