All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/postgis: new package
Date: Mon, 8 Feb 2021 18:43:25 +0100	[thread overview]
Message-ID: <20210208184325.6267e7c9@gmx.net> (raw)
In-Reply-To: <958ce0a5-1f35-a958-7b27-3c7a5ad4635c@inbox.ru>

Hello Maxim,

On Mon, 8 Feb 2021 07:30:01 +0300, Maxim Kochetkov <fido_max@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@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@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@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'
> >   

  reply	other threads:[~2021-02-08 17:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26 13:39 [Buildroot] [PATCH 1/1] package/postgis: new package Maxim Kochetkov
2021-02-07 10:57 ` Peter Seiderer
2021-02-08  4:30   ` Maxim Kochetkov
2021-02-08 17:43     ` Peter Seiderer [this message]
2021-02-09 20:04   ` Peter Seiderer
2021-02-09 22:33     ` Peter Seiderer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210208184325.6267e7c9@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.