View | Details | Raw Unified | Return to bug 258872 | Differences between
and this patch

Collapse All | Expand All

(-)b/databases/postgresql11-client/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	postgresql
1
PORTNAME=	postgresql
2
PORTREVISION=	0
2
PORTREVISION=	1
3
3
4
COMMENT=	PostgreSQL database (client)
4
COMMENT=	PostgreSQL database (client)
5
5
(-)b/databases/postgresql11-server/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
DISTVERSION?=	11.19
1
DISTVERSION?=	11.19
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
4
PORTREVISION?=	2
4
PORTREVISION?=	3
5
5
6
MAINTAINER?=	pgsql@FreeBSD.org
6
MAINTAINER?=	pgsql@FreeBSD.org
7
7
(-)b/databases/postgresql11-server/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2023-04-15 12:37:05.793975000 +0000
2
+++ configure	2023-04-15 12:37:21.122606000 +0000
3
@@ -9201,7 +9201,7 @@
4
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5
5
 $as_echo_n "checking whether it is possible to strip libraries... " >&6; }
6
   if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then
7
-    STRIP_STATIC_LIB="$STRIP -x"
8
+    STRIP_STATIC_LIB="$STRIP --strip-unneeded"
9
     STRIP_SHARED_LIB="$STRIP --strip-unneeded"
10
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11
 $as_echo "yes" >&6; }
(-)b/databases/postgresql12-client/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	postgresql
1
PORTNAME=	postgresql
2
PORTREVISION=	0
2
PORTREVISION=	1
3
3
4
COMMENT=	PostgreSQL database (client)
4
COMMENT=	PostgreSQL database (client)
5
5
(-)b/databases/postgresql12-server/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
DISTVERSION?=	12.14
1
DISTVERSION?=	12.14
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
4
PORTREVISION?=	1
4
PORTREVISION?=	2
5
5
6
MAINTAINER?=	pgsql@FreeBSD.org
6
MAINTAINER?=	pgsql@FreeBSD.org
7
7
(-)b/databases/postgresql12-server/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2023-04-15 12:37:05.793975000 +0000
2
+++ configure	2023-04-15 12:37:21.122606000 +0000
3
@@ -9201,7 +9201,7 @@
4
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5
5
 $as_echo_n "checking whether it is possible to strip libraries... " >&6; }
6
   if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then
7
-    STRIP_STATIC_LIB="$STRIP -x"
8
+    STRIP_STATIC_LIB="$STRIP --strip-unneeded"
9
     STRIP_SHARED_LIB="$STRIP --strip-unneeded"
10
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11
 $as_echo "yes" >&6; }
(-)b/databases/postgresql13-client/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	postgresql
1
PORTNAME=	postgresql
2
PORTREVISION=	0
2
PORTREVISION=	1
3
3
4
COMMENT=	PostgreSQL database (client)
4
COMMENT=	PostgreSQL database (client)
5
5
(-)b/databases/postgresql13-server/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
DISTVERSION?=	13.10
1
DISTVERSION?=	13.10
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
4
PORTREVISION?=	1
4
PORTREVISION?=	2
5
5
6
MAINTAINER?=	pgsql@FreeBSD.org
6
MAINTAINER?=	pgsql@FreeBSD.org
7
7
(-)b/databases/postgresql13-server/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2023-04-15 12:37:05.793975000 +0000
2
+++ configure	2023-04-15 12:37:21.122606000 +0000
3
@@ -9201,7 +9201,7 @@
4
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5
5
 $as_echo_n "checking whether it is possible to strip libraries... " >&6; }
6
   if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then
7
-    STRIP_STATIC_LIB="$STRIP -x"
8
+    STRIP_STATIC_LIB="$STRIP --strip-unneeded"
9
     STRIP_SHARED_LIB="$STRIP --strip-unneeded"
10
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11
 $as_echo "yes" >&6; }
(-)b/databases/postgresql14-client/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	postgresql
1
PORTNAME=	postgresql
2
PORTREVISION=	0
2
PORTREVISION=	1
3
3
4
COMMENT=	PostgreSQL database (client)
4
COMMENT=	PostgreSQL database (client)
5
5
(-)b/databases/postgresql14-server/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
DISTVERSION?=	14.7
1
DISTVERSION?=	14.7
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
3
# not their own.  Probably best to keep it at ?=0 when reset here too.
4
PORTREVISION?=	1
4
PORTREVISION?=	2
5
5
6
MAINTAINER?=	pgsql@FreeBSD.org
6
MAINTAINER?=	pgsql@FreeBSD.org
7
7
(-)b/databases/postgresql14-server/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2023-04-15 12:37:05.793975000 +0000
2
+++ configure	2023-04-15 12:37:21.122606000 +0000
3
@@ -9201,7 +9201,7 @@
4
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5
5
 $as_echo_n "checking whether it is possible to strip libraries... " >&6; }
6
   if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then
7
-    STRIP_STATIC_LIB="$STRIP -x"
8
+    STRIP_STATIC_LIB="$STRIP --strip-unneeded"
9
     STRIP_SHARED_LIB="$STRIP --strip-unneeded"
10
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11
 $as_echo "yes" >&6; }
(-)b/databases/postgresql15-client/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	postgresql
1
PORTNAME=	postgresql
2
PORTREVISION=	0
2
PORTREVISION=	1
3
3
4
COMMENT=	PostgreSQL database (client)
4
COMMENT=	PostgreSQL database (client)
5
5
(-)b/databases/postgresql15-server/Makefile (-1 / +1 lines)
Lines 2-8 PORTNAME?= postgresql Link Here
2
DISTVERSION?=	15.2
2
DISTVERSION?=	15.2
3
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
3
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
4
# not their own.  Probably best to keep it at ?=0 when reset here too.
4
# not their own.  Probably best to keep it at ?=0 when reset here too.
5
PORTREVISION?=	1
5
PORTREVISION?=	2
6
CATEGORIES?=	databases
6
CATEGORIES?=	databases
7
MASTER_SITES=	PGSQL/source/v${DISTVERSION}
7
MASTER_SITES=	PGSQL/source/v${DISTVERSION}
8
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
8
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
(-)b/databases/postgresql15-server/files/patch-config-programs.m4 (+11 lines)
Added Link Here
1
--- config/programs.m4.orig	2023-04-15 11:08:24.762548000 -0400
2
+++ config/programs.m4	2023-04-15 11:08:43.899166000 -0400
3
@@ -309,7 +309,7 @@
4
 
5
   AC_MSG_CHECKING([whether it is possible to strip libraries])
6
   if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then
7
-    STRIP_STATIC_LIB="$STRIP -x"
8
+    STRIP_STATIC_LIB="$STRIP --strip-unneeded"
9
     STRIP_SHARED_LIB="$STRIP --strip-unneeded"
10
     AC_MSG_RESULT(yes)
11
   else
(-)b/databases/postgresql15-server/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2023-04-15 12:37:05.793975000 +0000
2
+++ configure	2023-04-15 12:37:21.122606000 +0000
3
@@ -9201,7 +9201,7 @@
4
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is possible to strip libraries" >&5
5
 $as_echo_n "checking whether it is possible to strip libraries... " >&6; }
6
   if test x"$STRIP" != x"" && "$STRIP" -V 2>&1 | grep "GNU strip" >/dev/null; then
7
-    STRIP_STATIC_LIB="$STRIP -x"
8
+    STRIP_STATIC_LIB="$STRIP --strip-unneeded"
9
     STRIP_SHARED_LIB="$STRIP --strip-unneeded"
10
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11
 $as_echo "yes" >&6; }
(-)b/lang/tcl86/files/patch-unix-Makefile.in (-2 / +11 lines)
Lines 1-5 Link Here
1
--- unix/Makefile.in.orig	2022-10-28 18:34:26 UTC
1
--- unix/Makefile.in.orig	2022-10-28 11:19:48.000000000 -0400
2
+++ unix/Makefile.in
2
+++ unix/Makefile.in	2023-04-15 19:15:29.914670000 -0400
3
@@ -58,6 +58,8 @@ MODULE_INSTALL_DIR	= $(SCRIPT_INSTALL_DIR)/../tcl8
3
@@ -58,6 +58,8 @@ MODULE_INSTALL_DIR	= $(SCRIPT_INSTALL_DIR)/../tcl8
4
 
4
 
5
 # Directory in which to install the include file tcl.h:
5
 # Directory in which to install the include file tcl.h:
Lines 22-27 Link Here
22
 
22
 
23
 # Package search path.
23
 # Package search path.
24
 TCL_PACKAGE_PATH	= @TCL_PACKAGE_PATH@
24
 TCL_PACKAGE_PATH	= @TCL_PACKAGE_PATH@
25
@@ -151,7 +153,7 @@
26
 # distribution, which is slower but guaranteed to work.
27
 
28
 INSTALL_STRIP_PROGRAM	= -s
29
-INSTALL_STRIP_LIBRARY	= -S -x
30
+INSTALL_STRIP_LIBRARY	= -S --strip-unneeded
31
 
32
 INSTALL			= $(SHELL) $(UNIX_DIR)/install-sh -c
33
 INSTALL_PROGRAM		= ${INSTALL}
25
@@ -713,9 +715,9 @@ SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \
34
@@ -713,9 +715,9 @@ SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \
26
 # Start of rules
35
 # Start of rules
27
 #--------------------------------------------------------------------------
36
 #--------------------------------------------------------------------------

Return to bug 258872