summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-03 03:04:04 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-03 03:04:04 +0000
commit212000bb5eabdfeb9a6e7a9b8f28e2740cae555a (patch)
treedbbe26e892147b95a24336cc44d791dbe0c0ce5f /dev-db
parent37a097af13d675b83911ac006ee9ee22d2163f9a (diff)
gentoo auto-resync : 03:11:2024 - 03:04:03
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/Manifest.gzbin16746 -> 16745 bytes
-rw-r--r--dev-db/postgis/Manifest3
-rw-r--r--dev-db/postgis/files/postgis-2.2.0-arflags.patch18
-rw-r--r--dev-db/postgis/files/postgis-3.0.3-avoid-calling-ar-directly.patch85
-rw-r--r--dev-db/postgis/files/postgis-3.0.3-detect-only-stdc.patch17
5 files changed, 0 insertions, 123 deletions
diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz
index e5f35d186c5a..783a29779614 100644
--- a/dev-db/Manifest.gz
+++ b/dev-db/Manifest.gz
Binary files differ
diff --git a/dev-db/postgis/Manifest b/dev-db/postgis/Manifest
index 017f16f84c24..6897c95894de 100644
--- a/dev-db/postgis/Manifest
+++ b/dev-db/postgis/Manifest
@@ -1,6 +1,3 @@
-AUX postgis-2.2.0-arflags.patch 535 BLAKE2B 6420573e9623d4e2115ed3616bc3b8648ae7782bf4624ee60d3827a4d61cbdac1dc62b4937f36113ed6d0856af4728f5cc1b544d502512e88dd87a7b590135ab SHA512 7f8b92a582dd11b3040832278b75e65036315ca0e438cb9b19cc5b63a7b5c5bcae8ec274a487a29abadfbbc31cdfacf6c668e46f249d4bf88c09607501cacf66
-AUX postgis-3.0.3-avoid-calling-ar-directly.patch 2302 BLAKE2B b45f5c1e3bfd694acc2ee9a07ba5e47eb02fae1cb53786ebc9a25e00c06510d411437cec1dd12984bcc9ebbddba3fe43e8b3cf6f5d63b25a5e0b6a33680e6074 SHA512 856b06dd9cbaf3ad7d8e62d749ef703bfd98402a904a70bacca22c86c857634d70912882c487a06c1ddaa34e299419564d73e62fe2c2a64a066b3895a88dab3e
-AUX postgis-3.0.3-detect-only-stdc.patch 813 BLAKE2B 837b1bcd9dc2084d452dc3403293c159fac081f9564783a787bfe4a22af4486207f84d9f426926acd106d50d83ffaf239abb671eeba75d12677db00a9aab27b2 SHA512 cf950a100dda547caf7f1da3f92cd4f070d4f6e0e864be5cf049c1904ee2ad7e4cdf3f19468a591bdab1e921728d62ba143a4be54f22502d1fd47ee6a0839225
AUX postgis-3.0.3-try-other-cpp-names.patch 459 BLAKE2B ff9b529a733861956062303e7e3e95979411e33de2c82b8849ba30fa4fc1fad4f030acac667eb33c5a3ce6801025a41a62a0b27b2fc3f198fa98417038bb1e3f SHA512 f7da42b7ecf9efa1a203c0096d8d4d292ff2d5a2d61cdb816a53a37fbef6956a8a6f309c45c9c7132fb7d5cf7c27ee4ebf10cbfd9185d8de66c777cc7fa049f9
AUX postgis-3.3.2-flatbuffers-abseil-2023.patch 1640 BLAKE2B 7d9efcaca113e52829282b6aeaaa6459321954fa0fa061766a76ea3b1f7b6bba6167b52293000082f3a9c6cb9ca77429604d6e7cc391e039b57aaa096ea62eb0 SHA512 46f5823624e623edd1e4b03c6d436569acfe0e7444dbf06fe907aad666ba0281dc080370bad234bc5ed84b070447b0518edab06ac843a67507ba178c64b777bf
AUX postgis-3.4.0-without-gui.patch 491 BLAKE2B 6c2ff929b453986045e6ecddc30345922229ea929ae43c1c2c7b61f87caf3f9169438fb38621ca3cfecd770084d8a796e18a10a96b981a09a799f346aa76468c SHA512 e80e55f05e06460a151303c80252c34d59dda8340950fd334808bb8c9f214404fd2580f14653b80b67bf126b172e6969df75ce1f1ab22d54d2d6f775ce56d095
diff --git a/dev-db/postgis/files/postgis-2.2.0-arflags.patch b/dev-db/postgis/files/postgis-2.2.0-arflags.patch
deleted file mode 100644
index 97770042d8f6..000000000000
--- a/dev-db/postgis/files/postgis-2.2.0-arflags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naruw a/raster/rt_core/Makefile.in b/raster/rt_core/Makefile.in
---- a/raster/rt_core/Makefile.in 2015-05-13 14:13:18.000000000 -0400
-+++ b/raster/rt_core/Makefile.in 2015-12-14 16:49:49.166156232 -0500
-@@ -18,7 +18,7 @@
- #
- #############################################################################
-
--AR = ar rs
-+ARFLAGS = rs
-
- CC = @CC@
- LIBLWGEOM_LDFLAGS = ../../liblwgeom/.libs/liblwgeom.a
-@@ -64,4 +64,4 @@
- rm -f Makefile
-
- librtcore.a: $(RT_OBJS)
-- $(AR) $(RT_LIB) $(RT_OBJS)
-+ $(AR) $(ARFLAGS) $(RT_LIB) $(RT_OBJS)
diff --git a/dev-db/postgis/files/postgis-3.0.3-avoid-calling-ar-directly.patch b/dev-db/postgis/files/postgis-3.0.3-avoid-calling-ar-directly.patch
deleted file mode 100644
index 66a82e1e7261..000000000000
--- a/dev-db/postgis/files/postgis-3.0.3-avoid-calling-ar-directly.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-From 7c5acb8ab83ee278f6a16c7279c3a12ca93499e9 Mon Sep 17 00:00:00 2001
-From: Bernd Waibel <waebbl@gmail.com>
-Date: Sat, 5 Dec 2020 13:38:03 +0100
-Subject: [PATCH] avoid calling ar directly
-
-Signed-off-by: Bernd Waibel <waebbl@gmail.com>
----
- configure.ac | 2 +-
- deps/wagyu/Makefile.in | 4 +++-
- libpgcommon/Makefile.in | 4 +++-
- raster/rt_core/Makefile.in | 1 +
- 4 files changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 4f26390..362d3e6 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([postgis_config.h])
- AC_CONFIG_MACRO_DIR([macros])
- AC_CONFIG_AUX_DIR([build-aux])
- AC_PROG_INSTALL
--
-+AM_PROG_AR
-
- dnl Invoke libtool: we do this as it is the easiest way to find the PIC
- dnl flags required to build liblwgeom
-diff --git a/deps/wagyu/Makefile.in b/deps/wagyu/Makefile.in
-index 03d2279..05d6629 100644
---- a/deps/wagyu/Makefile.in
-+++ b/deps/wagyu/Makefile.in
-@@ -28,6 +28,8 @@ LDFLAGS = @LDFLAGS@
- top_builddir = @top_builddir@
- libdir = @libdir@
- LIBTOOL = @LIBTOOL@
-+AR = @AR@
-+ARFLAGS = rs
-
- WAGYU_OBJS = \
- lwgeom_wagyu.o
-@@ -78,7 +80,7 @@ WAGYU_HEADERS = \
- all: @WAGYU_LIB@
-
- @WAGYU_LIB@: $(WAGYU_OBJS)
-- ar rs @WAGYU_LIB@ $(WAGYU_OBJS)
-+ $(AR) $(ARFLAGS) @WAGYU_LIB@ $(WAGYU_OBJS)
-
- $(WAGYU_OBJS): %.o: %.cpp ../../liblwgeom/liblwgeom.h $(WAGYU_HEADERS)
- $(CXX) $(CXXFLAGS) -c -o $@ $<
-diff --git a/libpgcommon/Makefile.in b/libpgcommon/Makefile.in
-index c44cf5b..78eb282 100644
---- a/libpgcommon/Makefile.in
-+++ b/libpgcommon/Makefile.in
-@@ -12,6 +12,8 @@
- CC=@CC@
- CFLAGS=-I../liblwgeom @WARNFLAGS@ @CFLAGS@ @PGSQL_BE_CPPFLAGS@ @PROJ_CPPFLAGS@ @PICFLAGS@ @GETTEXT_CFLAGS@
- LDFLAGS=@GETTEXT_LDFLAGS@ @LIBINTL@
-+AR = @AR@
-+ARFLAGS = rs
-
- NUMERICFLAGS=@NUMERICFLAGS@
-
-@@ -39,7 +41,7 @@ all: libpgcommon.a
- install uninstall:
-
- libpgcommon.a: $(SA_OBJS) $(SA_HEADERS)
-- ar rs libpgcommon.a $(SA_OBJS)
-+ $(AR) $(ARFLAGS) libpgcommon.a $(SA_OBJS)
-
- maintainer-clean: clean
-
-diff --git a/raster/rt_core/Makefile.in b/raster/rt_core/Makefile.in
-index 380a3e7..b399661 100644
---- a/raster/rt_core/Makefile.in
-+++ b/raster/rt_core/Makefile.in
-@@ -18,6 +18,7 @@
- #
- #############################################################################
-
-+AR = @AR@
- ARFLAGS = rs
-
- CC = @CC@
---
-2.29.2
-
diff --git a/dev-db/postgis/files/postgis-3.0.3-detect-only-stdc.patch b/dev-db/postgis/files/postgis-3.0.3-detect-only-stdc.patch
deleted file mode 100644
index 5b97102bb236..000000000000
--- a/dev-db/postgis/files/postgis-3.0.3-detect-only-stdc.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naruw postgis-3.1.0.orig/configure.ac postgis-3.1.0/configure.ac
---- postgis-3.1.0.orig/configure.ac 2020-12-18 14:39:26.000000000 -0500
-+++ postgis-3.1.0/configure.ac 2020-12-19 07:35:13.232167083 -0500
-@@ -1501,12 +1501,9 @@
- dnl ============================================================
- CC="$WAGYU_CXX"
-
-- AC_CHECK_LIB(c++, main, [HAVE_CPP=yes], [HAVE_CPP=no])
- AC_CHECK_LIB(stdc++, main, [HAVE_STDCPP=yes], [HAVE_STDCPP=no])
-
-- if test "x$HAVE_CPP" = "xyes"; then
-- WAGYU_LDFLAGS="-lc++"
-- elif test "x$HAVE_STDCPP" = "xyes"; then
-+ if test "x$HAVE_STDCPP" = "xyes"; then
- WAGYU_LDFLAGS="-lstdc++"
- else
- AC_MSG_WARN("Could not find a C++ standard library")