notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Mk/Uses/magick.mk
SVNWeb

Number of commits found: 5

Tue, 9 May 2023
[ 06:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:326005b3bb9fae43c2bbd321c7391dc58091af65  commit hash:326005b3bb9fae43c2bbd321c7391dc58091af65  commit hash:326005b3bb9fae43c2bbd321c7391dc58091af65  326005b 
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
Sun, 30 Apr 2023
[ 11:10 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:be67c1c353cabc6b17698f85efa4e5dce70b8e31  commit hash:be67c1c353cabc6b17698f85efa4e5dce70b8e31  commit hash:be67c1c353cabc6b17698f85efa4e5dce70b8e31  be67c1c 
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
Fri, 14 Apr 2023
[ 05:36 Felix Palmen (zirias) search for other commits by this committer Author: Matthew Kempe ]    commit hash:b42fc29b0a1502a6f5970a76b741a6e519f56034  commit hash:b42fc29b0a1502a6f5970a76b741a6e519f56034  commit hash:b42fc29b0a1502a6f5970a76b741a6e519f56034  b42fc29 
Mk/Uses/magick.mk: Fix typo in comment

Approved by:	tcberner (mentor)
Sun, 24 Apr 2022
[ 10:00 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  aa25396  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 11 Dec 2021
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
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)

Number of commits found: 5