pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-ExtUtils-MakeMaker
Module Name: pkgsrc
Committed By: sno
Date: Tue Jun 2 07:21:48 UTC 2009
Modified Files:
pkgsrc/devel/p5-ExtUtils-MakeMaker: Makefile distinfo
Removed Files:
pkgsrc/devel/p5-ExtUtils-MakeMaker/patches: patch-af
Log Message:
pkgsrc changes:
- Updating package for p5 module ExtUtils::MakeMaker from 6.50 to 6.52
- remove patches/patch-af, 40698 seems to be solved upstream except
t/INSTALL_BASE.t, which may marked invalid as belonging to fix for
RT #40698
Upstream changes:
6.52 Sat May 30 11:22:04 PDT 2009
Docs
* Documented CONFIGURE_REQUIRES (Alexandr Ciornii)
* Modnerized the docs for PREREQ_PM
6.51_04 Sun May 24 14:04:11 PDT 2009
Other
* All work on INSTALLHTML* has been reverted pending a fix for
[rt.cpan.org 45600]
6.51_03 Sat May 23 22:38:26 PDT 2009
Bug Fixes
* Building *.C files was broken in 6.37. [rt.cpan.org 45557]
Thanks to Rajesh Mandalemula for spotting it.
New Features
* Optional parameter CONFIGURE_REQUIRES was added, to control
this section in META.yml (Alexandr Ciornii)
6.51_02 Mon Apr 13 21:19:56 PDT 2009
Bug Fixes
* Fix a minor bug with the new PERM_DIR stuff which caused EUI to think
PERM_DIR was an install skip file.
* A Win32 function call in the last alpha broke Win32 builds.
6.51_01 Fri Apr 10 14:30:27 PDT 2009
New Features
* Module installation will not be stopped by a broken Pod::Man.
Man pages will just not be installed.
[rt.cpan.org 43546] (Jesse Vincent)
* vim swap files, *.swp, will now be ignored by MakeMaker.
* Added PERM_DIR to control permissions on directories.
[rt.cpan.org 3927] (Rajesh Mandalemula)
Feature Changes
* Modules in PREREQ_PM are no longer loaded in order to figure out
their version. parse_version() is used instead.
[rt.cpan.org 44646]
* PPD files generated with "make ppd" now use the new REQUIRES key
rather than the now deprecated DEPENDENCY.
[rt.cpan.org 25179] (GAAS)
* PPD files no longer contain the deprecated OS tag.
* fixin is a bit less restrictive allowing things like
#!perl5.8.8 and #!perl-debug [rt.cpan.org 29442]
* Remove the unused perm_rw() and perm_rwx() methods.
Bug Fixes
* On 5.10 "make ppd" would generate the wrong ARCHITECTURE saying the
version is 5.1 instead of 5.10.
* Our pod2man emulation now requires an argument to --perm_rw.
[rt.cpan.org 35190] (imacat)
* DISTVNAME was documented as a WriteMakefile() param but you'd
get a warning if you tried to use it. [rt.cpan.org 43217]
* Better support for parallel make installs.
[rt.cpan.org 32758] (Brendan O'Dea)
* parse_version() will now skip uses of $VERSION in conditions
[rt.cpan.org 9452] (jc%unser.net@localhost)
* The architecture mismatch warning could show up on Win32 due
to long vs short filenames being used to compare.
[rt.cpan.org 33532] (DAGOLDEN)
* maybe_command() will recognize Windows executables in
/cygdrive on Cygwin [rt.cpan.org 16375] (PJF)
* parse_version() will now look for the first use of $VERSION
that results in $VERSION being set.
Test Fixes
* basic.t will not leave a "bin" environment variable defined on VMS.
[rt.cpan.org 42150] (John E. Malmberg)
* Made the tests work ok on systems whose makes assume that files which
have the same mod time are out of date. This is often the case for
the tests which generate files and run make rapidly.
[rt.cpan.org 29955] (Ken Hirsch)
* skip test numbers were wrong on VMS in t/basic.t
[rt.cpan.org 43511] (John E. Malmberg)
Portability
* Removed a few hard coded uses of the "false" command.
[rt.cpan.org 44504]
VMS
* Fixed a few calls to catfile() that should be catdir().
(John E. Malmberg)
* Override catdir() and catfile() to expand macros. This is normally done
inside File::Spec::VMS but is really a MakeMaker-only thing.
(John E. Malmberg)
Other
* Remove ExtUtils::MakeMaker::bytes and vmsish which are unused and
seem to never have been used.
* Repository now on github.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-ExtUtils-MakeMaker/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-ExtUtils-MakeMaker/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/p5-ExtUtils-MakeMaker/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index