From owner-cvs-all@FreeBSD.ORG Thu Oct 7 12:49:35 2004 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 10B9216A4CE; Thu, 7 Oct 2004 12:49:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E0543D1F; Thu, 7 Oct 2004 12:49:34 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i97CnYH9022053; Thu, 7 Oct 2004 12:49:34 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i97CnYWc022052; Thu, 7 Oct 2004 12:49:34 GMT (envelope-from mat) Message-Id: <200410071249.i97CnYWc022052@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 7 Oct 2004 12:49:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Text-Reflow Makefile ports/textproc/p5-Text-Reflow/files 5.8-Reflow.pm 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: Thu, 07 Oct 2004 12:49:35 -0000 mat 2004-10-07 12:49:34 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Reflow Makefile Added files: textproc/p5-Text-Reflow/files 5.8-Reflow.pm Log: Update to use the perl version of the algorithm over the C version for 5.8.5 because it uses 64 bit integers by default and it messes very badly with some pack/unpack things on the perl part and some << and >> on the C part, so, use the perl part everywhere. Approved by: portmgr (krion) Revision Changes Path 1.7 +4 -0 ports/textproc/p5-Text-Reflow/Makefile 1.1 +63 -0 ports/textproc/p5-Text-Reflow/files/5.8-Reflow.pm (new)