The NetBSD Project

CVS log for pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-ExtUtils-CppGuess

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 16 08:22:25 2022 UTC (14 months, 1 week ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

Update to 0.26

Upstream changes:
0.26 2022-04-21
- fix test-failure caused if CXX is set - thanks @hroncok for report

0.25 2022-04-20
- ignore environment variables CXXFLAGS, CXXLDFLAGS (#26) - thanks @hroncok for report

0.24 2022-04-19
- support environment variables CXX, CXXFLAGS, CXXLDFLAGS - thanks @dpryan79 for suggestion

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 26 10:16:32 2021 UTC (22 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 7 13:41:25 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.10 / (download) - annotate - [select for diffs], Sat Oct 2 15:00:41 2021 UTC (23 months, 3 weeks ago) by wen
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Update to 0.23

Upstream changes:
0.23 2021-05-31
- added CI - thanks @zmughal
- now recognises MacOS clang - thanks @xenu

0.22 2021-05-29
- Add C++ standard support flag detection - thanks @zmughal!
  See <https://github.com/tsee/extutils-cppguess/pull/24>.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 21 22:28:00 2020 UTC (3 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

(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

Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 17 14:20:17 2019 UTC (3 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

(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

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 25 07:01:53 2019 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 23 12:47:08 2017 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

p5-ExtUtils-CppGuess: update to 0.12.

0.12	Sat Oct 21 18:12:51 BST 2017
    - Fix tests on 5.26 without '.' in @INC (kentfredric)

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 14 12:27:42 2016 UTC (7 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

 - make test fails at following symptom, but this is the same as previous 0.9
   so updated  ( perl-5.22.0 and perl-5.22.1 does not make difference)
    at t/001_load.t line 6.
       Tried to use 'CppGuessTest'.
    Error: Can't load
        for module CppGuessTest:
        /WRKOBJDIR/devel/p5-ExtUtils-CppGuess/work/ExtUtils-CppGuess-0.09/
		t/makemaker/blib/arch/auto/CppGuessTest/CppGuessTest.so:
        Undefined PLT symbol "_ZNSsC1ERKSs" (symnum = 7) at
        /usr/pkg/lib/perl5/5.22.0/x86_64-netbsd-thread-multi/DynaLoader.pm
        line 193.
(upstream)
 - Updated to devel/p5-ExtUtils-CppGuess-0.11
---------------------------------------------
0.11   Thu Sep 10 13:12:17 MDT 2015
    - Add leading whitespace to $cflags in _get_cflags (bulk88)

0.10   Tue Sep 08 21:15:30 MDT 2015
    - Config's ccflags must always be used. (bulk88)

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 3 03:28:13 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 12 09:16:24 2015 UTC (8 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update to 0.09
--------------
0.09   Sat Apr 11 16:05:50 BST 2015
        - Convert to EUMM  (ExtUtils::MakeMaker)
        - Make tests divulge guessed options for better debugging

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 29 12:26:44 2015 UTC (8 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Update 0.07 to 0.08
-------------------
ChangeLog unknown.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 22 13:45:54 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4

Import p5-ExtUtils-CppGuess-0.07 as devel/p5-ExtUtils-CppGuess.

ExtUtils::CppGuess attempts to guess the system's C++ compiler that
is compatible with the C compiler that your perl was built with.

It can generate the necessary options to the Module::Build constructor
or to ExtUtils::MakeMaker's WriteMakefile function.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>