[Bug 248718] graphics/qgis gpkg is not a valid or recognized data source
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 18 12:28:16 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248718
--- Comment #8 from Rainer Hurling <rhurlin at gwdg.de> ---
(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], 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' only for graphics/gdal, only a few steps are
needed:
cd /usr/ports/graphics/gdal
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.
More information about the freebsd-ports-bugs
mailing list