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

Number of commits found: 19

Saturday, 27 Jan 2024
09:23 Lorenzo Salvadore (salvadore) search for other commits by this committer
*/*: Drop maintainership for some of my ports

Drop maintainership for ports for which I do not have much interest any
more or for which I do not have as much time as they require, so that I
can focus more on the ports I maintain and other projects both inside
and outside FreeBSD and so that they can be adopted by other
contributors.
commit hash: cca6bb345147ae19a12bed4ef108c180bc0b3494 commit hash: cca6bb345147ae19a12bed4ef108c180bc0b3494 commit hash: cca6bb345147ae19a12bed4ef108c180bc0b3494 commit hash: cca6bb345147ae19a12bed4ef108c180bc0b3494 cca6bb3
Wednesday, 26 Jul 2023
09:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/cocoalib: Fix build with llvm16

- Utilize USES=localbase

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 70dac127ed051f5c004753baebfc9e9adda4acbd commit hash: 70dac127ed051f5c004753baebfc9e9adda4acbd commit hash: 70dac127ed051f5c004753baebfc9e9adda4acbd commit hash: 70dac127ed051f5c004753baebfc9e9adda4acbd 70dac12
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
Thursday, 21 Apr 2022
12:00 Lorenzo Salvadore (salvadore) search for other commits by this committer
math/cocoalib: Update to 0.99800 and adopt again

Approved by:	gerald (mentor)
commit hash: d5fed995808a3286453d9d107fe2f6c4eee8fff4 commit hash: d5fed995808a3286453d9d107fe2f6c4eee8fff4 commit hash: d5fed995808a3286453d9d107fe2f6c4eee8fff4 commit hash: d5fed995808a3286453d9d107fe2f6c4eee8fff4 d5fed99
Monday, 14 Feb 2022
17:10 Neel Chauhan (nc) search for other commits by this committer
math/cocoalib: Update to 0.99717
commit hash: 80ffd8a93fd57a23a30130e0f9eba3febe3a3339 commit hash: 80ffd8a93fd57a23a30130e0f9eba3febe3a3339 commit hash: 80ffd8a93fd57a23a30130e0f9eba3febe3a3339 commit hash: 80ffd8a93fd57a23a30130e0f9eba3febe3a3339 80ffd8a
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
Tuesday, 23 Mar 2021
21:22 thierry search for other commits by this committer
- Upgrade to 0.99712;

- Build the static library with PIC and run ranlib;

- Also build and install a shared library.
Original commitRevision:569062 
Monday, 20 Jul 2020
21:15 pkubaj search for other commits by this committer
math/cocoalib: fix build on GCC architectures

Use C++11 compiler:
/wrkdirs/usr/ports/math/cocoalib/work/CoCoALib-0.99710/include/CoCoA/TmpPBMill.H:263:
error: 'nullptr' was not declared in this scope

MFH:		2020Q3 (fix build blanket)
Original commitRevision:542673 
Sunday, 21 Jun 2020
15:36 salvadore search for other commits by this committer
Drop ports maintainership

Approved by:	gerald (mentor)
Original commitRevision:539770 
Thursday, 11 Jun 2020
20:22 salvadore search for other commits by this committer
math/cocoalib: Update to 0.99710

Also:
- build the port by patching existing Makefiles instead of copying a new one
  from ${FILESDIR} in the hope that this eases maintainance;
- change the SMALLDEG option so that it now applies a patch conditionally
  instead of using ${REINPLACE_CMD}.

Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D25234
Original commitRevision:538535 
Tuesday, 31 Dec 2019
13:02 meta search for other commits by this committer
multiple ports: Update MAINTAINER

as he got FreeBSD.org account.

PR:		243002
Submitted by:	salvadore
Original commitRevision:521615 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Original commitRevision:519824 
Sunday, 27 Oct 2019
17:53 rakuco search for other commits by this committer
Update to 0.96601

PR:		241436
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Original commitRevision:515805 
Saturday, 19 Oct 2019
10:55 tobik search for other commits by this committer
math/cocoalib: Drop unhooked BOOST_BUILD_DEPENDS helper
Original commitRevision:514784 
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Original commitRevision:509290 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
Original commitRevision:498698 
Wednesday, 20 Mar 2019
11:15 swills search for other commits by this committer
math/cocoalib: create port

CoCoALib is a C++ library for Computations in Commutative Algebra,
focused mainly on polynomial rings, ideals, Groebner basis and
similar topics.

WWW: http://cocoa.dima.unige.it

PR:		231807
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Original commitRevision:496332 

Number of commits found: 19