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: graphics/darktable38/Makefile

Number of commits found: 6

Friday, 18 Mar 2022
23:04 Matthias Andree (mandree) search for other commits by this committer
graphics/darktable: update to 3.8.1

After having matured this code in graphics/darktable38 for two months,
showtime. Let's upgrade graphics/darktable to 3.8.1.

Note: LTO on RawSpeed still does not work, ninja re-enabled.

Rename option from LIBAVIF to AVIF.

Convert all <opt>_CMAKE_OFF to <opt>_CMAKE_BOOL
for tighter control of options.

ChangeLog:
+ https://github.com/darktable-org/darktable/releases/tag/release-3.8.0
+ https://github.com/darktable-org/darktable/releases/tag/release-3.8.1

PR:		260674

Approved by:	dumbbell@ (maintainer timeout, 14 d)
dumbbell@ was positive to committing a previous version of this, earlier
commit hash: 80c4d9abe1dd41acce04b39641138912f66cb374 commit hash: 80c4d9abe1dd41acce04b39641138912f66cb374 commit hash: 80c4d9abe1dd41acce04b39641138912f66cb374 commit hash: 80c4d9abe1dd41acce04b39641138912f66cb374 80c4d9a
Saturday, 12 Mar 2022
16:31 Jan Beich (jbeich) search for other commits by this committer
Mk/bsd.options.desc.mk: add shared AVIF description

Intended for the reference implementation. Ports with AVIF support via
libheif (LGPLv3+, C++-based) to use HEIF option instead.
commit hash: e931660117bf17d88dd775c837f87cf2e20b247a commit hash: e931660117bf17d88dd775c837f87cf2e20b247a commit hash: e931660117bf17d88dd775c837f87cf2e20b247a commit hash: e931660117bf17d88dd775c837f87cf2e20b247a e931660
Saturday, 26 Feb 2022
12:18 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION of users due to bump of graphics/libheif
commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 6c15051
Tuesday, 15 Feb 2022
20:50 Matthias Andree (mandree) search for other commits by this committer
graphics/darktable38: update to 3.8.1

https://github.com/darktable-org/darktable/releases/tag/release-3.8.1

Rename option from LIBAVIF to AVIF.

Convert all <opt>_CMAKE_OFF to <opt>_CMAKE_BOOL for better control
of options.

After receiving dumbbell's feedback that 3.8 can be merged back
to graphics/darktable, deprecate this port for end of March.
commit hash: fb1e02a81d205f693a9ff82bf65e889073d6ba7a commit hash: fb1e02a81d205f693a9ff82bf65e889073d6ba7a commit hash: fb1e02a81d205f693a9ff82bf65e889073d6ba7a commit hash: fb1e02a81d205f693a9ff82bf65e889073d6ba7a fb1e02a
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
Thursday, 30 Dec 2021
00:18 Matthias Andree (mandree) search for other commits by this committer
graphics/darktable38: new v3.8 of raw developer

This port is meant to fill the gap until we can upgrade
graphics/darktable (which is v3.6), so that we have 3.8 in 2022Q1,
and to avoid breaking darktable for the latter in case new issues
show up, as darktable 3.8 is fairly new at the time of commit.

This is based on prior work by the graphics/darktable port maintainers,
dumbbell@ and lwhsu@.

Versus v3.6, we re-enable ninja builds but LTO with RawSpeed
currently does not work. For that to work, we need to BINARY_ALIAS
the linker, to avoid picking up the base system linker with a newer
LLVM toolchain from ports (no matter if 12 or 13).

related to
PR:		260674
commit hash: b515b33388239d2c867e20adf797c64892913cda commit hash: b515b33388239d2c867e20adf797c64892913cda commit hash: b515b33388239d2c867e20adf797c64892913cda commit hash: b515b33388239d2c867e20adf797c64892913cda b515b33

Number of commits found: 6