22 Commits

Author SHA1 Message Date
Yuri Victorovich
05d792b9cd benchmarks/libcelero: update 2.8.5 → 2.9.0
Reported by:	portscout
2023-09-13 00:05:39 -07:00
Yuri Victorovich
cd5525ba72 benchmarks/libcelero: Update 2.8.3 -> 2.8.5
Reported by:	portscout
2022-12-27 21:56:27 -08:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Piotr Kubaj
51a4e0e6c2 benchmarks/libcelero: correct includes 2022-04-19 14:40:47 +02:00
Piotr Kubaj
dc669f8d68 benchmarks/libcelero: remove -mabi=elfv2 since the base compiler is used, which defaults to elfv2
Also remove USE_GCC=yes, since there is already appriopriate USES=compiler.
2022-04-19 14:09:20 +02:00
Yuri Victorovich
599456b80e benchmarks/libcelero: Update 2.8.2 -> 2.8.3
Reported by:	portscout
2022-01-31 11:27:41 -08:00
Yuri Victorovich
a49d5dfc22 benchmarks/libcelero: Update 2.7.2 -> 2.8.2
Reported by:	portscout
2021-04-27 01:56:18 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Yuri Victorovich
08c8151576 benchmarks/libcelero: Update 2.7.0 -> 2.7.2
Reported by:	portscout
2021-03-01 19:58:36 +00:00
Yuri Victorovich
3b9968a19b benchmarks/libcelero: Update 2.6.0 -> 2.7.0
Reported by:	portscout
2021-02-24 18:19:53 +00:00
Mark Linimon
986a59f403 Attempt to fix build on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-27 07:38:00 +00:00
Piotr Kubaj
6b1f823338 benchmarks/libcelero: fix build on GCC architectures and powerpc64 elfv2
clang 8 doesn't have full support for powerpc, powerpc64 or powerpcspe, so use
GCC there.
On powerpc64 elfv2, the default is to build for elfv1, so pass a flag to fix it.

MFH:		2020Q2 (fix build blanket)
2020-04-23 17:18:48 +00:00
Yuri Victorovich
7fa7e7ccbd benchmarks/libcelero: Fix build
Fix breakage with clang10 by switching to clang-8:
error: loop variable 'udm' of type 'const std::__1::shared_ptr<celero::UserDefinedMeasurement>' creates a copy from type 'const std::__1::shared_ptr<celero::UserDefinedMeasurement>'
https://github.com/DigitalInBlue/Celero/issues/142

Reported by:	fallout
2020-03-29 06:05:47 +00:00
Yuri Victorovich
1e38c9e230 benchmarks/libcelero: Update 2.5.0 -> 2.6.0
Reported by:	portscout
2019-10-18 04:16:14 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Yuri Victorovich
34bf06367c benchmarks/libcelero: Update 2.4.0 -> 2.5.0
Reported by:	portscout
2019-06-13 05:54:13 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Yuri Victorovich
9f4b944e2b benchmarks/libcelero: Update 2.3.0 -> 2.4.0
Reported by:	portscout
2018-10-28 16:03:00 +00:00
Yuri Victorovich
e1cc3cbeb9 New port: benchmarks/libcelero: C++ benchmark authoring library/framework 2018-10-14 05:45:10 +00:00