pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: rillig
Date: Thu Jan 1 12:22:37 UTC 2026
Modified Files:
pkgsrc/databases/postgresql13: Makefile.common
pkgsrc/databases/postgresql14: Makefile.common
pkgsrc/databases/postgresql15: Makefile.common
pkgsrc/databases/postgresql16: Makefile.common
pkgsrc/databases/postgresql17: Makefile.common
pkgsrc/databases/postgresql17-client: Makefile
pkgsrc/databases/postgresql18: Makefile.common
pkgsrc/databases/postgresql18-client: Makefile
Log Message:
databases/postgresql: remove unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/postgresql13/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql14/Makefile.common
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql15/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql16/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql17/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql17-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql18-client/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/postgresql13/Makefile.common
diff -u pkgsrc/databases/postgresql13/Makefile.common:1.33 pkgsrc/databases/postgresql13/Makefile.common:1.34
--- pkgsrc/databases/postgresql13/Makefile.common:1.33 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql13/Makefile.common Thu Jan 1 12:22:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2025/11/15 06:39:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2026/01/01 12:22:36 rillig Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -57,6 +57,7 @@ PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR
PG_ETC_DIR= ${PKG_SYSCONFDIR}
GNU_CONFIGURE= yes
+GNU_CONFIGURE_ICONV= no
CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR}
CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR}
Index: pkgsrc/databases/postgresql14/Makefile.common
diff -u pkgsrc/databases/postgresql14/Makefile.common:1.26 pkgsrc/databases/postgresql14/Makefile.common:1.27
--- pkgsrc/databases/postgresql14/Makefile.common:1.26 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql14/Makefile.common Thu Jan 1 12:22:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2025/11/15 06:39:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.27 2026/01/01 12:22:36 rillig Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -57,6 +57,7 @@ PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR
PG_ETC_DIR= ${PKG_SYSCONFDIR}
GNU_CONFIGURE= yes
+GNU_CONFIGURE_ICONV= no
CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR}
CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR}
Index: pkgsrc/databases/postgresql15/Makefile.common
diff -u pkgsrc/databases/postgresql15/Makefile.common:1.20 pkgsrc/databases/postgresql15/Makefile.common:1.21
--- pkgsrc/databases/postgresql15/Makefile.common:1.20 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql15/Makefile.common Thu Jan 1 12:22:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2025/11/15 06:39:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2026/01/01 12:22:36 rillig Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -57,6 +57,7 @@ PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR
PG_ETC_DIR= ${PKG_SYSCONFDIR}
GNU_CONFIGURE= yes
+GNU_CONFIGURE_ICONV= no
CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR}
CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR}
Index: pkgsrc/databases/postgresql16/Makefile.common
diff -u pkgsrc/databases/postgresql16/Makefile.common:1.18 pkgsrc/databases/postgresql16/Makefile.common:1.19
--- pkgsrc/databases/postgresql16/Makefile.common:1.18 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql16/Makefile.common Thu Jan 1 12:22:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2025/11/15 06:39:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2026/01/01 12:22:36 rillig Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -57,6 +57,7 @@ PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR
PG_ETC_DIR= ${PKG_SYSCONFDIR}
GNU_CONFIGURE= yes
+GNU_CONFIGURE_ICONV= no
CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR}
CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR}
Index: pkgsrc/databases/postgresql17/Makefile.common
diff -u pkgsrc/databases/postgresql17/Makefile.common:1.14 pkgsrc/databases/postgresql17/Makefile.common:1.15
--- pkgsrc/databases/postgresql17/Makefile.common:1.14 Sat Nov 15 06:39:26 2025
+++ pkgsrc/databases/postgresql17/Makefile.common Thu Jan 1 12:22:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2025/11/15 06:39:26 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2026/01/01 12:22:36 rillig Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -57,6 +57,7 @@ PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR
PG_ETC_DIR= ${PKG_SYSCONFDIR}
GNU_CONFIGURE= yes
+GNU_CONFIGURE_ICONV= no
CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR}
CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR}
Index: pkgsrc/databases/postgresql17-client/Makefile
diff -u pkgsrc/databases/postgresql17-client/Makefile:1.7 pkgsrc/databases/postgresql17-client/Makefile:1.8
--- pkgsrc/databases/postgresql17-client/Makefile:1.7 Fri May 9 13:46:34 2025
+++ pkgsrc/databases/postgresql17-client/Makefile Thu Jan 1 12:22:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/05/09 13:46:34 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/01/01 12:22:36 rillig Exp $
PKGNAME= ${DISTNAME:S/-/17-client-/}
COMMENT= PostgreSQL database client programs
@@ -19,9 +19,8 @@ CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -
INSTALLATION_DIRS+= bin
.endif
-# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
+# The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
# NetBSD earlier than 4.0 or DragonFly.
-# 2. configure with --enable-thread-safety fails on OpenBSD.
.if (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 040000) || \
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
PGSQL_THREAD_SAFETY?= no
@@ -31,11 +30,6 @@ BUILD_DEFS+= PGSQL_THREAD_SAFETY
.if ${PGSQL_THREAD_SAFETY:tl} == yes
. include "../../mk/pthread.buildlink3.mk"
-. if (${PTHREAD_TYPE} == "native")
-CONFIGURE_ARGS+= --enable-thread-safety
-. endif
-.else
-CONFIGURE_ARGS+= --disable-thread-safety
.endif
BUILD_DIRS+= src/include/catalog
Index: pkgsrc/databases/postgresql18/Makefile.common
diff -u pkgsrc/databases/postgresql18/Makefile.common:1.2 pkgsrc/databases/postgresql18/Makefile.common:1.3
--- pkgsrc/databases/postgresql18/Makefile.common:1.2 Sat Nov 15 06:39:26 2025
+++ pkgsrc/databases/postgresql18/Makefile.common Thu Jan 1 12:22:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2025/11/15 06:39:26 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2026/01/01 12:22:36 rillig Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -57,6 +57,7 @@ PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR
PG_ETC_DIR= ${PKG_SYSCONFDIR}
GNU_CONFIGURE= yes
+GNU_CONFIGURE_ICONV= no
CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR}
CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR}
Index: pkgsrc/databases/postgresql18-client/Makefile
diff -u pkgsrc/databases/postgresql18-client/Makefile:1.1 pkgsrc/databases/postgresql18-client/Makefile:1.2
--- pkgsrc/databases/postgresql18-client/Makefile:1.1 Mon Oct 6 13:30:22 2025
+++ pkgsrc/databases/postgresql18-client/Makefile Thu Jan 1 12:22:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/10/06 13:30:22 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/01 12:22:37 rillig Exp $
PKGNAME= ${DISTNAME:S/-/18-client-/}
COMMENT= PostgreSQL database client programs
@@ -19,9 +19,8 @@ CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -
INSTALLATION_DIRS+= bin
.endif
-# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
+# The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
# NetBSD earlier than 4.0 or DragonFly.
-# 2. configure with --enable-thread-safety fails on OpenBSD.
.if (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 040000) || \
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
PGSQL_THREAD_SAFETY?= no
@@ -31,11 +30,6 @@ BUILD_DEFS+= PGSQL_THREAD_SAFETY
.if ${PGSQL_THREAD_SAFETY:tl} == yes
. include "../../mk/pthread.buildlink3.mk"
-. if (${PTHREAD_TYPE} == "native")
-CONFIGURE_ARGS+= --enable-thread-safety
-. endif
-.else
-CONFIGURE_ARGS+= --disable-thread-safety
.endif
BUILD_DIRS+= src/include/catalog
Home |
Main Index |
Thread Index |
Old Index