summaryrefslogtreecommitdiff
path: root/utils/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-9/+3
|
* Update IO-Compress to CPAN version 2.044Chris 'BinGOs' Williams2011-12-041-3/+5
| | | | | | | | | | | | | | | | | [DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates
* Make pod2html a regular script without substitutionsFlorian Ragwitz2011-08-271-3/+5
| | | | | | This will make the CPAN dist easier. For the perl core, we still need substitutions to get the right she-bang as we don't go through EU::MM to fix it for us. For that, we add utils/pod2html.PL.
* Kill Devel::DProfFlorian Ragwitz2011-06-141-5/+3
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* [perl #88496] missing dependencies in perl core makefilesMartin Becker2011-05-181-0/+2
| | | | | | | | | | | | | | | | | | | I have spotted a couple of missing dependencies in the makefiles utils/Makefile.SH and x2p/Makefile.SH that prevent json_pp, s2p, psed, and find2perl from being rebuilt after configuration changes. This could cause trouble if the install prefix has been changed, so that the shebang line of these scripts from a previous build no longer matches the target location of the perl binary. A workaround would be to always "make clean" after changes to the configuration, which sounds reasonable anyway. That said, most of the other tools do have config.sh properly listed as a dependency and I don't see why those four should not. I have attached a small patch against perl-5.13.11 to fix this. The bug is also present in the latest stable release as of this writing, perl-5.12.3, except that json_pp is not included there.
* Add JSON::PP to the Perl coreDavid Golden2011-01-021-3/+3
| | | | | Per discussions with Jesse Vincent, JSON::PP has been added to the Perl core to support the new CPAN meta file specification
* Update Archive-Tar to CPAN version 1.70Chris 'BinGOs' Williams2010-11-151-3/+5
| | | | | | | | | | | [DELTA] * important changes in version 1.70 15/11/2010 - Add ptargrep utility courtesy of Grant McLean ** I think I found everywhere that needed updating by grepping for 'ptardiff' and adding where needed. This stuff is definitively not intuitive.
* Fix x2p and utils dependencies for static buildsAndy Dougherty2010-10-141-1/+10
| | | | | | | | The x2p and utils .PL extractions use the Cwd module, which is not available in miniperl in a static build. (For a dynamic build, miniperl only loads the pure perl portion of Cwd, but building the whole extension ensures that the pure perl part is correctly built and available. It might be cleaner just to always require the full perl.)
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-191-1/+1
| | | | | | | | Message-ID: <46F063E0.1000004@iki.fi> (Restores a pre-generated utils/Makefile for the benefit of Win32, which can't run utils/Makefile.SH itself) p4raw-id: //depot/perl@31899
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-171-0/+119
Message-ID: <46EC7D3D.5010604@iki.fi> p4raw-id: //depot/perl@31878