[Buildroot] [PATCH 1/1] package/postgis: new package

Peter Seiderer ps.report at gmx.net
Mon Feb 8 17:43:25 UTC 2021


Hello Maxim,

On Mon, 8 Feb 2021 07:30:01 +0300, Maxim Kochetkov <fido_max at inbox.ru> wrote:

> Should I resend it?

I am no maintainer, but I think it is enough stuff to justify a v2 (and feel
free to squash with my follow-up patch)...

Regards,
Peter

> 
> 07.02.2021 13:57, Peter Seiderer пишет:
> > And some minor check-package warnings to improve, see below...
> > 
> > On Tue, 26 Jan 2021 16:39:08 +0300, Maxim Kochetkov via buildroot<buildroot at busybox.net>  wrote:
> >   
> >> PostGIS is a spatial database extender for PostgreSQL object-relational database.
> >> It adds support for geographic objects allowing location queries to be run in SQL.
> >>
> >> https://postgis.net/
> >>
> >> Signed-off-by: Maxim Kochetkov<fido_max at inbox.ru>
> >> ---
> >>   package/Config.in                             |  1 +
> >>   ...VE_VASPRINTF-HAVE_ASPRINTF-templates.patch | 32 +++++++++++++++++
> >>   ...fig-to-get-PROJ-version-if-available.patch | 36 +++++++++++++++++++
> >>   ...S_DEBUG_LEVEL-define-to-configure.ac.patch | 29 +++++++++++++++
> >>   ...e-forced-static-linking-of-liblwgeom.patch | 31 ++++++++++++++++
> >>   package/postgis/Config.in                     | 12 +++++++
> >>   package/postgis/postgis.hash                  |  3 ++
> >>   package/postgis/postgis.mk                    | 31 ++++++++++++++++
> >>   8 files changed, 175 insertions(+)
> >>   create mode 100644 package/postgis/0001-Add-HAVE_VASPRINTF-HAVE_ASPRINTF-templates.patch
> >>   create mode 100644 package/postgis/0002-Use-pkg-config-to-get-PROJ-version-if-available.patch
> >>   create mode 100644 package/postgis/0003-Add-POSTGIS_DEBUG_LEVEL-define-to-configure.ac.patch
> >>   create mode 100644 package/postgis/0004-Disable-forced-static-linking-of-liblwgeom.patch
> >>   create mode 100644 package/postgis/Config.in
> >>   create mode 100644 package/postgis/postgis.hash
> >>   create mode 100644 package/postgis/postgis.mk
> >>
> >> diff --git a/package/Config.in b/package/Config.in
> >> index 06dfc32cc6..5ed3f5df8f 100644
> >> --- a/package/Config.in
> >> +++ b/package/Config.in
> >> @@ -1401,6 +1401,7 @@ menu "Database"
> >>   	source "package/mongodb/Config.in"
> >>   	source "package/mysql/Config.in"
> >>   	source "package/postgresql/Config.in"
> >> +	source "package/postgis/Config.in"
> >>   	source "package/redis/Config.in"
> >>   	source "package/rocksdb/Config.in"
> >>   	source "package/sqlcipher/Config.in"
> >> diff --git a/package/postgis/0001-Add-HAVE_VASPRINTF-HAVE_ASPRINTF-templates.patch b/package/postgis/0001-Add-HAVE_VASPRINTF-HAVE_ASPRINTF-templates.patch
> >> new file mode 100644
> >> index 0000000000..7c9e46b7af
> >> --- /dev/null
> >> +++ b/package/postgis/0001-Add-HAVE_VASPRINTF-HAVE_ASPRINTF-templates.patch
> >> @@ -0,0 +1,32 @@
> >> +From 1bbc5b921d6b444cbeb505e67e4a4edcc696f592 Mon Sep 17 00:00:00 2001
> >> +From: fidomax<adobegitler at gmail.com>
> >> +Date: Tue, 26 Jan 2021 07:33:17 +0300
> >> +Subject: [PATCH 1/4] Add HAVE_VASPRINTF HAVE_ASPRINTF templates  
> > package/postgis/0001-Add-HAVE_VASPRINTF-HAVE_ASPRINTF-templates.patch:4: generate your patches with 'git format-patch -N'
> >   




More information about the buildroot mailing list