From owner-cvs-all Sun Oct 11 15:34:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28471 for cvs-all-outgoing; Sun, 11 Oct 1998 15:34:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28456; Sun, 11 Oct 1998 15:34:09 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id WAA03640; Sun, 11 Oct 1998 22:33:57 GMT From: Scott Mace Message-Id: <199810112233.WAA03640@metal.intt.org> Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/perl Makefile In-Reply-To: <199810111813.LAA05938@freefall.freebsd.org> from Mark Murray at "Oct 11, 1998 11:13:42 am" To: markm@FreeBSD.ORG (Mark Murray) Date: Sun, 11 Oct 1998 22:33:57 +0000 (GMT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > markm 1998/10/11 11:13:42 PDT > > Modified files: > gnu/usr.bin/perl Makefile.inc > gnu/usr.bin/perl/miniperl Makefile > gnu/usr.bin/perl/perl Makefile > gnu/usr.bin/perl/pod/pod Makefile > gnu/usr.bin/perl/suidperl Makefile > gnu/usr.bin/perl/utils/h2ph Makefile > Removed files: > gnu/usr.bin/perl/perl install_perl_libs > Log: > Very substantial debug/improvement of the FreeBSD/Perl5 build. > > o make install ; make install now works > o make all ; make all is quiet the second time > o Dependancies are properliy debugged; this means that make -jN has a > far hihjer likelyhood of working. > o a proper 'link farm' has been constructed for the build. This > dramatically simplifies the dependancy tangle. > o for perldoc's use, all the .pod files are installed. > o the man3 docs are properly compressed. > o the man pages and libary code are installed by the makefiles, not > by a perl script. > o at the end, h2ph is run. > > Revision Changes Path > 1.6 +30 -8 src/gnu/usr.bin/perl/Makefile.inc > 1.7 +3 -1 src/gnu/usr.bin/perl/miniperl/Makefile > 1.15 +93 -67 src/gnu/usr.bin/perl/perl/Makefile > 1.2 +6 -4 src/gnu/usr.bin/perl/pod/pod/Makefile > 1.5 +28 -46 src/gnu/usr.bin/perl/suidperl/Makefile > 1.2 +6 -1 src/gnu/usr.bin/perl/utils/h2ph/Makefile > 1.6 version of src/gnu/usr.bin/perl/Makefile.inc needs dirname which is not installed the tmp usr/bin build area. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message