From owner-cvs-all@FreeBSD.ORG Sun Mar 13 17:09:56 2005 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 9E83F16A4CE; Sun, 13 Mar 2005 17:09:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4041443D49; Sun, 13 Mar 2005 17:09:56 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DH9u9a067650; Sun, 13 Mar 2005 17:09:56 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DH9urp067649; Sun, 13 Mar 2005 17:09:56 GMT (envelope-from barner) Message-Id: <200503131709.j2DH9urp067649@repoman.freebsd.org> From: Simon Barner Date: Sun, 13 Mar 2005 17:09:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/urt/files patch-cnv::gif2rle.c patch-cnv::rletops.c patch-cnv::rletorla.c patch-cnv::rletovcr.c patch-cnv::vcrtorele.c patch-get::getx11::XGetHClrs.cpatch-lib::scanargs.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, 13 Mar 2005 17:09:56 -0000 barner 2005-03-13 17:09:56 UTC FreeBSD ports repository Modified files: graphics/urt/files patch-config::urt patch-get::getx11::XGetHClrs.c Added files: graphics/urt/files patch-cnv::gif2rle.c patch-cnv::rletops.c patch-cnv::rletorla.c patch-cnv::rletovcr.c patch-cnv::vcrtorele.c patch-get::getfb.c patch-get::makefile.src patch-lib::inv_cmap.c patch-lib::scanargs.c patch-tools::avg4.c patch-tools::mcut.c patch-tools::mergechan.c patch-tools::rlegrid.c patch-tools::rlehdr.c patch-tools::rleinterp.c patch-tools::rlepatch.c Log: - Prepare to build cad/brlcad with framebuffer support - Multiple minor patches to clean up the code and avoid compiler warnings (in order to prevent possible errors with future versions of GCC or other modern compilers) Remark: graphics/urt is also included in the cad/brlcad distribution, and has been factured out for the ports collection. The submitter merged some cleanups for IRIX by Lee Butler in order to prevent the mess of two diverging urt versions in the ports tree (the one bundled with cad/brlcad and graphics/urt). He also contributed serveral improvments himself. PR: ports/78687 Submitted by: Pedro F. Giffuni Approved by: arved Revision Changes Path 1.1 +11 -0 ports/graphics/urt/files/patch-cnv::gif2rle.c (new) 1.1 +30 -0 ports/graphics/urt/files/patch-cnv::rletops.c (new) 1.1 +20 -0 ports/graphics/urt/files/patch-cnv::rletorla.c (new) 1.1 +24 -0 ports/graphics/urt/files/patch-cnv::rletovcr.c (new) 1.1 +81 -0 ports/graphics/urt/files/patch-cnv::vcrtorele.c (new) 1.3 +3 -11 ports/graphics/urt/files/patch-config::urt 1.1 +11 -0 ports/graphics/urt/files/patch-get::getfb.c (new) 1.2 +2 -2 ports/graphics/urt/files/patch-get::getx11::XGetHClrs.c 1.1 +11 -0 ports/graphics/urt/files/patch-get::makefile.src (new) 1.1 +11 -0 ports/graphics/urt/files/patch-lib::inv_cmap.c (new) 1.1 +15 -0 ports/graphics/urt/files/patch-lib::scanargs.c (new) 1.1 +11 -0 ports/graphics/urt/files/patch-tools::avg4.c (new) 1.1 +20 -0 ports/graphics/urt/files/patch-tools::mcut.c (new) 1.1 +11 -0 ports/graphics/urt/files/patch-tools::mergechan.c (new) 1.1 +19 -0 ports/graphics/urt/files/patch-tools::rlegrid.c (new) 1.1 +11 -0 ports/graphics/urt/files/patch-tools::rlehdr.c (new) 1.1 +13 -0 ports/graphics/urt/files/patch-tools::rleinterp.c (new) 1.1 +20 -0 ports/graphics/urt/files/patch-tools::rlepatch.c (new)