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/hmat-oss/Makefile

Number of commits found: 24

Monday, 1 Jan 2024
11:49 Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0

PR:		275860
commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd f2489ab
Tuesday, 12 Dec 2023
19:03 Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 ab17137
Wednesday, 8 Nov 2023
08:50 Yuri Victorovich (yuri) search for other commits by this committer
math/hmat-oss: update 1.8.1 → 1.9.0

Reported by:	portscout
commit hash: 893ea512de556b77945c0aa3dce53e303984c635 commit hash: 893ea512de556b77945c0aa3dce53e303984c635 commit hash: 893ea512de556b77945c0aa3dce53e303984c635 commit hash: 893ea512de556b77945c0aa3dce53e303984c635 893ea51
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Sunday, 12 Mar 2023
09:02 Yuri Victorovich (yuri) search for other commits by this committer
math/hmat-oss: Update 1.7.1 → 1.8.1

Reported by:	portscout
commit hash: 25bf2e0ba8eb97dd9cd8a1aeca1c2e54a83526c4 commit hash: 25bf2e0ba8eb97dd9cd8a1aeca1c2e54a83526c4 commit hash: 25bf2e0ba8eb97dd9cd8a1aeca1c2e54a83526c4 commit hash: 25bf2e0ba8eb97dd9cd8a1aeca1c2e54a83526c4 25bf2e0
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 3 Oct 2021
17:47 Fernando Apesteguía (fernape) search for other commits by this committer
*/*: Remove compiler:openmp from Mk/Uses/compiler.mk

The option implied a dependency on gcc but clang got openmp support long ago.

Remove compiler:openmp from Mk/Uses/compiler.mk

For ports using USE=compiler:openmp, just remove it and make them build with
clang.
Fix conditionals when necessary
Bump PORTREVISION where appropriate

If problem arises, they can be addressed by using USE_GCC=yes

An update to the Porter's Handbook will follow.

Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D31971
commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2 commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2 commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2 commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2 07fb2d5
Wednesday, 23 Jun 2021
17:59 Yuri Victorovich (yuri) search for other commits by this committer
math/hmat-oss: Update 1.7.0 -> 1.7.1
commit hash: 387d0ae7ae2df4f037733c6a124f33e786a974b9 commit hash: 387d0ae7ae2df4f037733c6a124f33e786a974b9 commit hash: 387d0ae7ae2df4f037733c6a124f33e786a974b9 commit hash: 387d0ae7ae2df4f037733c6a124f33e786a974b9 387d0ae
Monday, 7 Jun 2021
10:05 Yuri Victorovich (yuri) search for other commits by this committer
math/hmat-oss: Update 1.6.1 -> 1.7.0

Reported by:	portscout
commit hash: cf292f18d4b5a9fee8b241c4bbbcf51f9bab8c65 commit hash: cf292f18d4b5a9fee8b241c4bbbcf51f9bab8c65 commit hash: cf292f18d4b5a9fee8b241c4bbbcf51f9bab8c65 commit hash: cf292f18d4b5a9fee8b241c4bbbcf51f9bab8c65 cf292f1
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 6 May 2020
16:11 yuri search for other commits by this committer
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas.
Original commitRevision:534185 
Tuesday, 21 Apr 2020
05:13 yuri search for other commits by this committer
math/hmat-oss: Update 1.5.0-348 -> 1.6.1

Reported by:	portscout
Original commitRevision:532251 
Monday, 10 Feb 2020
13:23 pkubaj search for other commits by this committer
math/hmat-oss: fix build on GCC architectures

After OpenBLAS update, new GCC is required:
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146
(message):
  Could NOT find CBLAS (missing: CBLAS_LIBRARIES)
Original commitRevision:525704 
Thursday, 30 Jan 2020
14:17 swills search for other commits by this committer
Fix math/openblas and bump dependent ports

* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
Original commitRevision:524642 
Wednesday, 22 Jan 2020
16:58 jbeich search for other commits by this committer
math/hmat-oss: disable BLAS multi-threading after r523749

Previously, openblas_set_num_threads wasn't available but libopenblas.so
was single-threaded.

PR:		231371
Original commitRevision:523819 
Tuesday, 21 Jan 2020
22:03 swills search for other commits by this committer
math/openblas: Update to 0.3.7

While here, improve formatting and fix build of dependant ports.

PR:		231371
Submitted by:	yuri (initial version), pkubaj (ppc fixes)
Approved by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Original commitRevision:523749 
Monday, 28 Oct 2019
13:42 pkubaj search for other commits by this committer
math/hmat-oss: fix build on GCC architectures

Don't unconditionally depend on libomp, this breaks compilation on GCC
architectures.

Instead, add USES=compiler:openmp.

Bump PORTREVISION because of dependency change.

PR:		241017
Approved by:	linimon (mentor), yuri (maintainer timeout)
Original commitRevision:515860 
Saturday, 21 Sep 2019
18:59 jbeich search for other commits by this committer
devel/openmp: update to 9.0.0

- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783

Changes:	http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI:		https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
Original commitRevision:512535 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Sunday, 2 Jun 2019
15:30 yuri search for other commits by this committer
math/hmat-oss: Enable tests
Original commitRevision:503317 
Saturday, 1 Jun 2019
23:07 yuri search for other commits by this committer
math/hmat-oss: Update 1.5.0-340 -> 1.5.0-348
Original commitRevision:503280 
Wednesday, 8 May 2019
16:05 jbeich search for other commits by this committer
devel/openmp: phase out

- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)

PR:		236907
Approved by:	bapt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19767
Original commitRevision:501030 
Monday, 29 Apr 2019
19:07 yuri search for other commits by this committer
New port: math/hmat-oss: Hierarchical matrix C/C++ library
Original commitRevision:500425 

Number of commits found: 24