svn commit: r421601 - head/graphics/jpgraph2

Kurt Jaeger pi at FreeBSD.org
Fri Sep 9 08:56:58 UTC 2016


Author: pi
Date: Fri Sep  9 08:56:57 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 at netfence.it>

Modified:
  head/graphics/jpgraph2/Makefile

Modified: head/graphics/jpgraph2/Makefile
==============================================================================
--- head/graphics/jpgraph2/Makefile	Fri Sep  9 07:47:01 2016	(r421600)
+++ head/graphics/jpgraph2/Makefile	Fri Sep  9 08:56:57 2016	(r421601)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jpgraph
 PORTVERSION=	4.0.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://fossies.org/linux/www/
 
@@ -38,7 +39,7 @@ post-patch:
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
-	(cd ${WRKSRC}/src && ${COPYTREE_SHARE} "*.php *.dat lang themes" \
+	(cd ${WRKSRC}/src && ${COPYTREE_SHARE} "*.php *.dat fonts lang themes" \
 		${STAGEDIR}${DATADIR})
 
 do-install-DOCS-on:


More information about the svn-ports-head mailing list