Summary: | [patch] graphics/jpgraph2 missing fonts | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | ml | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
testbuilds@work Committed, thanks! A commit references this bug: Author: pi Date: Fri Sep 9 08:56:57 UTC 2016 New revision: 421601 URL: https://svnweb.freebsd.org/changeset/ports/421601 Log: graphics/jpgraph2: install missing fonts - this fixes errors like PHP Warning: imageloadfont(/usr/local/share/jpgraph/fonts/FF_FONT1-Bold.gdf): failed to open stream: No such file or directory in /usr/local/share/jpgraph/gd_image.inc.php on line 94, referer: ... PR: 212516 Submitted by: Andrea Venturoli <ml@netfence.it> Changes: head/graphics/jpgraph2/Makefile |
Created attachment 174572 [details] Subversion patch which adds fonts to the stage dir As per subject, fonts are not installed. This will lead to images not being displayed and replaced with "The image http://... cannot be displayed because it contains errors". Typically the following will be recorded in httpd-error.log: PHP Warning: imageloadfont(/usr/local/shar e/jpgraph/fonts/FF_FONT1-Bold.gdf): failed to open stream: No such file or directory in /usr/local/share/jpgraph/gd_image.inc.php on line 94, referer: ... Patch attached.