[Bug 248718] graphics/qgis gpkg is not a valid or recognized data source

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 May 2024 15:05:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248718

Robert Junior <junior@tyincoming.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |junior@tyincoming.com

--- Comment #11 from Robert Junior <junior@tyincoming.com> ---
(In reply to Nezos from comment #6 and comment #7)

Nice to hear, that we could isolate the problem. It is a long outstanding
problem with the options of graphics/gdal and the needs of other ports, which
depend on them.

Loïc Bartoletti already investigated much in getting it smoother. The GDAL port
is maintained by sunpoet and he also is aware of the problem. Changing default
settings of ports, on which many other ports depend, could have side effects
and can cause heavy regressions. So this needs some more time to change the
default setting here, I think.

If you want to give it a try by your own. It is not to heavy to build and
install a port after setting the wanted options. You can find more info in the
FreeBSD Handbook[1] https://y2mate.diy/, especially from chapter 4.6 on. In
general, there are several different possibilities to get your on set of
configuration for ports. If you decide to do it 'manually' https://tubidy.diy/
only for graphics/gdal, only a few steps are needed:

  cd /usr/ports/graphics/gdal https://emp3juice.blog/
  make clean
  make config  [set your wanted options]
  make build
  make deinstall  [get rid of the installation by 'pkg']
  make install

But please, take a deeper look in the mentioned section of the handbook before
start this, thanks.

HTH and good luck.

[1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

-- 
You are receiving this mail because:
You are the assignee for the bug.