2013-12-02 13:42:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.28.02.12:
0.280212 - 2013-09-08
Fixed:
- Reversion all modules.
0.280211 - 2013-09-08
Fixed:
- Missing dependency Perl::OSType [Leon Timmermans]
- Fixed repository location [Alberto Simões]
0.280210 - 2013-09-06
Fixed:
- Update INSTALLDIRS to favor installation under 'site' (perl 116479)
[James E Keenan]
0.280209 - 2012-10-20 (Perl v5.17.5)
Fixed:
- Allow options to be passed to prelink in Windows (perl #115100)
[Eric Brine]
0.280208 - 2012-06-20 (Perl v5.17.1)
Fixed:
- Corrected location in which manifest file is looked for on
Windows (RT#35943, perl #111798) [snaury@gmail.com]
0.280207 (Not released)
Fixed:
- Corrected test for existence of manifest file on Windows
(perl #111782) [Steve Hay]
0.280206 - 2012-03-20 (Perl v5.15.9)
Documented:
- Added a SUPPORT section to indicate that upstream is Perl 5 core
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-03-11 05:27:23 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to 0.28.02.05
0.280205 - 2011-12-20 (Perl v5.15.6)
Fixed:
- Fixed bug picking up ccflags from Config
0.280204 - 2011-06-20 (Perl v5.15.0)
Minor:
- Quotation style cleanup
0.280203 - 2011-05-14 (Perl v5.14.0)
Fixed:
- Appends CFLAGS and LDFLAGS environments instead of overriding
- Reset ccflags on compilation for VMS.
Changed:
- Refactored OS name mapping to use Perl::OSType
|
2011-08-12 14:41:03 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.28.02.02:
* Different file names used for test files; allows EU::CB tests
to be run in parallel.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-04-25 13:18:39 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-ExtUtils-CBuilder from version 0.26.03.01 to version 0.27.
Pkgsrc changes:
- Switch PERL5_MODULE_TYPE to MakeMaker
Upstream changes:
0.27 - Thu Oct 29 21:29:56 EDT 2009
Other:
- Removed Build.PL to avoid creating a circular dependency
- Added version numbers to Windows compiler driver modules
0.26_05 - Sun Oct 25 17:29:02 EDT 2009
Bugs fixed:
- Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]
Other:
- Made have_compiler (and have_cplusplus) quiet without echoing
the test command to STDOUT [David Golden]
0.26_04 - Mon Oct 19 21:57:46 EDT 2009
Enhancements:
- Added 'have_cplusplus()' method to check for C++ support
- Added patches for building Perl with mingw64 [Sisyphus]
- Allow CC environment variable to override $Config{cc}
Bugs fixed:
- Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
Streppone]
- Removed MSVC version check when embedding a manifest file
(RT #43002) [Steve Hay]
Other:
- Split Windows compiler driver packages into individual *.pm files
|
2010-02-23 13:52:03 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-ExtUtils-CBuilder from 0.27.01 to 0.27.02
Upstream changes:
0.2702 Mon Feb 22 15:10:52 EST 2010
Bugs fixed:
- compile() changes in 0.2701 did not work on Windows. Now fixed.
|
2010-02-18 09:55:25 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-ExtUtils-CBuilder from 0.27 to 0.27.01
Upstream changes:
0.2701 - Tue Feb 16 09:12:45 EST 2010
Bugs fixed:
- compile() now accepts both string & array for 'include_dirs'
argument, as documented.(RT#54606) [Alberto Simoes]
|