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/cbc/Makefile

Number of commits found: 29

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
Friday, 27 Oct 2023
06:46 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: update 2.10.10 → 2.10.11

Reported by:	portscout
commit hash: 4df811ab9679ec9bfcb15a9cac9201e595ad0653 commit hash: 4df811ab9679ec9bfcb15a9cac9201e595ad0653 commit hash: 4df811ab9679ec9bfcb15a9cac9201e595ad0653 commit hash: 4df811ab9679ec9bfcb15a9cac9201e595ad0653 4df811a
Wednesday, 21 Jun 2023
18:25 Dimitry Andric (dim) search for other commits by this committer
math/cbc: fix build with clang 16

Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because math/cbc's build infrastructure does not explicitly set its C++
standard, this leads to errors:

  ./CbcSymmetry.hpp:83:30: error: ISO C++17 does not allow 'register' storage
class specifier [-Wregister]
      inline void color_vertex(register int k) { color = k; }
                               ^~~~~~~~~
  ./CbcSymmetry.hpp:91:24: error: ISO C++17 does not allow 'register' storage
class specifier [-Wregister]
      inline void bounds(register double a, register double b)
                         ^~~~~~~~~

To work around the error, add USE_CXXSTD=gnu++11 to compile for C++11
with GNU extensions instead.

PR:		272101
Approved by:	yuri (maintainer)
MFH:		2023Q2
commit hash: 22c4f7a75ed3de4b97368be49f1ab70ab0aabb27 commit hash: 22c4f7a75ed3de4b97368be49f1ab70ab0aabb27 commit hash: 22c4f7a75ed3de4b97368be49f1ab70ab0aabb27 commit hash: 22c4f7a75ed3de4b97368be49f1ab70ab0aabb27 22c4f7a
Friday, 16 Jun 2023
05:05 Yuri Victorovich (yuri) search for other commits by this committer
math/nauty: Update 2.7r3 → 2.8.6

PR:		271718
Approved by:	moritz@schmi.tt (maintainer's timeout; 17 days)
commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 408d376
Sunday, 11 Jun 2023
07:55 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: Update 2.10.8 → 2.10.10

Reported by:	portscout
commit hash: 88d3d4a4e07d91cd68d14258642d540cb20a1788 commit hash: 88d3d4a4e07d91cd68d14258642d540cb20a1788 commit hash: 88d3d4a4e07d91cd68d14258642d540cb20a1788 commit hash: 88d3d4a4e07d91cd68d14258642d540cb20a1788 88d3d4a
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
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, 6 May 2022
18:56 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: Update 2.10.7 -> 2.10.8

Reported by:	portscout
commit hash: 850f9ef7dd526c90704edcc7a68d555c5dc17972 commit hash: 850f9ef7dd526c90704edcc7a68d555c5dc17972 commit hash: 850f9ef7dd526c90704edcc7a68d555c5dc17972 commit hash: 850f9ef7dd526c90704edcc7a68d555c5dc17972 850f9ef
Saturday, 23 Apr 2022
16:45 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: Enable parallel solver; add DEBUG option

PR:		263486
Original patch submitted by:	Wes Dyk <aus129@gmail.com>
commit hash: 398794808864948a1969acce9bf189ea7b88a693 commit hash: 398794808864948a1969acce9bf189ea7b88a693 commit hash: 398794808864948a1969acce9bf189ea7b88a693 commit hash: 398794808864948a1969acce9bf189ea7b88a693 3987948
Tuesday, 15 Mar 2022
08:42 Yuri Victorovich (yuri) search for other commits by this committer Author: Trond Endrestol
math/cbc: Fix typo in LIB_DEPENDS

PR:		262563
commit hash: 19fa43ec6452cafc8160c8ff4398b66200dd04e7 commit hash: 19fa43ec6452cafc8160c8ff4398b66200dd04e7 commit hash: 19fa43ec6452cafc8160c8ff4398b66200dd04e7 commit hash: 19fa43ec6452cafc8160c8ff4398b66200dd04e7 19fa43e
Sunday, 13 Mar 2022
18:30 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: Update 2.10.5 -> 2.10.7

Reported by:	portscout
commit hash: 67a380f362572612cec84b77fd20dbdaf753e373 commit hash: 67a380f362572612cec84b77fd20dbdaf753e373 commit hash: 67a380f362572612cec84b77fd20dbdaf753e373 commit hash: 67a380f362572612cec84b77fd20dbdaf753e373 67a380f
Thursday, 24 Feb 2022
16:21 Yuri Victorovich (yuri) search for other commits by this committer
math/ipopt: Update 3.12.13 -> 3.14.4
commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e a0d76a1
Wednesday, 23 Feb 2022
17:02 Yuri Victorovich (yuri) search for other commits by this committer
math/asl: Update 1.4.4 -> 2.0.0

Reported by:	portscout
commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc ce52f93
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Monday, 20 Sep 2021
21:34 Yuri Victorovich (yuri) search for other commits by this committer
math/nauty: Update 27r1 -> 27r3

PR:		258237
Approved by:	moritz@schmi.tt (maintainer)
commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e ec6283e
Monday, 23 Aug 2021
20:14 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: Build with Nauty, graph library
commit hash: d908b08281baab671763b8fa1a0097ca1cf416b1 commit hash: d908b08281baab671763b8fa1a0097ca1cf416b1 commit hash: d908b08281baab671763b8fa1a0097ca1cf416b1 commit hash: d908b08281baab671763b8fa1a0097ca1cf416b1 d908b08
Wednesday, 30 Jun 2021
17:47 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: math/cbc: add dependency to math/osi

PR:		256904
Initial version submitted by:	Philipp Ost <bsd@philippost.de>
commit hash: f98e7fabbeade264f11ca2003527e943febaa78a commit hash: f98e7fabbeade264f11ca2003527e943febaa78a commit hash: f98e7fabbeade264f11ca2003527e943febaa78a commit hash: f98e7fabbeade264f11ca2003527e943febaa78a f98e7fa
Monday, 3 May 2021
20:56 Yuri Victorovich (yuri) search for other commits by this committer
math/cbc: Link with COIN-OR ASL library and add missing dependencies
commit hash: b36055cf9f9eee5bd7515e0733830600763b9cbd commit hash: b36055cf9f9eee5bd7515e0733830600763b9cbd commit hash: b36055cf9f9eee5bd7515e0733830600763b9cbd commit hash: b36055cf9f9eee5bd7515e0733830600763b9cbd b36055c
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
Monday, 9 Mar 2020
07:41 yuri search for other commits by this committer
math/cbc: Update 2.10.4 -> 2.10.5

Reported by:	portscout
Original commitRevision:528094 
Saturday, 1 Feb 2020
14:52 yuri search for other commits by this committer
math/cbc: Update 2.10.3 -> 2.10.4

Reported by:	portscout
Original commitRevision:524767 
Saturday, 21 Dec 2019
22:58 yuri search for other commits by this committer
math/cbc: Update 2.9.9 -> 2.10.3
Original commitRevision:520588 
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 
Monday, 22 Apr 2019
13:16 gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
Original commitRevision:499638 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Saturday, 22 Sep 2018
05:30 linimon search for other commits by this committer
Fix build on gcc-based archs by updating USES.

Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:480340 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Monday, 16 Apr 2018
07:55 yuri search for other commits by this committer
New port: Coin-or Branch and Cut: mixed integer programming solver
Original commitRevision:467464 

Number of commits found: 29