From owner-cvs-ports@FreeBSD.ORG Sun Aug 31 06:09:32 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B446516A4BF; Sun, 31 Aug 2003 06:09:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1707443FE1; Sun, 31 Aug 2003 06:09:32 -0700 (PDT) (envelope-from edwin@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 h7VD9V0U045540; Sun, 31 Aug 2003 06:09:31 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7VD9VeA045539; Sun, 31 Aug 2003 06:09:31 -0700 (PDT) Message-Id: <200308311309.h7VD9VeA045539@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 31 Aug 2003 06:09:31 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/libcabinet Makefile ports/archivers/libcabinet/files patch-Makefile patch-bstring.cpp patch-bstring.h patch-cfcreate.cpp patch-cfdblock.cpp patch-cffile.h patch-cffolder.cpp patch-cffolder.h patch-cfheader.cpp ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2003 13:09:32 -0000 edwin 2003/08/31 06:09:31 PDT FreeBSD ports repository Modified files: archivers/libcabinet Makefile archivers/libcabinet/files patch-cftypes.cpp Added files: archivers/libcabinet/files patch-Makefile patch-bstring.cpp patch-bstring.h patch-cfcreate.cpp patch-cfdblock.cpp patch-cffile.h patch-cffolder.cpp patch-cffolder.h patch-cfheader.cpp patch-cfreader.cpp patch-cftypes.h patch-darray.h patch-listcap.cpp Log: [patch] Unbreak port: archivers/libcabinet This port did not build with gcc 3.3.1. I also fixed a possible buffer overflow (they used gets() to read from stdin). Please review the patch file ``patch-cftypes.cpp'' with extra care, since I am not sure whether this makes sense (2 positions in the file, marked with ``TODO'' - thanks. Also added some lines in cftypes.cpp to overcome the absence of values.h on -current. PR: ports/55767 Submitted by: Simon Barner Revision Changes Path 1.6 +1 -7 ports/archivers/libcabinet/Makefile 1.1 +19 -0 ports/archivers/libcabinet/files/patch-Makefile (new) 1.1 +11 -0 ports/archivers/libcabinet/files/patch-bstring.cpp (new) 1.1 +12 -0 ports/archivers/libcabinet/files/patch-bstring.h (new) 1.1 +38 -0 ports/archivers/libcabinet/files/patch-cfcreate.cpp (new) 1.1 +20 -0 ports/archivers/libcabinet/files/patch-cfdblock.cpp (new) 1.1 +9 -0 ports/archivers/libcabinet/files/patch-cffile.h (new) 1.1 +20 -0 ports/archivers/libcabinet/files/patch-cffolder.cpp (new) 1.1 +10 -0 ports/archivers/libcabinet/files/patch-cffolder.h (new) 1.1 +43 -0 ports/archivers/libcabinet/files/patch-cfheader.cpp (new) 1.1 +11 -0 ports/archivers/libcabinet/files/patch-cfreader.cpp (new) 1.2 +41 -18 ports/archivers/libcabinet/files/patch-cftypes.cpp 1.1 +12 -0 ports/archivers/libcabinet/files/patch-cftypes.h (new) 1.1 +9 -0 ports/archivers/libcabinet/files/patch-darray.h (new) 1.1 +42 -0 ports/archivers/libcabinet/files/patch-listcap.cpp (new)