pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases postgresql: ensure linux libuuid is buildlin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0677473b2289
branches: trunk
changeset: 450402:0677473b2289
user: nia <nia%pkgsrc.org@localhost>
date: Fri Apr 16 06:38:20 2021 +0000
description:
postgresql: ensure linux libuuid is buildlinked when needed
diffstat:
databases/postgresql10/Makefile.common | 3 ++-
databases/postgresql11/Makefile.common | 3 ++-
databases/postgresql12/Makefile.common | 3 ++-
databases/postgresql13/Makefile.common | 3 ++-
databases/postgresql95/Makefile.common | 3 ++-
databases/postgresql96/Makefile.common | 3 ++-
6 files changed, 12 insertions(+), 6 deletions(-)
diffs (102 lines):
diff -r 2372d966fbc4 -r 0677473b2289 databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common Fri Apr 16 06:06:06 2021 +0000
+++ b/databases/postgresql10/Makefile.common Fri Apr 16 06:38:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2021/03/18 15:04:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2021/04/16 06:38:20 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -102,6 +102,7 @@
CONFIGURE_ARGS+= --with-uuid=bsd
.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-uuid=e2fs
+.include "../../devel/libuuid/buildlink3.mk"
.elif ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-uuid=ossp
.include "../../devel/ossp-uuid/buildlink3.mk"
diff -r 2372d966fbc4 -r 0677473b2289 databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common Fri Apr 16 06:06:06 2021 +0000
+++ b/databases/postgresql11/Makefile.common Fri Apr 16 06:38:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2021/03/18 15:04:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2021/04/16 06:38:20 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -102,6 +102,7 @@
CONFIGURE_ARGS+= --with-uuid=bsd
.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-uuid=e2fs
+.include "../../devel/libuuid/buildlink3.mk"
.elif ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-uuid=ossp
.include "../../devel/ossp-uuid/buildlink3.mk"
diff -r 2372d966fbc4 -r 0677473b2289 databases/postgresql12/Makefile.common
--- a/databases/postgresql12/Makefile.common Fri Apr 16 06:06:06 2021 +0000
+++ b/databases/postgresql12/Makefile.common Fri Apr 16 06:38:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2021/03/18 15:04:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2021/04/16 06:38:20 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -102,6 +102,7 @@
CONFIGURE_ARGS+= --with-uuid=bsd
.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-uuid=e2fs
+.include "../../devel/libuuid/buildlink3.mk"
.elif ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-uuid=ossp
.include "../../devel/ossp-uuid/buildlink3.mk"
diff -r 2372d966fbc4 -r 0677473b2289 databases/postgresql13/Makefile.common
--- a/databases/postgresql13/Makefile.common Fri Apr 16 06:06:06 2021 +0000
+++ b/databases/postgresql13/Makefile.common Fri Apr 16 06:38:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2021/03/18 15:04:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2021/04/16 06:38:20 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -102,6 +102,7 @@
CONFIGURE_ARGS+= --with-uuid=bsd
.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-uuid=e2fs
+.include "../../devel/libuuid/buildlink3.mk"
.elif ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-uuid=ossp
.include "../../devel/ossp-uuid/buildlink3.mk"
diff -r 2372d966fbc4 -r 0677473b2289 databases/postgresql95/Makefile.common
--- a/databases/postgresql95/Makefile.common Fri Apr 16 06:06:06 2021 +0000
+++ b/databases/postgresql95/Makefile.common Fri Apr 16 06:38:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2021/03/18 15:04:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.37 2021/04/16 06:38:20 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -103,6 +103,7 @@
CONFIGURE_ARGS+= --with-uuid=bsd
.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-uuid=e2fs
+.include "../../devel/libuuid/buildlink3.mk"
.elif ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-uuid=ossp
.include "../../devel/ossp-uuid/buildlink3.mk"
diff -r 2372d966fbc4 -r 0677473b2289 databases/postgresql96/Makefile.common
--- a/databases/postgresql96/Makefile.common Fri Apr 16 06:06:06 2021 +0000
+++ b/databases/postgresql96/Makefile.common Fri Apr 16 06:38:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2021/03/18 15:04:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2021/04/16 06:38:21 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -103,6 +103,7 @@
CONFIGURE_ARGS+= --with-uuid=bsd
.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-uuid=e2fs
+.include "../../devel/libuuid/buildlink3.mk"
.elif ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-uuid=ossp
.include "../../devel/ossp-uuid/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index