The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Thu Jul 6 09:39:07 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

*: recursive bump for perl 5.38

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:48 2023 UTC (3 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.24 / (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-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (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.23 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:22 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

*: recursive bump for perl 5.36

Revision 1.22 / (download) - annotate - [select for diffs], Sat Oct 2 15:00:41 2021 UTC (23 months, 3 weeks ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs], Mon May 24 19:50:37 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

*: recursive bump for perl 5.34

Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:58 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 21 22:51:03 2020 UTC (3 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

(devel/p5-ExtUtils-CppGuess) Correction on paragraph related, no logic change

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 21 22:28:00 2020 UTC (3 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Sun Nov 3 10:15:53 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

devel/p5-*: align variable assignments

pkglint -Wall -F --only aligned --only indent p5-*

No manual corrections.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 17 14:20:17 2019 UTC (3 years, 11 months ago) by mef
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Sun Aug 11 13:19:22 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 1 21:35:36 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Follow some remaining search.cpan.org redirects.

Revision 1.13 / (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-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:58 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Recursive bump for perl5-5.28.0

Revision 1.11 / (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-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:56 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:53 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 14 12:27:42 2016 UTC (7 years, 5 months ago) by mef
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:11 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 12 09:16:24 2015 UTC (8 years, 5 months ago) by mef
Branch: MAIN
Changes since 1.5: +2 -4 lines
Diff to previous 1.5 (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.5 / (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.4: +2 -3 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Thu May 29 23:35:52 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 31 12:40:18 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 31 11:18:06 2012 UTC (10 years, 10 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

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

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>