non port: math/openlibm/Makefile |
SVNWeb
|
Number of commits found: 27 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Dec 2021
|
[ 09:26 Gleb Popov (arrowd) ] b1be0f3
math/openlibm: Update to 0.8.0
Approved by: maintainer (timeout, email bounce)
|
Sun, 29 Aug 2021
|
[ 16:50 Alexey Dokuchaev (danfe) ] 061967a (Only the first 10 of 12 ports in this commit are shown above. )
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}.
|
Thu, 10 Jun 2021
|
[ 08:57 Piotr Kubaj (pkubaj) ] 0266969
math/openlibm: fix build on powerpc
Same issue as on powerpc64.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Jan 2021
|
[ 16:52 pkubaj ]
math/openlibm: fix build on powerpc64le
|
Tue, 15 Dec 2020
|
[ 10:25 pkubaj ]
math/openlibm: remove bad if
There's no extra-patch-Make.inc in files directory.
|
Wed, 9 Dec 2020
|
[ 02:26 linimon ]
Mark as BROKEN on riscv64 the same as on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
|
Mon, 14 Sep 2020
|
[ 14:31 se ]
Apply patch to restore prior and working state:
Steve Kargl has noticed severely inaccurate results for some functions and
has reported the issue as https://github.com/JuliaMath/openlibm/issues/215
This port update applies the patch he has suggested to the up-stream and
which has been tested by him to fix the issue (see the Github issue for
details and test results).
While here adjust indentation and remove white-space from an empty line.
Submitted by: Steve Kargl (sgk at troutmask.apl.washington.edu)
|
Thu, 11 Jun 2020
|
[ 16:36 pkubaj ]
math/openlibm: add the removed :c11 to USES=compiler
|
[ 16:34 pkubaj ]
math/openlibm: use GCC on powerpc64
Clang fails to build this port:
src/s_cpow.c:77:16: error: a parameter list without types is only allowed in a
function definition
__strong_alias(cpowl, cpow);
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 17 Jun 2019
|
[ 07:17 pkubaj ]
math/openlibm: fix build with GCC-based architectures
The port needs to respect CC and use a new compiler.
PR: 238613
Approved by: iblis@hs.ntnu.edu.tw (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20670
|
Tue, 8 Jan 2019
|
[ 13:20 mat ] (Only the first 10 of 21 ports in this commit are shown above. )
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
|
Thu, 12 Jul 2018
|
[ 17:31 yuri ]
math/openlibm: Not broken in aarch64
PR: 229737
Submitted by: Greg V <greg@unrelenting.technology>
|
Tue, 19 Jun 2018
|
[ 17:56 swills ]
math/openlibm: update to 0.6.0
PR: 229134
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Thu, 19 Oct 2017
|
[ 17:25 tcberner ]
Update math/openlibm to 0.5.5
* While here switch to DISTVERSION and shuffle USES upwards.
PR: 223081
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
Sat, 27 May 2017
|
[ 15:07 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 13 May 2017
|
[ 23:21 linimon ] (Only the first 10 of 24 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 16 Nov 2016
|
[ 00:34 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Tue, 9 Aug 2016
|
[ 06:13 lwhsu ]
- Update to 0.5.2
PR: 211687
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
Mon, 23 May 2016
|
[ 13:53 lwhsu ]
- Update to 0.5.1
PR: 209713
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Sat, 12 Mar 2016
|
[ 15:01 lwhsu ]
- Update to 0.5.0
PR: 207909
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
Fri, 29 Jan 2016
|
[ 13:52 lwhsu ]
Add openlibm, high quality system independent, portable, open source libm
PR: 206676
Submitted by: Iblis Lin <e196819@hotmail.com>
|
Number of commits found: 27 |