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/coinmp/files/patch-Clp_src_OsiClp_OsiClpSolverInterface.cpp

Number of commits found: 2

Tuesday, 4 May 2021
20:55 Yuri Victorovich (yuri) search for other commits by this committer
math/coinmp: Remove other COIN-OR libraries

Several other COIN-OR libraries were built and installed
with OpenMP which caused file conflicts.

As it turned out, the 1.8.4 tarball on the COIN-OR website
had several other COIN-OR libraries bundled which caused
their automatic rebuild.

GitHub repository doesn't have bundled libraries at the same
tag. Switching to GitHub removed them.
commit hash: ff80f43ba0bfb0405b03d8a802a9cb22083efc0a commit hash: ff80f43ba0bfb0405b03d8a802a9cb22083efc0a commit hash: ff80f43ba0bfb0405b03d8a802a9cb22083efc0a commit hash: ff80f43ba0bfb0405b03d8a802a9cb22083efc0a ff80f43
Friday, 5 Jan 2018
12:37 jbeich search for other commits by this committer
math/coinmp: unbreak build with Clang 6 (C++14 by default)

ClpModel.cpp:3848:24: error: reinterpret_cast from 'nullptr_t' to 'const char *'
is not allowed
                       reinterpret_cast<const char*> (NULL) /*integrality*/,
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OsiClpSolverInterface.cpp:1451:50: error: reinterpret_cast from 'nullptr_t' to
'int *' is not allowed
    messagesPointer->setDetailMessages(100,10000,reinterpret_cast<int *>
(NULL));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from CglLandPSimplex.cpp:11:
In file included from ./CglLandPSimplex.hpp:31:
./CglLandPUtils.hpp:88:25: error: reinterpret_cast from 'nullptr_t' to
'OsiRowCut *' is not allowed
        cuts_.resize(i, reinterpret_cast<OsiRowCut *> (NULL));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CbcModel.cpp:5322:41: error: reinterpret_cast from 'nullptr_t' to 'double *' is
not allowed
            clpSolver->setFakeObjective(reinterpret_cast<double *> (NULL));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	antoine (via bug 224669)
Original commitRevision:458136 

Number of commits found: 2