Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2016 08:56:57 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421601 - head/graphics/jpgraph2
Message-ID:  <201609090856.u898uvBV092309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



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