2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) | ![]() |
Log message: *: bump PKGREVISION for perl-5.32. |
2020-03-21 23:51:03 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: (devel/p5-ExtUtils-CppGuess) Correction on paragraph related, no logic change |
2020-03-21 23:28:00 by Makoto Fujiwara | Files touched by this commit (2) | ![]() |
Log message: (devel/p5-ExtUtils-CppGuess) Updated to 0.21 (pkgsrc) - Add LDFLAGS+= -lstdc++ This seems to solve following issue: (for make test) https://github.com/tsee/extutils-cppguess/issues/17 (hint) https://forums.alliedmods.net/showthread.php?t=248109 (upstream) 0.21 2020-01-23 - no give $Config{ccflags} in Module::Build as add not replace - thanks @xenu |
2019-11-03 11:16:06 by Roland Illig | Files touched by this commit (152) |
Log message: devel/p5-*: align variable assignments pkglint -Wall -F --only aligned --only indent p5-* No manual corrections. |
2019-10-17 16:20:17 by Makoto Fujiwara | Files touched by this commit (2) | ![]() |
Log message: (devel/p5-ExtUtils-CppGuess) Updated 0.13 to 0.20 (pkgsrc note) make test fails, but outside of pkgsrc, it passes. Some note at https://github.com/tsee/extutils-cppguess/issues/17 (upstream changes) 0.20 Sat 31 Aug 22:20:32 BST 2019 - no link -lstdc++ if -static-libstdc++ - thanks @andygrundman 0.19 Mon 1 Apr 07:08:46 BST 2019 - support clang on Perl 5.14-16 with ExtUtils::ParseXS >= 3.04_01 (yes, \ really) 0.18 Sun 31 Mar 17:49:21 BST 2019 - improve clang detection 0.17 Sat 30 Mar 16:03:52 GMT 2019 - support Sun Studio compiler family 0.16 Sat 30 Mar 00:09:42 GMT 2019 - test output more if no clue about compiler 0.15 Fri 29 Mar 22:42:00 GMT 2019 - iostream_fname, cpp_flavor_defs methods - add which actual compiler to use to generated MB and EUMM flags - make the test sensitive to whether to #include with a ".h" 0.14 Mon 25 Mar 21:13:36 GMT 2019 - add is_clang, unify OS-based detection |
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) | ![]() |
Log message: Bump PKGREVISIONs for perl 5.30.0 |
2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232) |
Log message: Follow some remaining search.cpan.org redirects. |
2019-03-25 08:01:53 by Thomas Klausner | Files touched by this commit (2) | ![]() |
Log message: p5-ExtUtils-CppGuess: update to 0.13. 0.13 - repo tidied slightly - use Travis - add compiler_command, linker_flags - test all known configurations - inhale knowledge from Inline::CPP |