pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases postgresql*: Mark unsafe for MAKE_JOBS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b6dd2ae1e2c
branches:  trunk
changeset: 379633:8b6dd2ae1e2c
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 21 07:25:34 2022 +0000

description:
postgresql*: Mark unsafe for MAKE_JOBS

diffstat:

 databases/postgresql10/Makefile.common |  5 ++++-
 databases/postgresql11/Makefile.common |  5 ++++-
 databases/postgresql12/Makefile.common |  5 ++++-
 databases/postgresql13/Makefile.common |  5 ++++-
 databases/postgresql14/Makefile.common |  5 ++++-
 5 files changed, 20 insertions(+), 5 deletions(-)

diffs (95 lines):

diff -r 0e2215ff3f54 -r 8b6dd2ae1e2c databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Sat May 21 00:44:58 2022 +0000
+++ b/databases/postgresql10/Makefile.common    Sat May 21 07:25:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2022/05/12 19:02:42 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2022/05/21 07:25:34 nia Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,9 @@
 # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
 BROKEN_ON_PLATFORM+=   *-*-alpha
 
+# "fatal error: catalog/pg_type_d.h: No such file or directory"
+MAKE_JOBS_SAFE=                no
+
 .if ${MACHINE_ARCH} == "sparc"
 CFLAGS.NetBSD+=                -D__sparc_v8__
 .endif
diff -r 0e2215ff3f54 -r 8b6dd2ae1e2c databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common    Sat May 21 00:44:58 2022 +0000
+++ b/databases/postgresql11/Makefile.common    Sat May 21 07:25:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2022/05/12 19:02:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.27 2022/05/21 07:25:34 nia Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,9 @@
 # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
 BROKEN_ON_PLATFORM+=   *-*-alpha
 
+# "fatal error: catalog/pg_type_d.h: No such file or directory"
+MAKE_JOBS_SAFE=                no
+
 .if ${MACHINE_ARCH} == "sparc"
 CFLAGS.NetBSD+=                -D__sparc_v8__
 .endif
diff -r 0e2215ff3f54 -r 8b6dd2ae1e2c databases/postgresql12/Makefile.common
--- a/databases/postgresql12/Makefile.common    Sat May 21 00:44:58 2022 +0000
+++ b/databases/postgresql12/Makefile.common    Sat May 21 07:25:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2022/05/12 19:02:44 adam Exp $
+# $NetBSD: Makefile.common,v 1.20 2022/05/21 07:25:35 nia Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,9 @@
 # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
 BROKEN_ON_PLATFORM+=   *-*-alpha
 
+# "fatal error: catalog/pg_type_d.h: No such file or directory"
+MAKE_JOBS_SAFE=                no
+
 .if ${MACHINE_ARCH} == "sparc"
 CFLAGS.NetBSD+=                -D__sparc_v8__
 .endif
diff -r 0e2215ff3f54 -r 8b6dd2ae1e2c databases/postgresql13/Makefile.common
--- a/databases/postgresql13/Makefile.common    Sat May 21 00:44:58 2022 +0000
+++ b/databases/postgresql13/Makefile.common    Sat May 21 07:25:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2022/05/12 19:02:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2022/05/21 07:25:35 nia Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,9 @@
 # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
 BROKEN_ON_PLATFORM+=   *-*-alpha
 
+# "fatal error: catalog/pg_type_d.h: No such file or directory"
+MAKE_JOBS_SAFE=                no
+
 .if ${MACHINE_ARCH} == "sparc"
 CFLAGS.NetBSD+=                -D__sparc_v8__
 .endif
diff -r 0e2215ff3f54 -r 8b6dd2ae1e2c databases/postgresql14/Makefile.common
--- a/databases/postgresql14/Makefile.common    Sat May 21 00:44:58 2022 +0000
+++ b/databases/postgresql14/Makefile.common    Sat May 21 07:25:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2022/05/12 19:02:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2022/05/21 07:25:35 nia Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,9 @@
 # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
 BROKEN_ON_PLATFORM+=   *-*-alpha
 
+# "fatal error: catalog/pg_type_d.h: No such file or directory"
+MAKE_JOBS_SAFE=                no
+
 .if ${MACHINE_ARCH} == "sparc"
 CFLAGS.NetBSD+=                -D__sparc_v8__
 .endif



Home | Main Index | Thread Index | Old Index