FreeBSD Bugzilla – Attachment 235232 Details for
Bug 262768
databases/postgis31 does not work on i386: Undefined symbol "_ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEj"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix postgis 3.x i386
postgis_i386.diff (text/plain), 2.21 KB, created by
Loïc Bartoletti
on 2022-07-13 08:42:50 UTC
(
hide
)
Description:
Fix postgis 3.x i386
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2022-07-13 08:42:50 UTC
Size:
2.21 KB
patch
obsolete
>diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile >index d831c1984f39..ed1097b76f5b 100644 >--- a/databases/postgis30/Makefile >+++ b/databases/postgis30/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= postgis > PORTVERSION= 3.0.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases geography > MASTER_SITES= https://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 30 >@@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ > libjson-c.so:devel/json-c \ > libgdal.so:graphics/gdal > >-USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ >+USES= alias compiler:gcc-c++11-lib cpe gmake gnome iconv:wchar_t libtool:keepla \ > localbase perl5 pkgconfig pgsql:9.5+ shebangfix > USE_GNOME= libxml2 > USE_PERL5= build >diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile >index 3db30702d4f3..7ea9a642cf17 100644 >--- a/databases/postgis31/Makefile >+++ b/databases/postgis31/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= postgis > PORTVERSION= 3.1.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases geography > MASTER_SITES= https://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 31 >@@ -16,7 +16,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ > libjson-c.so:devel/json-c \ > libgdal.so:graphics/gdal > >-USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ >+USES= alias compiler:gcc-c++11-lib cpe gmake gnome iconv:wchar_t libtool:keepla \ > localbase perl5 pkgconfig pgsql:9.5+ shebangfix > USE_GNOME= libxml2 > USE_PERL5= build >diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile >index 5564587bbfc9..dbdd929a2d72 100644 >--- a/databases/postgis32/Makefile >+++ b/databases/postgis32/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= postgis > DISTVERSION= 3.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases geography > MASTER_SITES= https://download.osgeo.org/postgis/source/ > PKGNAMESUFFIX= 32 >@@ -16,7 +16,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ > libjson-c.so:devel/json-c \ > libgdal.so:graphics/gdal > >-USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ >+USES= alias compiler:gcc-c++11-lib cpe gmake gnome iconv:wchar_t libtool:keepla \ > localbase perl5 pkgconfig pgsql:9.5+ shebangfix > USE_GNOME= libxml2 > USE_PERL5= build
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 262768
: 235232 |
237128