From owner-cvs-all Thu Oct 5 2:55: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BA4637B502; Thu, 5 Oct 2000 02:55:02 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22383; Thu, 5 Oct 2000 02:55:02 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200010050955.CAA22383@freefall.freebsd.org> From: Mark Murray Date: Thu, 5 Oct 2000 02:55:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/libperl Makefile config.SH-aout.i386 src/gnu/usr.bin/perl/library Makefile Makefile.inc src/gnu/usr.bin/perl/library/B Makefile src/gnu/usr.bin/perl/library/DB_File ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/10/05 02:55:02 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/perl Makefile Makefile.inc gnu/usr.bin/perl/libperl Makefile gnu/usr.bin/perl/miniperl Makefile gnu/usr.bin/perl/perl Makefile gnu/usr.bin/perl/pod Makefile.inc gnu/usr.bin/perl/pod/pod Makefile gnu/usr.bin/perl/pod/pod2html Makefile gnu/usr.bin/perl/pod/pod2latex Makefile gnu/usr.bin/perl/pod/pod2man Makefile gnu/usr.bin/perl/pod/pod2text Makefile gnu/usr.bin/perl/suidperl Makefile gnu/usr.bin/perl/utils Makefile Makefile.inc gnu/usr.bin/perl/utils/h2ph Makefile gnu/usr.bin/perl/utils/perlbug Makefile gnu/usr.bin/perl/utils/splain Makefile gnu/usr.bin/perl/x2p Makefile.inc gnu/usr.bin/perl/x2p/a2pl Makefile gnu/usr.bin/perl/x2p/find2pl Makefile gnu/usr.bin/perl/x2p/s2pl Makefile Added files: (Branch: RELENG_4) gnu/usr.bin/perl/library Makefile Makefile.inc gnu/usr.bin/perl/library/B Makefile gnu/usr.bin/perl/library/DB_File Makefile gnu/usr.bin/perl/library/Dumper Makefile gnu/usr.bin/perl/library/Errno Makefile gnu/usr.bin/perl/library/Fcntl Makefile gnu/usr.bin/perl/library/IO Makefile gnu/usr.bin/perl/library/NDBM_File Makefile gnu/usr.bin/perl/library/Opcode Makefile gnu/usr.bin/perl/library/POSIX Makefile gnu/usr.bin/perl/library/SDBM_File Makefile gnu/usr.bin/perl/library/Socket Makefile gnu/usr.bin/perl/library/SysV Makefile gnu/usr.bin/perl/library/Thread Makefile gnu/usr.bin/perl/library/attrs Makefile gnu/usr.bin/perl/library/re Makefile Removed files: (Branch: RELENG_4) gnu/usr.bin/perl/libperl config.SH-aout.i386 Log: MFC: Merge the CURRENT perl-building method to STABLE. This will dramatically reduce the dependance on miniperl. NOTE!! This does not bring Perl-5.6.0 to STABLE !! NOTE!! You should delete /usr/bin/miniperl !! Revision Changes Path 1.9.2.1 +6 -5 src/gnu/usr.bin/perl/Makefile 1.12.2.1 +56 -16 src/gnu/usr.bin/perl/Makefile.inc 1.9.2.1 +10 -2 src/gnu/usr.bin/perl/libperl/Makefile 1.11.2.1 +23 -7 src/gnu/usr.bin/perl/miniperl/Makefile 1.27.2.2 +8 -133 src/gnu/usr.bin/perl/perl/Makefile 1.2.2.1 +2 -1 src/gnu/usr.bin/perl/pod/Makefile.inc 1.5.2.1 +3 -3 src/gnu/usr.bin/perl/pod/pod/Makefile 1.2.2.1 +3 -3 src/gnu/usr.bin/perl/pod/pod2html/Makefile 1.2.2.1 +2 -2 src/gnu/usr.bin/perl/pod/pod2latex/Makefile 1.2.2.1 +3 -3 src/gnu/usr.bin/perl/pod/pod2man/Makefile 1.2.2.1 +2 -2 src/gnu/usr.bin/perl/pod/pod2text/Makefile 1.13.2.2 +18 -44 src/gnu/usr.bin/perl/suidperl/Makefile 1.2.2.1 +6 -2 src/gnu/usr.bin/perl/utils/Makefile 1.3.2.1 +11 -7 src/gnu/usr.bin/perl/utils/Makefile.inc 1.5.2.1 +7 -3 src/gnu/usr.bin/perl/utils/h2ph/Makefile 1.3.2.1 +1 -8 src/gnu/usr.bin/perl/utils/perlbug/Makefile 1.2.2.1 +1 -8 src/gnu/usr.bin/perl/utils/splain/Makefile 1.5.2.1 +4 -1 src/gnu/usr.bin/perl/x2p/Makefile.inc 1.11.2.1 +2 -2 src/gnu/usr.bin/perl/x2p/a2pl/Makefile 1.3.2.1 +3 -3 src/gnu/usr.bin/perl/x2p/find2pl/Makefile 1.3.2.1 +3 -3 src/gnu/usr.bin/perl/x2p/s2pl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message