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/ansible.mk
SVNWeb

Number of commits found: 7

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)
Wed, 7 Jul 2021
[ 14:37 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:d3b7e886da854625985de0b9a173f752f8a2141c  commit hash:d3b7e886da854625985de0b9a173f752f8a2141c  commit hash:d3b7e886da854625985de0b9a173f752f8a2141c  d3b7e88 
ansible.mk: Fix a typo in variable name
Wed, 19 May 2021
[ 09:16 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:0fa7a283402615d5113a6e55328df7497a414139  commit hash:0fa7a283402615d5113a6e55328df7497a414139  commit hash:0fa7a283402615d5113a6e55328df7497a414139  0fa7a28 
ansible.mk: Fix ANSIBLE_RUN_DEPENDS

sysutils/ansible does not provide the Ansible program directly. It is
provided by its dependencies (sysutils/py-ansible-core at the moment).

Fix the ANSIBLE_RUN_DEPENDS so that it looks for the ansible package
instead of the Ansible binary.
Mon, 17 May 2021
[ 16:29 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:cb9347f4a70d2b3d1d5e3d88e2f727fa941a48f9  commit hash:cb9347f4a70d2b3d1d5e3d88e2f727fa941a48f9  commit hash:cb9347f4a70d2b3d1d5e3d88e2f727fa941a48f9  cb9347f 
ansible.mk: Improve argument parsing

Reported by:	arrowd
[ 14:59 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:b0ce506db518a4520861f3ab8960fddc9a8ecf1b  commit hash:b0ce506db518a4520861f3ab8960fddc9a8ecf1b  commit hash:b0ce506db518a4520861f3ab8960fddc9a8ecf1b  b0ce506 
ansible.mk: Fix a typo
[ 14:58 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:fde71f1df2371b72c1c03b9d84f3e7abbe37c1ab  commit hash:fde71f1df2371b72c1c03b9d84f3e7abbe37c1ab  commit hash:fde71f1df2371b72c1c03b9d84f3e7abbe37c1ab  fde71f1 
ansible.mk: Define ANSIBLE_ETCDIR

It is used in many Ansible ports. Let's have it defined in one place so
that it is easier to track its use.
[ 13:38 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:92939bfde271f881e76fdb94ee5047271d2d1b43  commit hash:92939bfde271f881e76fdb94ee5047271d2d1b43  commit hash:92939bfde271f881e76fdb94ee5047271d2d1b43  92939bf 
Add USES=ansible for Ansible ports

The purpose of this new USES file is to provide a central place for
setting Ansible paths for modules and plugins. Perhaps in the future we
will extend to reduce boilerplate code in existing Ansible-related
ports.

PR:		255920
Reported by:	lcook
Reviewed by:	madpilot
Differential Revision:	https://reviews.freebsd.org/D30312

Number of commits found: 7