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: science/cantera/Makefile

Number of commits found: 24

Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Thursday, 14 Dec 2023
15:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 10.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 ec5f6e2
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
Tuesday, 14 Nov 2023
21:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/cantera: Fix build on FreeBSD 12

c++ -o build/src/base/global.os -c -isystem include/cantera/ext -isystem
/usr/local/include -isystem /usr/local/include/eigen3 -std=c++17 -O2 -pipe
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-isystem /usr/local/include -pthread -O3 -Wall -include-pch src/pch/system.h.gch
-fPIC -DNDEBUG -DGIT_COMMIT=\"unknown\" -Iinclude -Ibuild/src
src/base/global.cpp
In file included from src/base/global.cpp:11:
In file included from /usr/local/include/boost/stacktrace.hpp:15:
In file included from /usr/local/include/boost/stacktrace/frame.hpp:38:
In file included from /usr/local/include/boost/stacktrace/safe_dump_to.hpp:217:
/usr/local/include/boost/stacktrace/detail/collect_unwind.ipp:101:7: error: no
member named '_Unwind_Backtrace' in the global namespace
    ::_Unwind_Backtrace(&boost::stacktrace::detail::unwind_callback, &state);
    ~~^
1 error generated.
commit hash: a4c89641bb058f8aae3b4d5389881f8330e89628 commit hash: a4c89641bb058f8aae3b4d5389881f8330e89628 commit hash: a4c89641bb058f8aae3b4d5389881f8330e89628 commit hash: a4c89641bb058f8aae3b4d5389881f8330e89628 a4c8964
17:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/cantera: Fix build with scons 4.5.2+

from SConstruct:
try:
    from packaging.version import parse as parse_version
except ImportError:
    from pkg_resources import parse_version

Reference:	https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-11-02_15h08m17s/logs/errors/cantera-3.0.0.log
PR:		274524
commit hash: 93343a157453fa6f16b29578e127e040d8a57282 commit hash: 93343a157453fa6f16b29578e127e040d8a57282 commit hash: 93343a157453fa6f16b29578e127e040d8a57282 commit hash: 93343a157453fa6f16b29578e127e040d8a57282 93343a1
Wednesday, 23 Aug 2023
06:09 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: update 2.6.0 → 3.0.0

Reported by:	portscout
commit hash: 76d1dd518eb6ddb6404872e3d74ab222ad1045aa commit hash: 76d1dd518eb6ddb6404872e3d74ab222ad1045aa commit hash: 76d1dd518eb6ddb6404872e3d74ab222ad1045aa commit hash: 76d1dd518eb6ddb6404872e3d74ab222ad1045aa 76d1dd5
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Jun 2023
04:45 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Add USES=localbase in an attempt to fix build on various
systems

Reported by:	fallout
commit hash: 158737759d4e720d68801c9247e9af4c811fcbb7 commit hash: 158737759d4e720d68801c9247e9af4c811fcbb7 commit hash: 158737759d4e720d68801c9247e9af4c811fcbb7 commit hash: 158737759d4e720d68801c9247e9af4c811fcbb7 1587377
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
Friday, 30 Dec 2022
19:00 Muhammad Moinur Rahman (bofh) search for other commits by this committer
science/*: Fix USES=octave for some ports

In my previous commits of USES=octave conversion I missed two ports in
science category. Fix those to use USES=octave:env.

Approved by:	portmgr (blanket infrastructure)
commit hash: ad0afe0769e845486e267fdb5d21fccf23535215 commit hash: ad0afe0769e845486e267fdb5d21fccf23535215 commit hash: ad0afe0769e845486e267fdb5d21fccf23535215 commit hash: ad0afe0769e845486e267fdb5d21fccf23535215 ad0afe0
Monday, 19 Dec 2022
09:31 Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e 2af489c
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
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 29 Jun 2022
08:21 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Minor simplification
commit hash: cb323b42441955603a84d7ba0afa5a472a611359 commit hash: cb323b42441955603a84d7ba0afa5a472a611359 commit hash: cb323b42441955603a84d7ba0afa5a472a611359 commit hash: cb323b42441955603a84d7ba0afa5a472a611359 cb323b4
Tuesday, 3 May 2022
02:34 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Unbreak OCTAVE option
commit hash: 7095cde0cd9d5cde379f4369b98c7090a06239a6 commit hash: 7095cde0cd9d5cde379f4369b98c7090a06239a6 commit hash: 7095cde0cd9d5cde379f4369b98c7090a06239a6 commit hash: 7095cde0cd9d5cde379f4369b98c7090a06239a6 7095cde
Monday, 2 May 2022
16:24 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Update 2.5.1-611 -> 2.6.0

Reported by:	portscout
commit hash: 4e73a1fd32da46003d7070527b56b69bd3e1e6d8 commit hash: 4e73a1fd32da46003d7070527b56b69bd3e1e6d8 commit hash: 4e73a1fd32da46003d7070527b56b69bd3e1e6d8 commit hash: 4e73a1fd32da46003d7070527b56b69bd3e1e6d8 4e73a1f
Wednesday, 22 Dec 2021
09:24 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: For OCTAVE option, fix .mex file path

ctmethods.mexa64 is installed by the project but ctmethods.mex
is expected by octave.
commit hash: fffad4fbd2a6e94cb8687288c14908decb536299 commit hash: fffad4fbd2a6e94cb8687288c14908decb536299 commit hash: fffad4fbd2a6e94cb8687288c14908decb536299 commit hash: fffad4fbd2a6e94cb8687288c14908decb536299 fffad4f
Tuesday, 21 Dec 2021
22:55 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Add pkg-message when OCTAVE option is enabled.
commit hash: 1fe058dad791ce7f64f98523ad243eb6c70412a6 commit hash: 1fe058dad791ce7f64f98523ad243eb6c70412a6 commit hash: 1fe058dad791ce7f64f98523ad243eb6c70412a6 commit hash: 1fe058dad791ce7f64f98523ad243eb6c70412a6 1fe058d
Sunday, 19 Dec 2021
22:17 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Add the OCTAVE option
commit hash: d50b72ba9fd673d9e759012b7ea31a5aa513fd6b commit hash: d50b72ba9fd673d9e759012b7ea31a5aa513fd6b commit hash: d50b72ba9fd673d9e759012b7ea31a5aa513fd6b commit hash: d50b72ba9fd673d9e759012b7ea31a5aa513fd6b d50b72b
Monday, 20 Sep 2021
03:08 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Fix handling of Python versions
commit hash: 1dcd34af411b87cdbc585bee08d1bb31a781600f commit hash: 1dcd34af411b87cdbc585bee08d1bb31a781600f commit hash: 1dcd34af411b87cdbc585bee08d1bb31a781600f commit hash: 1dcd34af411b87cdbc585bee08d1bb31a781600f 1dcd34a
02:53 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Update 2.5.1-552 -> 2.5.1-611

The PYTHON option is now fixed and is enabled.
commit hash: f628a6e4530ea540591ffff54b58981552eef407 commit hash: f628a6e4530ea540591ffff54b58981552eef407 commit hash: f628a6e4530ea540591ffff54b58981552eef407 commit hash: f628a6e4530ea540591ffff54b58981552eef407 f628a6e
Sunday, 12 Sep 2021
03:10 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Add missing boost dependency

Reported by:	fallout
commit hash: c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e commit hash: c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e commit hash: c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e commit hash: c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e c9f9c0d
Friday, 10 Sep 2021
19:03 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: Small corrections
commit hash: c43e8a0f4be2ed790fc98db293707827f659faa5 commit hash: c43e8a0f4be2ed790fc98db293707827f659faa5 commit hash: c43e8a0f4be2ed790fc98db293707827f659faa5 commit hash: c43e8a0f4be2ed790fc98db293707827f659faa5 c43e8a0
18:50 Yuri Victorovich (yuri) search for other commits by this committer
science/cantera: New port: Chemical kinetics, thermodynamics, and transport tool
suite
commit hash: af1b8fdf83929fcf6acf149bcdb9b81a59cd5981 commit hash: af1b8fdf83929fcf6acf149bcdb9b81a59cd5981 commit hash: af1b8fdf83929fcf6acf149bcdb9b81a59cd5981 commit hash: af1b8fdf83929fcf6acf149bcdb9b81a59cd5981 af1b8fd

Number of commits found: 24