Created attachment 197022 [details] gpx2map convert patch Following error appears if GNUPLOT is enabled: # gpx2map --notempe --osm track.gpx gpx2map revision 0.2 from 2016-05-08 Generating output for Open Street Maps (OSM) Reading file track.gpx Operation mode: Write each route into a separate file Total distance is 20.89km Writing Height Profile chart to ./track-gpx2map-height.png ... sh: convert: not found After adding convert:graphics/ImageMagick to GNUPLOT_RUN_DEPENDS it works as expected. # gpx2map --notempe --osm track.gpx gpx2map revision 0.2 from 2016-05-08 Generating output for Open Street Maps (OSM) Reading file track.gpx Operation mode: Write each route into a separate file Total distance is 20.89km Writing Height Profile chart to ./track-gpx2map-height.png ... Writing Walking Daytime Profile chart to ./track-gpx2map-time.png ... Writing Speed Profile chart to ./track-speed.png ... Writing OpenStreetMaps file ./track-gpx2map.html ... No need of poudriere tests, there is no change in port files.
A commit references this bug: Author: swills Date: Tue Sep 18 18:40:38 UTC 2018 New revision: 480063 URL: https://svnweb.freebsd.org/changeset/ports/480063 Log: www/gpx2map: fix GNUPLOT_RUN_DEPENDS PR: 231298 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Changes: head/www/gpx2map/Makefile
Committed, thanks!