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: biology/ncbi-cxx-toolkit/Makefile

Number of commits found: 24

Friday, 8 Mar 2024
10:25 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: update 28.0.0 → 28.0.2

Reported by:	portscout
commit hash: b7ad936058a43ebaeb7a6ac2f5974fa96eec84be commit hash: b7ad936058a43ebaeb7a6ac2f5974fa96eec84be commit hash: b7ad936058a43ebaeb7a6ac2f5974fa96eec84be commit hash: b7ad936058a43ebaeb7a6ac2f5974fa96eec84be b7ad936
Sunday, 21 Jan 2024
04:09 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: Broken on armv7

Reported by:	fallout
commit hash: b47d5ac38068cba1532d9481527bf0d38fa0db16 commit hash: b47d5ac38068cba1532d9481527bf0d38fa0db16 commit hash: b47d5ac38068cba1532d9481527bf0d38fa0db16 commit hash: b47d5ac38068cba1532d9481527bf0d38fa0db16 b47d5ac
Friday, 5 Jan 2024
09:38 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: update 27.0.0 → 28.0.0
commit hash: 883c0d3b620714610b65cab9f81abcc6c60b9f36 commit hash: 883c0d3b620714610b65cab9f81abcc6c60b9f36 commit hash: 883c0d3b620714610b65cab9f81abcc6c60b9f36 commit hash: 883c0d3b620714610b65cab9f81abcc6c60b9f36 883c0d3
Wednesday, 26 Jul 2023
19:58 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.2.1
commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 94ecbdc
Tuesday, 27 Jun 2023
04:41 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: Update 26.0.1 → 27.0.0

Reported by:	portscout
commit hash: 5230e317c9a8a5b8e49a97736d920ee8295a2a31 commit hash: 5230e317c9a8a5b8e49a97736d920ee8295a2a31 commit hash: 5230e317c9a8a5b8e49a97736d920ee8295a2a31 commit hash: 5230e317c9a8a5b8e49a97736d920ee8295a2a31 5230e31
Thursday, 9 Mar 2023
12:42 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.2.0
commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd 486ea1d
Wednesday, 18 Jan 2023
14:48 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.1.1
commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 3db760a
Thursday, 17 Nov 2022
08:20 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.1.0

Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 de3b9f5
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
Saturday, 6 Aug 2022
23:28 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: Broken on armv6

Reported by:	fallout
commit hash: 183ec5cd65c000e21aa59f9b569362b0f296fb57 commit hash: 183ec5cd65c000e21aa59f9b569362b0f296fb57 commit hash: 183ec5cd65c000e21aa59f9b569362b0f296fb57 commit hash: 183ec5cd65c000e21aa59f9b569362b0f296fb57 183ec5c
Sunday, 6 Feb 2022
18:36 Stefan Eßer (se) search for other commits by this committer
Update CONFLICTS definitions in categories a* to c*

Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e bdd2d4a
Wednesday, 26 Jan 2022
23:51 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: Update 25.2.0 -> 26.0.1
commit hash: e2641662d618fe725aa4539a3a2a0830383114ba commit hash: e2641662d618fe725aa4539a3a2a0830383114ba commit hash: e2641662d618fe725aa4539a3a2a0830383114ba commit hash: e2641662d618fe725aa4539a3a2a0830383114ba e264166
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
Friday, 1 Oct 2021
07:14 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: Update 25.0.0 -> 25.2.0

Reported by:	upstream ML notification
commit hash: a3d97bcf09b7b63977a9d405ed984807c0bc39ed commit hash: a3d97bcf09b7b63977a9d405ed984807c0bc39ed commit hash: a3d97bcf09b7b63977a9d405ed984807c0bc39ed commit hash: a3d97bcf09b7b63977a9d405ed984807c0bc39ed a3d97bcf
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Saturday, 4 Sep 2021
03:58 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: Broken on 11

Reported by:	fallout
commit hash: 4fac1dac10494e4f6cf08edf672df2be52083019 commit hash: 4fac1dac10494e4f6cf08edf672df2be52083019 commit hash: 4fac1dac10494e4f6cf08edf672df2be52083019 commit hash: 4fac1dac10494e4f6cf08edf672df2be52083019 4fac1da
Wednesday, 25 Aug 2021
20:28 Yuri Victorovich (yuri) search for other commits by this committer
biology/ncbi-cxx-toolkit: Update 22.0.0 -> 25.0.0
commit hash: cc5fdc14d94309a7dbae28f96689202781c1e299 commit hash: cc5fdc14d94309a7dbae28f96689202781c1e299 commit hash: cc5fdc14d94309a7dbae28f96689202781c1e299 commit hash: cc5fdc14d94309a7dbae28f96689202781c1e299 cc5fdc1
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
Friday, 25 Sep 2020
06:57 yuri search for other commits by this committer
biology/ncbi-cxx-toolkit: Update 21.0.0 -> 22.0.0
Original commitRevision:549992 
Monday, 4 Nov 2019
21:08 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories b

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'b'.
Original commitRevision:516742 
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 
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 
Monday, 8 Oct 2018
07:54 yuri search for other commits by this committer
New port: biology/ncbi-cxx-toolkit: NCBI C++ Toolkit
Original commitRevision:481520 

Number of commits found: 24