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/darktable/files/patch-src_external_rawspeed_cmake_Modules_CheckZLIB.cmake

Number of commits found: 4

Wednesday, 27 Dec 2023
12:05 Jean-Sébastien Pédron (dumbbell) search for other commits by this committer
graphics/darktable: Update to 4.6.0

Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-4.6.0
commit hash: 3bc242b59f7beddc048b020545135d1f26da079f commit hash: 3bc242b59f7beddc048b020545135d1f26da079f commit hash: 3bc242b59f7beddc048b020545135d1f26da079f commit hash: 3bc242b59f7beddc048b020545135d1f26da079f 3bc242b
Monday, 17 Jul 2023
17:08 Jean-Sébastien Pédron (dumbbell) search for other commits by this committer
graphics/darktable: Update to 4.4.1

Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-4.4.0
* https://github.com/darktable-org/darktable/releases/tag/release-4.4.1

Support for MIDI devices is currently turned off even though it probably
works just fine. The port already has many options that make it
complicated enough. If there is demand for MIDI devices, I will add the
option.
commit hash: 229b2f86274a443876fdb8a9497109a18a459d66 commit hash: 229b2f86274a443876fdb8a9497109a18a459d66 commit hash: 229b2f86274a443876fdb8a9497109a18a459d66 commit hash: 229b2f86274a443876fdb8a9497109a18a459d66 229b2f8
Wednesday, 13 May 2020
12:05 mandree search for other commits by this committer
graphics/darktable: update to 3.0.2

This is an upgrade for darktable from 3.0.0 to 3.0.2, with
Ludger's changes from the original PR submission:
- export to Flickr, Facebook and Google Photo removed
  as [they are] no longer supported in 3.0.2

And these changes by mandree@:

- rediff patches
- reshuffle Makefile per portclippy recommendation
- remove COLORD option, it's not technically required to build, but a
  a raw image processing application without color management
  makes little sense. This option was default-on anyways.

Changes 3.0.0 -> 3.0.1:
https://www.darktable.org/2020/03/darktable-301-released/
https://github.com/darktable-org/darktable/releases/tag/release-3.0.1

Changes 3.0.1 -> 3.0.2:
https://www.darktable.org/2020/04/darktable-302-released/
https://github.com/darktable-org/darktable/releases/tag/release-3.0.2

PR:		246065
Submitted by:	Ludger Bolmerg <lbolmerg@posteo.de>
Approved by:	Jean-Sebastien Pedron <dumbbell@> (maintainer)
Original commitRevision:535105 
Sunday, 28 Jan 2018
12:34 dumbbell search for other commits by this committer
graphics/darktable: Include `stddef.h` when testing zError() symbol

The `CheckZlib.cmake` module uses `NULL` in the test source code to
check for the `zError()` symbol. This fails to build on FreeBSD 10.3
with the following error:

    CheckPrototypeDefinition.c:15:10: error: use of undeclared identifier 'NULL'
      return NULL;
             ^

I don't know the root cause for this failure, but including `stddef.h`
in this test source code fixes the problem.

PR:		225501
Reported by:	cpm@
Original commitRevision:460168 

Number of commits found: 4