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: Mk/Uses/magick.mk

Number of commits found: 5

Tuesday, 9 May 2023
06:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses/magick.mk: Improve readability

Improve readability by replacing the AT&T-style expansions with some
explicit logic. This also avoids incompatibility with very old make
versions where % in these expansions also matches empty strings.

Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D39986
commit hash: 326005b3bb9fae43c2bbd321c7391dc58091af65 commit hash: 326005b3bb9fae43c2bbd321c7391dc58091af65 commit hash: 326005b3bb9fae43c2bbd321c7391dc58091af65 commit hash: 326005b3bb9fae43c2bbd321c7391dc58091af65 326005b
Sunday, 30 Apr 2023
11:10 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses/magick.mk: Fix DEFAULT_VERSION handling

Handle fallback for version and flavor separately, also add several
sanity checks.

This fixes creating broken *_DEPENDS for ports using it without
arguments when a -nox11 version is requested in DEFAULT_VERSIONS like
e.g. this resulting from "imagemagick=7-nox11":
libMagick++-7-nox11.so:graphics/ImageMagick7-nox11

Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D39424
commit hash: be67c1c353cabc6b17698f85efa4e5dce70b8e31 commit hash: be67c1c353cabc6b17698f85efa4e5dce70b8e31 commit hash: be67c1c353cabc6b17698f85efa4e5dce70b8e31 commit hash: be67c1c353cabc6b17698f85efa4e5dce70b8e31 be67c1c
Friday, 14 Apr 2023
05:36 Felix Palmen (zirias) search for other commits by this committer Author: Matthew Kempe
Mk/Uses/magick.mk: Fix typo in comment

Approved by:	tcberner (mentor)
commit hash: b42fc29b0a1502a6f5970a76b741a6e519f56034 commit hash: b42fc29b0a1502a6f5970a76b741a6e519f56034 commit hash: b42fc29b0a1502a6f5970a76b741a6e519f56034 commit hash: b42fc29b0a1502a6f5970a76b741a6e519f56034 b42fc29
Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
Saturday, 11 Dec 2021
13:50 Tobias C. Berner (tcberner) search for other commits by this committer
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 45526ec

Number of commits found: 5