From owner-cvs-all Sun Jul 2 8:45:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C4937B606; Sun, 2 Jul 2000 08:45:06 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA15089; Sun, 2 Jul 2000 08:45:06 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007021545.IAA15089@freefall.freebsd.org> From: Mark Murray Date: Sun, 2 Jul 2000 08:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/libperl config.SH-elf.alpha config.SH-elf.i386 config.SH-threads-elf.alpha config.SH-threads-elf.i386 src/gnu/usr.bin/perl/library Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/02 08:45:06 PDT Modified files: gnu/usr.bin/perl Makefile.inc gnu/usr.bin/perl/libperl config.SH-elf.alpha config.SH-elf.i386 config.SH-threads-elf.alpha config.SH-threads-elf.i386 gnu/usr.bin/perl/library Makefile Log: Bunch-o'-tweaks. 1) (Biggest) I tried long-and-hard to keep the version number (5.006) backwards compatible with FreeBSD; I have lost this battle, and must defer to the Perl convention (5.6.0). Victims include suidperl. this means that dirs with a name of 5.006 will be replaced with dirs named 5.6.0 in both /usr/libdata/perl and /usr/local/lib/perl. 2) Errno module is added. 3) Alpha bits extensively tweeked after a Beast-build. Other commits to follow. Revision Changes Path 1.16 +2 -2 src/gnu/usr.bin/perl/Makefile.inc 1.19 +53 -53 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.17 +23 -23 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 1.5 +52 -52 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.alpha 1.4 +23 -23 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.i386 1.3 +2 -2 src/gnu/usr.bin/perl/library/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message