Steve Wills
5fc0da942f
sysutils/dsbmc-cli: Update to 0.1.3
...
PR: 225163
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2018-01-14 19:01:58 +00:00
Sean Bruno
b99fad7e44
sysutils/devcpu-data: Only run "cpucontrol -e" once.
...
Submitted by: kib
Sponsored by: Limelight Networks
2018-01-14 18:27:46 +00:00
Tobias Kortkamp
1dddaa67d7
sysutils/hstr: Update to 1.24
...
PR: 225153
Submitted by: Patrice Clement <monsieurp@gentoo.org> (maintainer)
2018-01-14 15:01:37 +00:00
Sunpoet Po-Chuan Hsieh
4ac6546949
Fix build on -head (OSVERSION >= 1200031)
...
Ino is still uint32 for all versions of FreeBSD.
Reference: https://golang.org/src/syscall/ztypes_freebsd_386.go
https://golang.org/src/syscall/ztypes_freebsd_amd64.go
https://golang.org/src/syscall/ztypes_freebsd_arm.go
2018-01-14 07:07:08 +00:00
Dmitry Marakasov
22f5ed305f
- Update to 0.98
2018-01-14 00:25:54 +00:00
Sean Bruno
094e28c74e
sysutils/devcpu-data: Update AMD microcode, add cpu 17h microcode,
...
drop malfunctioning individual "AMD-XXX" files.
On the few machines that actually have microcode updates, chopping up the
microcode is incorrect and results in a failure to update. Don't do that.
I personally run this on my FX-8150 and this has been tested by a few others.
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D13832
2018-01-13 21:35:44 +00:00
Cy Schubert
e9d10f296e
Fix build after r458894.
...
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2018-01-13 15:30:10 +00:00
Sunpoet Po-Chuan Hsieh
473b07afa3
Update to 1.2.0
...
Changes: https://github.com/WinRb/winrm-fs/blob/master/changelog.md
2018-01-13 08:24:50 +00:00
Cy Schubert
5069061793
Forgot to git commit this USE=autoreconf prior to git svn dcommit
...
of the pair. The previous commit was the original submitted in
PR/207687 and this is my correction to the submitted patch.
2018-01-13 08:12:21 +00:00
Cy Schubert
e6abfca62d
Fix build with OPENLDAP and gdbm-compatibility.
...
PR: 204140, 207687
Submitted by: Lawrence Chen <beastie@tardisi.com>
2018-01-13 07:18:01 +00:00
Steve Wills
a788a99a34
sysutils/tarsnap-gui: update to 1.0
2018-01-12 19:28:21 +00:00
Steve Wills
7e0d49a3b6
sysutils/fd: update to 6.2
...
PR: 225095
Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2018-01-12 14:32:10 +00:00
Sunpoet Po-Chuan Hsieh
72f8202419
Update to 13.7.1
...
Changes: https://github.com/chef/ohai/blob/master/RELEASE_NOTES.md
2018-01-12 14:25:10 +00:00
Kurt Jaeger
f262887ab1
sysutils/mbgtools: Fix license information and portlint warnings
...
PR: 222571
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: gnn (maintainer timeout)
2018-01-12 11:48:59 +00:00
Rene Ladan
30433f0c7f
Return kevlo's ports to the pool, he handed in his commit bit.
...
With hat: portmgr-secretary
2018-01-12 11:21:07 +00:00
Mahdi Mokhtari
a30a376b74
sysutils/vzvol: Fix wrong dependency (from virtualbox-ose port) to fix the build
...
PR: 225043
Submitted by: Philip Jocks <freebsdbugs@filis.org>
Reported by: Philip Jocks <freebsdbugs@filis.org>
Approved by: Rainbow <rainbow@purlinux.org> (maintainer)
Sponsored by: Netzkommune GmbH
2018-01-12 09:59:32 +00:00
Marius Strobl
a4b1bf5539
Fix build of toc2mp3 after update of audio/lame to version 3.100.
...
PR: 225038
2018-01-11 21:42:20 +00:00
Sean Bruno
347826652f
Revert to previous Intel microcode archive (20171117).
...
FreeBSD kernel changes to make use of the capabilities provided by the
new microcode update have not yet been committed. Since we do not yet
require them, allow more time for validation.
Approved by: emaste
Sponsored by: Limelight Networks
2018-01-11 20:45:24 +00:00
Adam Weinberger
fadd9856bc
Chase vim-lite -> vim-console rename
2018-01-11 20:34:08 +00:00
Sunpoet Po-Chuan Hsieh
d8d142f28c
Update to 0.6.2
...
Changes: https://github.com/GoogleCloudPlatform/container-diff/releases
2018-01-11 18:35:15 +00:00
Sean Bruno
70e5afba3d
sysutils/x86info Update to top of github tree
...
Add patches from kib@ to fix cache decoding on CPUs after Intel
microcode update:
https://github.com/kernelslacker/x86info/pull/12
Approved by: swills
Relnotes: Yes
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D13866
2018-01-11 17:57:44 +00:00
Alexey Dokuchaev
58fc0e78f6
- Don't install boilerplate COPYING file as part of documentation, define
...
LICENSE instead (GPLv2)
- Wrap two overly long lines, properly indent USES
- Use option helper target for installing documentation, and INSTALL_DATA
to install plain text files which are not actually real manual pages
2018-01-11 15:24:16 +00:00
Tijl Coosemans
9f27b35a26
Remove unneeded USE_AUTOTOOLS.
2018-01-11 14:23:53 +00:00
Alexey Dokuchaev
a247b2f47d
Do not abuse INSTALL_MAN when installing documentation, examples, and
...
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Tijl Coosemans
9f52d4641a
Replace USE_AUTOTOOLS with USES=autoreconf.
2018-01-11 13:54:03 +00:00
Kurt Jaeger
7ca5163c8c
sysutils/s6-rc: update 0.0.2.1 -> 0.4.0.0
...
PR: 218546
Submitted by: Colin Booth <colin-ports@heliocat.net>
Approved by: moo@arthepsy.eu (maintainer timeout)
Relnotes: http://www.skarnet.org/software/s6-rc/upgrade.html
2018-01-11 13:48:16 +00:00
Kurt Jaeger
97f53a1c52
sysutils/s6: update 2.4.0.0 -> 2.7.0.0
...
PR: 218545
Submitted by: Colin Booth <colin-ports@heliocat.net> (maintainer)
Relnotes: http://www.skarnet.org/software/s6/upgrade.html
2018-01-11 13:46:32 +00:00
Tijl Coosemans
ef41b95d54
Remove unneeded USE_AUTOTOOLS.
2018-01-11 13:41:45 +00:00
Matthew Seaman
9e5223e454
Update to 8.32.0
...
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2018-01-10 23:17:07 +00:00
Steve Wills
02142ee97c
sysutils/direnv: update to 2.14.0
2018-01-10 19:50:04 +00:00
Steve Wills
3611e2887e
sysutils/dunst: Update to 1.3.0
...
PR: 224972
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-01-10 19:17:19 +00:00
Steve Wills
6e38faf0fc
sysutils/immortal: update 0.18.0
...
PR: 225045
Submitted by: nbari@tequila.io (maintainer)
2018-01-10 17:45:34 +00:00
Sean Bruno
1f03396b1b
sysutils/devcpu-data follow up commit to 20180108 Intel microcode update.
...
Run cpucontrol -e after microcode update to refresh cpu flags. If running
on an older system without -e, fail silently.
Log any upgrade output via logger to /var/log/messages.
Add an instructional pkg-message for users.
Intel Release Notes:
Intel Processor Microcode Package for Linux
20180108 Release
-- Updates upon 20171117 release --
IVT C0 (06-3e-04:ed) 428->42a
SKL-U/Y D0 (06-4e-03:c0) ba->c2
BDW-U/Y E/F (06-3d-04:c0) 25->28
HSW-ULT Cx/Dx (06-45-01:72) 20->21
Crystalwell Cx (06-46-01:32) 17->18
BDW-H E/G (06-47-01:22) 17->1b
HSX-EX E0 (06-3f-04:80) 0f->10
SKL-H/S R0 (06-5e-03:36) ba->c2
HSW Cx/Dx (06-3c-03:32) 22->23
HSX C0 (06-3f-02:6f) 3a->3b
BDX-DE V0/V1 (06-56-02:10) 0f->14
BDX-DE V2 (06-56-03:10) 700000d->7000011
KBL-U/Y H0 (06-8e-09:c0) 62->80
KBL Y0 / CFL D0 (06-8e-0a:c0) 70->80
KBL-H/S B0 (06-9e-09:2a) 5e->80
CFL U0 (06-9e-0a:22) 70->80
CFL B0 (06-9e-0b:02) 72->80
SKX H0 (06-55-04:b7) 2000035->200003c
GLK B0 (06-7a-01:01) 1e->22
Reviewed by: A bunch of folks on the review
MFH: 2018Q1
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D13815
2018-01-10 17:32:14 +00:00
Alexey Dokuchaev
2c0789eb84
Do not abuse INSTALL_MAN when installing documentation, examples, and
...
other miscellaneous files which are not actually manual pages.
2018-01-10 15:08:51 +00:00
Nikolai Lifanov
8da3b393f5
update sysutils/terraform to 0.11.2
...
https://github.com/hashicorp/terraform/blob/v0.11.2/CHANGELOG.md
2018-01-10 14:21:58 +00:00
Baptiste Daroussin
38ff21f95b
Update Intel microcode to 20180108
...
MFH: 2018Q1
Sponsored by: Gandi.net
2018-01-10 10:04:25 +00:00
Dmitry Marakasov
19c650e1c6
- Add LICENSE_FILE
...
Approved by: portmgr blanket
2018-01-10 09:00:50 +00:00
Zach Leslie
ea7216fba2
Add staticly named symlink to port-versioned directory
...
To be utilized by sysutils/puppetserver, here we add a symlink to point at the
gem directory. This allows puppetserver to use facter as a library without
knowing the version installed.
Approved by: swills(mentor), robak
Differential Revision: D13803
2018-01-10 04:42:29 +00:00
Danilo G. Baio
32d7d2e425
sysutils/backuppc[-devel]: Update WWW
...
PR: 224109
Reported by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2018-01-09 23:28:31 +00:00
Danilo G. Baio
b59ae81969
sysutils/backuppc4: Update to 4.1.5
...
Update WWW [1].
Changes: https://github.com/backuppc/backuppc/releases/tag/4.1.5
PR: 224109 [1]
PR: 224076
Reported by: Zane C. Bowers-Hadley <vvelox@vvelox.net> [1]
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2018-01-09 23:25:48 +00:00
Cy Schubert
bda22d9964
Instead of people.freebsd.org use LOCAL as per
...
https://www.freebsd.org/doc/en/books/porters-handbook/slow-sources.html
Reported by: mat
2018-01-09 20:41:44 +00:00
Alexey Dokuchaev
061fb09978
For the ports under `sysutils' category: remove superfluous linefeeds.
2018-01-09 19:16:16 +00:00
Roman Bogorodskiy
0cac475c91
sysutils/fusefs-zip: update to 0.4.4
...
PR: 225024
Submitted by: maintainer
2018-01-09 15:59:35 +00:00
Steve Wills
cc3174aef2
sysutils/rubygem-serverspec: update to 2.41.3
...
PR: 225016
Approved by: naito.yuichiro@gmail.com (maintainer)
2018-01-09 14:30:08 +00:00
Steve Wills
81091be483
sysutils/rubygem-specinfra: update to 2.73.0
...
PR: 225015
Approved by: naito.yuichiro@gmail.com (maintainer)
2018-01-09 14:28:10 +00:00
Muhammad Moinur Rahman
6cc5c09940
sysutils/fusefs-sshfs: Revert r458522 to fix INDEX Build
2018-01-09 12:45:04 +00:00
Mathieu Arnold
d8e937954a
Revert last commit, it breaks, amongts other things, INDEX.
...
Pointy hat: bofh
Sponsored by: Absolight
2018-01-09 12:41:59 +00:00
Muhammad Moinur Rahman
a3be89e5a7
sysutils/fusefs-sshfs: Fix installation with python
...
Submitted by: w.schwarzenfeld@utanet.at
Reported by: w.schwarzenfeld@utanet.at
2018-01-09 12:13:02 +00:00
Mathieu Arnold
bb5196a149
Remove support for variables that have been deprecated for a while.
...
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Alexey Dokuchaev
52353e34b0
Only pass `-mssse3' on amd64 where it is required, generally respect CFLAGS,
...
and thus unbreak the port on some tier-2 architectures.
Tested on: i386, amd64, powerpc (gcc49), sparc64 (gcc47)
2018-01-09 07:28:22 +00:00