Index: databases/postgresql11-client/Makefile =================================================================== --- databases/postgresql11-client/Makefile +++ databases/postgresql11-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PostgreSQL database (client) Index: databases/postgresql11-server/Makefile =================================================================== --- databases/postgresql11-server/Makefile +++ databases/postgresql11-server/Makefile @@ -1,7 +1,7 @@ DISTVERSION?= 11.19 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 2 +PORTREVISION?= 3 MAINTAINER?= pgsql@FreeBSD.org Index: databases/postgresql11-server/files/patch-configure =================================================================== --- /dev/null +++ databases/postgresql11-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2023-04-15 12:37:05.793975000 +0000 ++++ configure 2023-04-15 12:37:21.122606000 +0000 +@@ -9201,7 +9201,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5 + $as_echo_n "checking whether it is possible to strip libraries... " >&6; } + if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then +- STRIP_STATIC_LIB="$STRIP -x" ++ STRIP_STATIC_LIB="$STRIP --strip-unneeded" + STRIP_SHARED_LIB="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } Index: databases/postgresql12-client/Makefile =================================================================== --- databases/postgresql12-client/Makefile +++ databases/postgresql12-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PostgreSQL database (client) Index: databases/postgresql12-server/Makefile =================================================================== --- databases/postgresql12-server/Makefile +++ databases/postgresql12-server/Makefile @@ -1,7 +1,7 @@ DISTVERSION?= 12.14 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 2 MAINTAINER?= pgsql@FreeBSD.org Index: databases/postgresql12-server/files/patch-configure =================================================================== --- /dev/null +++ databases/postgresql12-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2023-04-15 12:37:05.793975000 +0000 ++++ configure 2023-04-15 12:37:21.122606000 +0000 +@@ -9201,7 +9201,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5 + $as_echo_n "checking whether it is possible to strip libraries... " >&6; } + if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then +- STRIP_STATIC_LIB="$STRIP -x" ++ STRIP_STATIC_LIB="$STRIP --strip-unneeded" + STRIP_SHARED_LIB="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } Index: databases/postgresql13-client/Makefile =================================================================== --- databases/postgresql13-client/Makefile +++ databases/postgresql13-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PostgreSQL database (client) Index: databases/postgresql13-server/Makefile =================================================================== --- databases/postgresql13-server/Makefile +++ databases/postgresql13-server/Makefile @@ -1,7 +1,7 @@ DISTVERSION?= 13.10 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 2 MAINTAINER?= pgsql@FreeBSD.org Index: databases/postgresql13-server/files/patch-configure =================================================================== --- /dev/null +++ databases/postgresql13-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2023-04-15 12:37:05.793975000 +0000 ++++ configure 2023-04-15 12:37:21.122606000 +0000 +@@ -9201,7 +9201,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5 + $as_echo_n "checking whether it is possible to strip libraries... " >&6; } + if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then +- STRIP_STATIC_LIB="$STRIP -x" ++ STRIP_STATIC_LIB="$STRIP --strip-unneeded" + STRIP_SHARED_LIB="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } Index: databases/postgresql14-client/Makefile =================================================================== --- databases/postgresql14-client/Makefile +++ databases/postgresql14-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PostgreSQL database (client) Index: databases/postgresql14-server/Makefile =================================================================== --- databases/postgresql14-server/Makefile +++ databases/postgresql14-server/Makefile @@ -1,7 +1,7 @@ DISTVERSION?= 14.7 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 2 MAINTAINER?= pgsql@FreeBSD.org Index: databases/postgresql14-server/files/patch-configure =================================================================== --- /dev/null +++ databases/postgresql14-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2023-04-15 12:37:05.793975000 +0000 ++++ configure 2023-04-15 12:37:21.122606000 +0000 +@@ -9201,7 +9201,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5 + $as_echo_n "checking whether it is possible to strip libraries... " >&6; } + if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then +- STRIP_STATIC_LIB="$STRIP -x" ++ STRIP_STATIC_LIB="$STRIP --strip-unneeded" + STRIP_SHARED_LIB="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } Index: databases/postgresql15-client/Makefile =================================================================== --- databases/postgresql15-client/Makefile +++ databases/postgresql15-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= postgresql -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PostgreSQL database (client) Index: databases/postgresql15-server/Makefile =================================================================== --- databases/postgresql15-server/Makefile +++ databases/postgresql15-server/Makefile @@ -2,7 +2,7 @@ DISTVERSION?= 15.2 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} Index: databases/postgresql15-server/files/patch-config-programs.m4 =================================================================== --- /dev/null +++ databases/postgresql15-server/files/patch-config-programs.m4 @@ -0,0 +1,11 @@ +--- config/programs.m4.orig 2023-04-15 11:08:24.762548000 -0400 ++++ config/programs.m4 2023-04-15 11:08:43.899166000 -0400 +@@ -309,7 +309,7 @@ + + AC_MSG_CHECKING([whether it is possible to strip libraries]) + if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then +- STRIP_STATIC_LIB="$STRIP -x" ++ STRIP_STATIC_LIB="$STRIP --strip-unneeded" + STRIP_SHARED_LIB="$STRIP --strip-unneeded" + AC_MSG_RESULT(yes) + else Index: databases/postgresql15-server/files/patch-configure =================================================================== --- /dev/null +++ databases/postgresql15-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2023-04-15 12:37:05.793975000 +0000 ++++ configure 2023-04-15 12:37:21.122606000 +0000 +@@ -9201,7 +9201,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5 + $as_echo_n "checking whether it is possible to strip libraries... " >&6; } + if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then +- STRIP_STATIC_LIB="$STRIP -x" ++ STRIP_STATIC_LIB="$STRIP --strip-unneeded" + STRIP_SHARED_LIB="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; }