From owner-cvs-all@FreeBSD.ORG Sat Aug 9 23:34:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B8AC37B401; Sat, 9 Aug 2003 23:34:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C7443FCB; Sat, 9 Aug 2003 23:34:38 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7A6Yc0U092294; Sat, 9 Aug 2003 23:34:38 -0700 (PDT) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7A6Yc07092293; Sat, 9 Aug 2003 23:34:38 -0700 (PDT) Message-Id: <200308100634.h7A6Yc07092293@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 9 Aug 2003 23:34:38 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/plotutils Makefile pkg-plist patch-libplot_a__defplot.cpatch-libplot_f__defplot.c patch-libplot_h__defplot.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 06:34:40 -0000 krion 2003/08/09 23:34:38 PDT FreeBSD ports repository Modified files: graphics/plotutils Makefile pkg-plist Added files: graphics/plotutils/files patch-include_plotter.h patch-libplot_a__defplot.c patch-libplot_b__defplot.c patch-libplot_c__defplot.c patch-libplot_f__defplot.c patch-libplot_g__defplot.c patch-libplot_g__write.c patch-libplot_h__defplot.c patch-libplot_i__defplot.c patch-libplot_i__rle.c patch-libplot_i__rle.h patch-libplot_m__defplot.c patch-libplot_m__emit.c patch-libplot_n__defplot.c patch-libplot_n__write.c patch-libplot_p__defplot.c patch-libplot_r__defplot.c patch-libplot_s__defplot.c patch-libplot_t__defplot.c patch-libplot_x__defplot.c patch-libplot_y__defplot.c patch-libplot_z__defplot.c patch-libplot_z__write.c Log: Fix build on -current PR: 55351 Submitted by: Glenn Johnson Revision Changes Path 1.24 +2 -0 ports/graphics/plotutils/Makefile 1.1 +353 -0 ports/graphics/plotutils/files/patch-include_plotter.h (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_a__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_b__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_c__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_f__defplot.c (new) 1.1 +41 -0 ports/graphics/plotutils/files/patch-libplot_g__defplot.c (new) 1.1 +14 -0 ports/graphics/plotutils/files/patch-libplot_g__write.c (new) 1.1 +69 -0 ports/graphics/plotutils/files/patch-libplot_h__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_i__defplot.c (new) 1.1 +23 -0 ports/graphics/plotutils/files/patch-libplot_i__rle.c (new) 1.1 +23 -0 ports/graphics/plotutils/files/patch-libplot_i__rle.h (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_m__defplot.c (new) 1.1 +23 -0 ports/graphics/plotutils/files/patch-libplot_m__emit.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_n__defplot.c (new) 1.1 +187 -0 ports/graphics/plotutils/files/patch-libplot_n__write.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_p__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_r__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_s__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_t__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_x__defplot.c (new) 1.1 +41 -0 ports/graphics/plotutils/files/patch-libplot_y__defplot.c (new) 1.1 +37 -0 ports/graphics/plotutils/files/patch-libplot_z__defplot.c (new) 1.1 +98 -0 ports/graphics/plotutils/files/patch-libplot_z__write.c (new) 1.7 +0 -6 ports/graphics/plotutils/pkg-plist