2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-04-26 14:45:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 2.38.
2.38 2021-01-11 14:35:54 -0700
- Fixed a bug the can cause an array dereference error in pkg-config command line
plugin on MSYS2 / MinGW environment (gh#243)
- Changed the auto-generated module name for Test::Alien, in a way that works
around a probable bug / issue with ExtUtils::CBuilder (gh#243)
|
2020-11-08 04:04:00 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Alien-Build) Updated 2.32 to 2.37
2.37 2020-11-02 09:09:13 -0700
- Tests that rely on its behavior unset ALIEN_BUILD_PKG_CONFIG (gh#239)
2.36_01 2020-10-31 03:33:21 -0600
- Fixed a bug where Probe and PkgConfig plugins could provide compiler / \
linker flags
when the PkgConfig probe fails, but another probe succeed. (gh#238)
2.35_01 2020-10-28 02:06:21 -0600
- Added install properties: system_probe_class and system_probe_instance_id \
(gh#237)
- Added hook properties: probe_class and probe_instance_id (gh#237)
2.34_01 2020-10-27 04:23:24 -0600
- Added instance_id property to Alien::Build::Plugin class (gh#235)
- Added plugin_instance_prop method to Alien::Build class (gh#235)
2.33 2020-09-21 03:21:40 -0600
- Skip problematic test on cygwin (gh#232)
|
2020-09-13 09:46:37 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 2.32.
2.32 2020-09-11 10:42:41 -0600
- Production release identical to 2.27_01
2.31_01 2020-09-09 06:26:25 -0600
- Diagnostic release
2.30_01 2020-09-08 14:48:12 -0600
- Documentation fixes (gh#223, #224, #225, shawnlaffan++)
- Use shorter filename paths for test files to keep older versions of tar
happy (gh#228, gh#229, gh#230)
|
2020-09-08 15:16:47 by Thomas Klausner | Files touched by this commit (116) |
Log message:
*: use MASTER_SITE_PERL_CPAN
|
2020-09-07 00:17:57 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 2.29.
2.29 2020-08-10 09:16:59 -0600
- Move to new GitHub org: https://github.com/PerlAlien
- Fixed meta which was incorrectly requiring 5.8.1 instead of 5.8.4
2.28 2020-08-04 21:33:19 -0600
- Production release identical to 2.27_01
2.27_01 2020-08-03 13:47:02 -0600
- Some fixes for the unofficial `msys` fork of Perl (gh#211, gh#212)
- Honour user supplied `config.site` for autoconf (gh#215, gh#218, hakonhagland++)
- Hard drop of support for Perl 5.8.1, 5.8.2 and 5.8.3. AB will refuse to install
on these elder Perls. Please upgrade to at least 5.8.4. (gh#200, gh#201, \
gh#219)
2.26 2020-06-16 07:11:13 -0600
- Diagnostic release
2.25 2020-06-10 09:18:25 -0600
- Fixed bug where alien library directory flags could be used in the wrong
order by Test::Alien, mostly a problem on NetBSD and similar platforms
(gh#203)
2.24_01 2020-06-07 18:13:55 -0600
- Disable parallel build when clean install is enabled
(gh#197, gh#198, shawnlaffan++)
- Dropping support for Perl 5.8.1, 5.8.2 and 5.8.3. For now AB will install
on these versions of Perl, but a warning will be issued, along with a 3
minute sleep at configure time. Please upgrade to 5.8.4 (or preferrably
5.32). Starting July 1st, AB will refuse to install on these elderly Perls.
(gh#200, gh#201)
2.23 2020-05-15 18:36:59 -0400
- Workaround apparent bug in pkgconf + arm64 (gh#196)
2.22 2020-05-05 07:02:49 -0600
- Added dynamic_dir method to Alien::Base (gh#191, shawnlaffan++)
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-16 15:53:09 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Alien-Build) Updated to 2.21
2.21 2020-04-11 08:27:21 -0600
- Fix the handling of version regular expression for the Prefer::SortVersions
plugin to handle regular expressions with multiple capture groups (gh#189)
|
2020-04-11 13:31:24 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Alien-Build) Updated 2.17 to 2.20
2.20 2020-04-10 06:21:54 -0600
- xs_ok does a better workaround for faux fork on cygwin (gh#153, gh#187, gh#188)
2.19 2020-04-09 02:56:14 -0600
- Production release identical to 2.18_01
2.18_01 2020-04-03 10:06:45 -0600
- Add Build::Copy plugin (gh#186)
|