From owner-cvs-ports@FreeBSD.ORG Fri Dec 12 21:47:04 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 37A3416A4CE; Fri, 12 Dec 2003 21:47:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB7B43D36; Fri, 12 Dec 2003 21:47:02 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBD5l2XJ095247; Fri, 12 Dec 2003 21:47:02 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBD5l2J7095246; Fri, 12 Dec 2003 21:47:02 -0800 (PST) (envelope-from roam) Message-Id: <200312130547.hBD5l2J7095246@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 12 Dec 2003 21:47:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/texi2html/files patch-texi2html.pl 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: Sat, 13 Dec 2003 05:47:04 -0000 roam 2003/12/12 21:47:02 PST FreeBSD ports repository Added files: textproc/texi2html/files patch-texi2html.pl Log: Remove a couple of symbolic reference abuses: the texi2html developers had left one that made Perl 5.00503 very unhappy. Create and use filehandles The Right Way(tm) instead of using the 'no strict refs' bandaid. Prompted by: kris Revision Changes Path 1.1 +51 -0 ports/textproc/texi2html/files/patch-texi2html.pl (new)