From owner-svn-ports-head@freebsd.org Fri Sep 9 08:56:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4363BD2B0C; Fri, 9 Sep 2016 08:56:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75957CF9; Fri, 9 Sep 2016 08:56:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u898uv8J092310; Fri, 9 Sep 2016 08:56:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u898uvBV092309; Fri, 9 Sep 2016 08:56:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609090856.u898uvBV092309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 9 Sep 2016 08:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421601 - head/graphics/jpgraph2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 08:56:58 -0000 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 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: