notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: math/openlibm/Makefile
SVNWeb

Number of commits found: 27

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  f53eb28  (Only the first 10 of 719 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 29 Dec 2021
[ 09:26 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:b1be0f33939d54be22e3736aec5d5df4351cb216  commit hash:b1be0f33939d54be22e3736aec5d5df4351cb216  commit hash:b1be0f33939d54be22e3736aec5d5df4351cb216  b1be0f3 
math/openlibm: Update to 0.8.0

Approved by:	maintainer (timeout, email bounce)
Sun, 29 Aug 2021
[ 16:50 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:061967a0f3788aff68c0ebc75f35399d8387e394  commit hash:061967a0f3788aff68c0ebc75f35399d8387e394  commit hash:061967a0f3788aff68c0ebc75f35399d8387e394  061967a  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}.
Thu, 10 Jun 2021
[ 08:57 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:0266969e1157cdf6d7e036d177939275e97e0832  commit hash:0266969e1157cdf6d7e036d177939275e97e0832  commit hash:0266969e1157cdf6d7e036d177939275e97e0832  0266969 
math/openlibm: fix build on powerpc

Same issue as on powerpc64.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 1 Jan 2021
[ 16:52 pkubaj search for other commits by this committer ] Original commit   Revision:559854
math/openlibm: fix build on powerpc64le
Tue, 15 Dec 2020
[ 10:25 pkubaj search for other commits by this committer ] Original commit   Revision:558152
math/openlibm: remove bad if

There's no extra-patch-Make.inc in files directory.
Wed, 9 Dec 2020
[ 02:26 linimon search for other commits by this committer ] Original commit   Revision:557333
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 search for other commits by this committer ] Original commit   Revision:548613
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 search for other commits by this committer ] Original commit   Revision:538506
math/openlibm: add the removed :c11 to USES=compiler
[ 16:34 pkubaj search for other commits by this committer ] Original commit   Revision:538505
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 search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:504395
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 search for other commits by this committer ] Original commit   Revision:489684 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:474527
math/openlibm: Not broken in aarch64

PR:		229737
Submitted by:	Greg V <greg@unrelenting.technology>
Tue, 19 Jun 2018
[ 17:56 swills search for other commits by this committer ] Original commit   Revision:472808
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 search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:452454
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 search for other commits by this committer ] Original commit   Revision:441847 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:440858 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:426199 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:419900
- Update to 0.5.2

PR:		211687
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Mon, 23 May 2016
[ 13:53 lwhsu search for other commits by this committer ] Original commit   Revision:415720
- Update to 0.5.1

PR:		209713
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Sat, 12 Mar 2016
[ 15:01 lwhsu search for other commits by this committer ] Original commit   Revision:410894
- Update to 0.5.0

PR:		207909
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Fri, 29 Jan 2016
[ 13:52 lwhsu search for other commits by this committer ] Original commit   Revision:407468
Add openlibm, high quality system independent, portable, open source libm

PR:		206676
Submitted by:	Iblis Lin <e196819@hotmail.com>

Number of commits found: 27