From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 20 21:20:10 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F10F16A6A3 for ; Thu, 20 Sep 2007 21:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5CF713C57E for ; Thu, 20 Sep 2007 21:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8KLK7ME052688 for ; Thu, 20 Sep 2007 21:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8KLK77H052687; Thu, 20 Sep 2007 21:20:07 GMT (envelope-from gnats) Resent-Date: Thu, 20 Sep 2007 21:20:07 GMT Resent-Message-Id: <200709202120.l8KLK77H052687@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BD7A16A4E9 for ; Thu, 20 Sep 2007 21:19:26 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id A887813C481 for ; Thu, 20 Sep 2007 21:18:20 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id B74042218E29; Thu, 20 Sep 2007 21:02:17 +1000 (EST) Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail5.barnet.com.au (Postfix) with ESMTP id 805F721B1070 for ; Thu, 20 Sep 2007 21:02:17 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id DE3352218E27 for ; Thu, 20 Sep 2007 21:02:16 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id CF4942A2; Thu, 20 Sep 2007 21:02:17 +1000 (EST) Message-Id: <20070920110217.CF4942A2@k7.mavetju> Date: Thu, 20 Sep 2007 21:02:17 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116491: [patch] graphics/jpgraph2 - add missing files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:20:10 -0000 >Number: 116491 >Category: ports >Synopsis: [patch] graphics/jpgraph2 - add missing files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 21:20:07 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386 >Description: The files in src/lang are not installed, causing this message when something goes wrong: Internal error: Chosen locale file for error messages does not exist. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/jpgraph2/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 19 May 2007 20:09:38 -0000 1.4 +++ Makefile 20 Sep 2007 11:00:52 -0000 @@ -7,7 +7,7 @@ PORTNAME= jpgraph PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://web.comhem.se/jpgraph/jpgdownloads/ @@ -27,9 +27,11 @@ do-install: @${MKDIR} ${DATADIR} + @${MKDIR} ${DATADIR}/lang ${CP} ${WRKSRC}/src/*.php ${DATADIR} ${CP} ${WRKSRC}/src/*.inc ${DATADIR} ${CP} ${WRKSRC}/src/*.dat ${DATADIR} + ${CP} ${WRKSRC}/src/lang/*.php ${DATADIR}/lang .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/docs/* ${DOCSDIR} Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/graphics/jpgraph2/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 7 Dec 2006 10:04:08 -0000 1.1 +++ pkg-plist 20 Sep 2007 11:00:52 -0000 @@ -37,6 +37,10 @@ %%DATADIR%%/jpgraph_scatter.php %%DATADIR%%/jpgraph_stock.php %%DATADIR%%/jpgraph_utils.inc.php +%%DATADIR%%/jpgraph/lang/en.inc.php +%%DATADIR%%/jpgraph/lang/de.inc.php +%%DATADIR%%/jpgraph/lang/prog.inc.php +@dirrm %%DATADIR%%/lang @dirrm %%DATADIR%% %%PORTDOCS%%%%EXAMPLESDIR%%/accbarex1.php %%PORTDOCS%%%%EXAMPLESDIR%%/alphabarex1.php >Release-Note: >Audit-Trail: >Unformatted: