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: devel/libcutl/pkg-plist

Number of commits found: 4

Saturday, 30 Dec 2023
20:59 Jason E. Hale (jhale) search for other commits by this committer
devel/xsd: Update to 4.2.0

Add two new support ports: devel/libxsd and devel/libxsd-frontend.

The runtime library was moved out of devel/xsd to devel/libxsd which is
why the headers are gone. The compiler frontend, which following a
previous comment in the devel/xsd Makefile suggesting that it should be a
separate port, but more out of necessity for compatibility with the
build2 build system, is now devel/libxsd-frontend.

The examples are now a separate distribution and I didn't really see any
urgent need to reincorporate them, as they would require yet another port
that the majority of our userbase would probably not be interested in as
xsd is ultimately just a build dependency for textproc/libkolabxml.

Update devel/libcutl to 1.11.0 due to header relocation.

Update textproc/libkolabxml to HEAD for C++11 compatibility.

Differential Revision:	https://reviews.freebsd.org/D43080
commit hash: 8c77316ede832a0c503e1434a36ba3822efefbd7 commit hash: 8c77316ede832a0c503e1434a36ba3822efefbd7 commit hash: 8c77316ede832a0c503e1434a36ba3822efefbd7 commit hash: 8c77316ede832a0c503e1434a36ba3822efefbd7 8c77316
Monday, 4 Mar 2019
04:59 jbeich search for other commits by this committer
devel/libcutl: unbreak with libc++ 8

In file included from exception.cxx:5:
In file included from /usr/include/c++/v1/typeinfo:61:
In file included from /usr/include/c++/v1/exception:81:
In file included from /usr/include/c++/v1/cstddef:38:
../version:1:1: error: expected unqualified-id
1.10.0
^

PR:		236192
Approved by:	portmgr blanket
Original commitRevision:494547 
Wednesday, 25 Nov 2015
13:05 rakuco search for other commits by this committer
Update libcutl to 1.10 and bump PORTREVISION in dependent ports.
Original commitRevision:402394 
Sunday, 6 Sep 2015
21:49 rakuco search for other commits by this committer
New port: devel/libcutl.

libcutl is a C++ utility library. It contains a collection of generic and
independent components such as meta-programming tests, smart pointers,
containers, compiler building blocks, etc.

WWW: http://www.codesynthesis.com/projects/libcutl/
Original commitRevision:396236 

Number of commits found: 4