8145 Commits

Author SHA1 Message Date
sthen
04acf4f857 import sysutils/lr, from Evan Silberman, tweak/ok bcallah@, tweaks from me
(remove 'new' in DESCR, use BSD_INSTALL_PROGRAM so that -s is passed where
needed).

lr is a tool for generating file listings, which includes the best features
of ls(1), find(1), stat(1) and du(1).

Benefits over find:
* friendly and logical C-style filter syntax
* getopt is used, can mix filters and arguments in any order
* can sort
* compute directory sizes
* can strip leading ./
* can do breadth first search

Benefits over ls:
* sorts over all files, not per directory
* copy & paste file names from the output since they are relative to pwd
* ISO dates
* powerful filters
2020-05-24 20:03:35 +00:00
kn
b728d49c4c Remove Puppet 4
Open Source Puppet 4 LTS reached EOL in october 2018, Puppet 5 (client,
master as well as puppetdb) have been in our tree for years, Puppet 6
(client and master, not yet puppetdb) were recently imported.

Users should long have upgraded to version 5 by now;  see
https://puppet.com/docs/puppet/5.5/upgrade_minor.html for upgrade details.

OK bcallah
2020-05-22 19:58:14 +00:00
chrisz
e2678c7534 Update sysutils/opam to 2.0.7
ok krw@, avsm@
2020-05-22 19:31:20 +00:00
kn
541bc20a94 Update to Puppet 6.15.0
This also fixes flavour handling in package resources.
Diff from Arthur Barton, thanks!
2020-05-22 15:23:37 +00:00
kn
f57791211b Remove patch that does nothing (except removing an empty line) 2020-05-22 15:21:11 +00:00
kn
7bec81b3d7 Use FAKE_FLAGS not ALL_FAKE_FLAGS to unbreak MAKE_JOBS usage
ALL_FAKE_FLAGS (usually put after MAKE_PROGRAM) is used in do-install,
but as list of environment variables:

	$ make -p | grep -e ^PARALLEL_MAKE_FLAGS -e FAKE_FLAGS
	ALL_FAKE_FLAGS   = ... ${FAKE_FLAGS} ${PARALLEL_MAKE_FLAGS}
	FAKE_FLAGS       = HOME=${WKRDIR}/home
	PARALLEL_MAKE_FLAGS = -j${MAKE_JOBS}
		@cd ${WRKSRC} && ${ALL_FAKE_FLAGS} ${RUBY} install.rb ...

This means having MAKE_JOBS set causes "make install" to fail because "-jN"
is used as environment variable.

Use FAKE_FLAGS in do-install instead to fix this.
2020-05-22 15:00:52 +00:00
kurt
1c1a57c207 Various u-boot changes:
* Rockchip now outputs a single image that combines idbloader.img
  and u-boot.itb called u-boot-rockchip.bin. It gets written at
  block 64. For example:
    dd if=u-boot-rockchip.bin of=/dev/sdXc seek=64
* Fix rock64 gen3 SPL boot hang. Reviewed upstream.
  Tested on both gen2 and gen3 boards.
* Enable PCIe gen2 on rockpro64. I've been running with this
  since December and tested various PCIe boards.
okay jsg@
2020-05-22 13:51:09 +00:00
ajacoutot
f58e3a1c1b Update to awscli-1.18.65. 2020-05-22 12:31:58 +00:00
ajacoutot
fe3b7c39a6 Update to google-cloud-sdk-293.0.0. 2020-05-22 09:38:37 +00:00
bcallah
9619362a72 Update to diffoscope-144 2020-05-20 14:30:20 +00:00
jasper
bdad9ddb7c address a few deprecation warnings; from upstream 2020-05-20 12:38:20 +00:00
jturner
c66901527f Update login_duo to 1.11.4 2020-05-19 23:41:06 +00:00
jeremy
d9392c1793 Remove building of Ruby 2.5 gem ports by default 2020-05-19 15:34:55 +00:00
giovanni
77b8224bac Add missing dependency, fixes "puppet module generate" command
ok kn@
2020-05-19 07:20:45 +00:00
kn
f9d24f8e6e Remove old firmware versions
OK stsp sthen
2020-05-18 20:41:05 +00:00
kn
330bb96a84 Use EXTRACT_FILES
No PLIST change, but "make show-size" massive reduction in size.
These are all firmware ports with single big distfiles, other
ports are either small or come with multiple distfiles for wich
EXTRACT_FILES is not (yet) ready.
2020-05-18 19:30:56 +00:00
kn
78172eba56 Use EXTRACT_FILES 2020-05-18 18:21:00 +00:00
kn
e5518d7f2b Briefly mention refactored puppet modules
Text from Arthur Barton, tweaks from me
2020-05-18 09:22:23 +00:00
kn
746b57dead Hook up Puppet 6 2020-05-18 09:15:50 +00:00
kn
920972a745 Use MODRUBY_BINREV in patch for 6, comment patch for 5 2020-05-18 09:11:42 +00:00
kn
a535277f39 Fix enable=false service resources
Arthur Barton's refinements of service resources made the provider not
report the "enable" attribute in case it was explicitly set to "false".
2020-05-18 09:07:47 +00:00
kn
b36e285efa Fix ensure=latest for package resources
Arthur Barton's pkg.conf removal patch missed one call to parse_pkgconf,
remove that.
2020-05-18 09:04:24 +00:00
kn
8ea66f98a9 Import Puppet 6.14.0
From Arthur Barton <arthurb at igniferous dot net>, thanks!
2020-05-18 08:59:00 +00:00
bcallah
3c5903ba12 Update to lookat-2.0.1
Changelog: https://savannah.nongnu.org/forum/forum.php?forum_id=9722
2020-05-17 20:46:33 +00:00
bcallah
289d4bc097 Update to bfs-1.7
Changelog: https://github.com/tavianator/bfs/releases/tag/1.7
2020-05-17 20:43:09 +00:00
sthen
a0c7c9f864 reposync: following feedback from naddy@, adjust the readme's advice
about creating a new uid so that it has its own gid.
2020-05-16 16:41:44 +00:00
ajacoutot
bb439efcf5 Use the new go module facility instead of creating my own tarballs.
With help from abieber@
2020-05-16 14:09:10 +00:00
sthen
3155c9e807 mention datasize limits in login.conf, the defaults aren't enough for some updates 2020-05-16 11:50:20 +00:00
martin
8e205e8105 Update grafana to 6.7.3.
OK sthen@

BUILD_ID idea from sthen@ to avoid plist churn in the future
2020-05-16 11:22:13 +00:00
ajacoutot
93298e5ae5 Update to awscli-1.18.61. 2020-05-16 10:00:53 +00:00
anton
d5d96cb008 update to pick-4.0.0
* honor BINDIR, INSTALL_MAN, MANDIR, and PREFIX during configure and install
* remove -v option, your package manager of choice can already provide the same
  information
* remove -h option in favor of the manual
* do not output options as part of the usage output, in favor of the manual
  instead.
* mark unused variables in compat files as extern in order to compile using
  GCC 10
2020-05-16 08:31:55 +00:00
jsg
78b6c781e4 update to Arm Trusted Firmware 2.3
ok kurt@ who tested on rock64 gen2 and rockpro64
2020-05-16 01:46:35 +00:00
ajacoutot
97ec3e6053 Update to terragrunt-0.23.18. 2020-05-15 17:22:28 +00:00
ajacoutot
3f79c8eed8 Update to nomad-0.11.2. 2020-05-15 17:12:48 +00:00
ajacoutot
875d5a33a6 Update to consul-1.7.3. 2020-05-15 17:04:28 +00:00
ajacoutot
279b91570d Update to terraform-0.12.25. 2020-05-15 17:02:47 +00:00
ajacoutot
314e5f016b Update to google-cloud-sdk-292.0.0. 2020-05-15 16:57:46 +00:00
ajacoutot
d34b4c2005 Update to amazon-ssm-agent-2.3.1205.0. 2020-05-15 16:52:42 +00:00
pvk
f6ef6f831e Loosen urllib3 python dependency,
similar patch from jca@
2020-05-15 13:09:36 +00:00
jsg
e6eddcfc35 update to pciutils 3.6.4 2020-05-15 13:01:32 +00:00
jsg
54e84a4651 update to U-Boot 2020.04 2020-05-15 12:53:13 +00:00
jasper
dca1e91ee6 include py-mysqlclient in TEST_DEPENDS to replace py-msql. the former is fork
which includes python3 support
2020-05-15 11:01:13 +00:00
jsg
ede8cbccaa update amdgpu firmware to linux-firmware 20200421
Tested on polaris11 by Mark Patruck, picasso by kn@ robert@ and myself,
and my vega10 which required kernel patches to work with the
linux 4.19 drm in -current.

ok sthen@ kn@
2020-05-15 10:41:29 +00:00
ajacoutot
f646b537cf Add DEBUG_PACKAGES. 2020-05-15 10:37:20 +00:00
jasper
4c29a9c0bb - update to a recent git version
- switch to python3
2020-05-15 06:22:55 +00:00
jasper
96742ee25f remove py-mysql from TEST_DEPENDS since the version we have in tree doesn't support python3
and upstream claims it will be added in a future release. for now, unbreak sqlports
2020-05-15 06:18:31 +00:00
pvk
91c9df6422 Update packer-vmm 1.0.0 -> 1.5.6
Sync with HashiCorp packer version number
2020-05-14 22:44:36 +00:00
pvk
7aff2988a4 Update packer 1.5.5 -> 1.5.6
Changelog: https://github.com/hashicorp/packer/blob/master/CHANGELOG.md
ok ajacoutot@
2020-05-14 22:30:48 +00:00
pvk
a0bebdea7a Update beats 7.6.2 -> 7.7.0
Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.7.0.html
2020-05-14 21:53:06 +00:00
pvk
ce72bf8de1 Update logstash 7.6.2 -> 7.7.0
Relase notes: https://www.elastic.co/guide/en/logstash/7.7/logstash-7-7-0.html
2020-05-14 21:42:48 +00:00