notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/eigen3/files

Number of commits found: 4

Saturday, 20 Feb 2021
20:38 adridg search for other commits by this committer
Update math/eigen3 to latest upstream release

Release notes are at
	https://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.9
One of our patches was for issue 2011, which is resolved upstream,
so that can go. The other patch is not needed anymore either.

While here, drop the gl (USE=gl) dependency. This turned out to be
needed for tests that aren't built anyway. I mini-exp-ran this by
test-compiling all the things that showed fallout in the previous
Eigen update.

Referenced PR is about gl, not about updating Eigen.

PR:		251939
Original commitRevision:566187 
Saturday, 12 Dec 2020
17:04 thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
Original commitRevision:557839 
Thursday, 15 Jun 2017
22:27 pi search for other commits by this committer
math/eigen3: update 3.2.10 -> 3.3.4

PR:		220019
Reviewed by:	otacilio.neto@bsd.com.br
Approved by:	rakuco (kde)
Relnotes:	http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.4
Original commitRevision:443663 
Wednesday, 5 Oct 2016
04:28 jbeich search for other commits by this committer
math/eigen3: unbreak consumers on 9.x after r421231

In file included from
/usr/local/include/eigen3/unsupported/Eigen/MatrixFunctions:58,
                 from modules/contrib/src/rgbdodometry.cpp:65:
/usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:
In member function 'void
Eigen::MatrixExponential<MatrixType>::computeUV(float)':
/usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:296:
error: call of overloaded 'pow(int, int&)' is ambiguous
/usr/include/math.h:210: note: candidates are: double pow(double, double)
/usr/include/c++/4.2/cmath:357: note:                 float std::pow(float,
float)
/usr/include/c++/4.2/cmath:361: note:                 long double std::pow(long
double, long double)
/usr/include/c++/4.2/cmath:365: note:                 double std::pow(double,
int)
/usr/include/c++/4.2/cmath:369: note:                 float std::pow(float, int)
/usr/include/c++/4.2/cmath:373: note:                 long double std::pow(long
double, int)

Reported by:	pkg-fallout
Original commitRevision:423317 

Number of commits found: 4