Bug 261008 - graphics/librasterlite2 update to 1.1.0-beta1
Summary: graphics/librasterlite2 update to 1.1.0-beta1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks: 260840
  Show dependency treegraph
 
Reported: 2022-01-07 17:49 UTC by Darcy Buskermolen
Modified: 2022-01-11 06:13 UTC (History)
1 user (show)

See Also:
lbartoletti: maintainer-feedback+


Attachments
librasterlite2 1.1.0 (3.40 KB, patch)
2022-01-10 21:12 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darcy Buskermolen 2022-01-07 17:49:15 UTC
Modern versions of gdal will not build with the version of librasterlite2 found in ports as it lacks the rl2_load_raw_tiles_into_dbms function. 

see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260840 for that description. 

1.1.0 has the required functions for gdal to build with LIBRASTER support.
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2022-01-10 21:12:46 UTC
Created attachment 230889 [details]
librasterlite2 1.1.0

Can you try this patch for librasterlite2?

Poudriere 13amd64 ok for me (graphics/librasterlite2 and graphics/gdal with RASTERLITE option)
Comment 2 Darcy Buskermolen 2022-01-10 21:19:33 UTC
(In reply to Loïc Bartoletti from comment #1)
This patch looks to work for me
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-11 06:12:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca935938eaf5745da6590a378ab1d46fe3b267b5

commit ca935938eaf5745da6590a378ab1d46fe3b267b5
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2022-01-10 19:42:46 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-01-11 05:11:01 +0000

    databases/librasterlite2: Update to 1.1.0-beta1

    Enable to build graphics/gdal 3.3.3

    PR:             261008, 260840
    Reported by:    jau@iki.fi,  darcy@dbitech.ca

 graphics/librasterlite2/Makefile                    | 21 +++++++++------------
 graphics/librasterlite2/distinfo                    |  5 +++--
 .../patch-headers_rasterlite2__private.h (new)      | 11 +++++++++++
 graphics/librasterlite2/pkg-plist                   |  2 ++
 4 files changed, 25 insertions(+), 14 deletions(-)
Comment 4 Loïc Bartoletti freebsd_committer freebsd_triage 2022-01-11 06:13:03 UTC
Committed, thanks!