<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math, branch 2023Q4</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2023Q4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2023Q4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-11-26T01:18:03Z</updated>
<entry>
<title>lang/fpc-*: Merge all units to lang/fpc</title>
<updated>2023-11-26T01:18:03Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2023-11-26T01:18:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=58d9da58c03cbe30d42c2aa14ae4d188f5c0e677'/>
<id>urn:sha1:58d9da58c03cbe30d42c2aa14ae4d188f5c0e677</id>
<content type='text'>
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
  and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
  of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications

(cherry picked from commit 0b92f925a3a155ce7b5f4eddfd528553915c6eb8)
</content>
</entry>
<entry>
<title>math/lrcalc: make fetchable again</title>
<updated>2023-11-10T12:06:35Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-11-10T12:00:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=92cab81026f719ff0dc44514ead081c005acc9b1'/>
<id>urn:sha1:92cab81026f719ff0dc44514ead081c005acc9b1</id>
<content type='text'>
No more available from the master site, take it directly from the repository.

Reported by:	pkg-fallout

(cherry picked from commit 87447d64223e5d46e355a3b878637ea931b3e9d2)
</content>
</entry>
<entry>
<title>math/dsdp: adding a SONAME to the shared library</title>
<updated>2023-11-02T16:25:06Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-11-01T16:06:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=711f7ab1ab59b258d91c60213267c34668b3922e'/>
<id>urn:sha1:711f7ab1ab59b258d91c60213267c34668b3922e</id>
<content type='text'>
When building math/py-cvxopt the following error is displayed:
Error: /usr/local/lib/python3.9/site-packages/cvxopt/dsdp.cpython-39.so is
linked to /usr/local/lib/libdsdp.so which does not have a SONAME.
math/dsdp needs to be fixed.

Since I’m there, also install the static library.

PR:		274851
Approved by:	yuri 'maintainer)

(cherry picked from commit 2a236ba2fb1292066821487f6ad5cf49949705cd)
</content>
</entry>
<entry>
<title>math/openblas: Revert "update to 0.3.24"</title>
<updated>2023-10-10T17:18:46Z</updated>
<author>
<name>Robert Clausecker</name>
<email>fuz@FreeBSD.org</email>
</author>
<published>2023-10-10T17:08:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3854b733b246f077a2a6efbb3c58cb8be7297615'/>
<id>urn:sha1:3854b733b246f077a2a6efbb3c58cb8be7297615</id>
<content type='text'>
On some amd64 CPUs, this change broke py-scipy during configure,
and octave at runtime.  In the end, octave kills the package
builders.

This reverts commit c45681ef5049357ef58d738865b821186b02578f.

Approved by:	portmgr (antoine)
PR:		273219
MFH:		2023Q4

(cherry picked from commit 2c83bd52e56ebe097db15d592401cab28f9f126a)
</content>
</entry>
<entry>
<title>math/openblas: update to 0.3.24</title>
<updated>2023-10-09T07:42:23Z</updated>
<author>
<name>Eijiro Shibusawa</name>
<email>phd_kimberlite@yahoo.co.jp</email>
</author>
<published>2023-10-02T22:58:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ae3a092647271843da6d1fb9a38fe7331185c088'/>
<id>urn:sha1:ae3a092647271843da6d1fb9a38fe7331185c088</id>
<content type='text'>
Changelog: https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.24

PR:		273219
(cherry picked from commit c45681ef5049357ef58d738865b821186b02578f)
</content>
</entry>
<entry>
<title>math/saga: Update to 9.1.3</title>
<updated>2023-10-05T16:36:14Z</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2023-10-05T16:30:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=696159ec86d22d209f4b88cf5efa92a0d0aed026'/>
<id>urn:sha1:696159ec86d22d209f4b88cf5efa92a0d0aed026</id>
<content type='text'>
Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.1.3/attachment/changelog_saga_9.1.3.txt

MFH:		2023Q4
(cherry picked from commit 7d24d10d832e82d5587db44d73645f7f90839708)
</content>
</entry>
<entry>
<title>math/openturns: remove a deprecated option to chase ceres-solver 2.2.0</title>
<updated>2023-10-02T17:01:36Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-10-02T16:36:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=104cc29607554a81cbb8d1e3b28721a87e190bf8'/>
<id>urn:sha1:104cc29607554a81cbb8d1e3b28721a87e190bf8</id>
<content type='text'>
PR:		274203
Approved by:	yuri (maintainer)
</content>
</entry>
<entry>
<title>math/ceres-solver: upgrade to 2.2.0rc1 and unbreak</title>
<updated>2023-10-02T17:01:36Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-10-01T18:08:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b736288ff0e0aec0932ed931017bc8170c43b502'/>
<id>urn:sha1:b736288ff0e0aec0932ed931017bc8170c43b502</id>
<content type='text'>
Remove the patches. All tests pass.

PR:		274200
Approved by:	yuri (maintainer)
</content>
</entry>
<entry>
<title>XFCE: Cleanup dependencies</title>
<updated>2023-10-02T15:53:42Z</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2023-10-02T15:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0afc8661e4a56c97828d88575c4bf3e7f7d3a768'/>
<id>urn:sha1:0afc8661e4a56c97828d88575c4bf3e7f7d3a768</id>
<content type='text'>
- Update xfce.mk to avid forcing too many dependencies on consumers
- Change dependency on garcon to reference libgarcon-1.so (main
  library)
- Explicitly add USE_XFCE components to the ports actually needing
  them.
- Cleanup dependencies, adding/removing missing/extra dependencies
- Change the referenced library in some LIB_DEPENDS to the actually
  linked one (avoids false positives in poudriere Q/A tests)
- Bump PORTREVISION on all touched ports, even indirectly due to
  the effect of removing forced dependencies on certain components
- Remove USES=fuse from gigolo. I could not find any kind f reference
  to fuse in the code.
- xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of
  the Makefile
</content>
</entry>
<entry>
<title>math/R-cran-eRm: upgrade to 1.0-4</title>
<updated>2023-10-01T17:20:25Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-10-01T15:49:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=38fb4893b501c1592e26a13dd8cf28f226ff28ea'/>
<id>urn:sha1:38fb4893b501c1592e26a13dd8cf28f226ff28ea</id>
<content type='text'>
Changelog at &lt;https://cran.r-project.org/web/packages/eRm/news.html&gt;.
</content>
</entry>
</feed>
