Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 10:03:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231298] www/gpx2map: fix GNUPLOT_RUN_DEPENDS
Message-ID:  <bug-231298-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231298

            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@FreeBSD.org
          Reporter: koue@chaosophia.net

Created attachment 197022
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197022&action=
=3Dedit
gpx2map convert patch

Following error appears if GNUPLOT is enabled:

# gpx2map --notempe --osm track.gpx=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20
gpx2map revision 0.2 from 2016-05-08=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
Generating output for Open Street Maps (OSM)=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20
Reading file track.gpx=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Operation mode: Write each route into a separate file=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Total distance is 20.89km=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20
Writing Height Profile chart to ./track-gpx2map-height.png ...=20=20=20
sh: convert: not found

After adding convert:graphics/ImageMagick to GNUPLOT_RUN_DEPENDS it works as
expected.

# gpx2map --notempe --osm track.gpx=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20
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 ...=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Writing Walking Daytime Profile chart to ./track-gpx2map-time.png ...=20=20=
=20=20=20=20=20=20=20=20=20
Writing Speed Profile chart to ./track-speed.png ...=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Writing OpenStreetMaps file ./track-gpx2map.html ...

No need of poudriere tests, there is no change in port files.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231298-7788>