From owner-cvs-all Wed Dec 4 8:54:22 2002 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 C4A7A37B401; Wed, 4 Dec 2002 08:54:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A7343EA9; Wed, 4 Dec 2002 08:54:20 -0800 (PST) (envelope-from bmah@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 gB4Go4mV059727; Wed, 4 Dec 2002 08:50:04 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB4Go4Yx059726; Wed, 4 Dec 2002 08:50:04 -0800 (PST) Message-Id: <200212041650.gB4Go4Yx059726@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 4 Dec 2002 08:50:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5 Makefile pkg-install ports/lang/perl5/files use.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/12/04 08:50:04 PST Modified files: lang/perl5 Makefile pkg-install lang/perl5/files use.perl Log: On recent 5-CURRENT, there is no Perl wrapper. It is therefore possible that /usr/bin/perl5 doesn't exist, which violates some of use.perl's assumptions. Take care of this case. [1] Also in the case of a recent 5-CURRENT, automatically perform "use.perl port" during package/port installation. This helps the installation of sysinstall's new "Perl distribution", in that sysinstall doesn't need to do this explicitly as Yet Another Special Case. [2] PORTREVISION bump after all this good stuff. Requested by: bmah [1], jhb [2] Submitted by: tobez (port MAINTAINER) Approved by: portmgr (kris) Revision Changes Path 1.51 +9 -1 ports/lang/perl5/Makefile 1.6 +14 -6 ports/lang/perl5/files/use.perl 1.7 +9 -0 ports/lang/perl5/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message