Kudos to Greg T for fixing whatever was not working with gdal on #NetBSD, so now I can generate geo-referenced (or GeoSpatial) PDFs from #QGIS
The pkgsrc 2026 Q2 has the code; waiting for packages to be built but meanwhile I compiled QGIS locally.
The wrong answer (old issue):
$ gdalinfo --formats | grep -i PDF
PDF -raster,vector- (w+): Geospatial PDF (*.pdf)
The correct answer:
$ gdalinfo --formats | grep -i PDF
PDF -raster,vector- (rw+uvs): Geospatial PDF (*.pdf)
Pics!


