[Bug 231298] www/gpx2map: fix GNUPLOT_RUN_DEPENDS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 11 10:03:41 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231298

            Bug ID: 231298
           Summary: www/gpx2map: fix GNUPLOT_RUN_DEPENDS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: koue at chaosophia.net

Created attachment 197022
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197022&action=edit
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.

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


More information about the freebsd-ports-bugs mailing list