Sunpoet Po-Chuan Hsieh
74bd699582
Fix gemspec for rubygem-faraday 0.14.0 update
...
- Bump PORTREVISION for package change
2018-01-20 13:18:03 +00:00
Sean Bruno
3b6e10de50
sysutils/devcpu-data: Revert back to legacy microcode.dat implementation.
...
Either there is a problem with the Intel supplied microcode files or
cpucontrol does not yet understand how to process a micrcode update file
with multiple entries. For now, abort.
Reviewed by: swills
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D13987
2018-01-19 19:28:08 +00:00
Roman Bogorodskiy
fe75e029c9
sysutils/cbsd: update to 11.1.12
...
- Update to 11.1.12 [1];
- Add 'pkgconfig' to USES as it's now uses it to check sqlite libs. This
release also fixes build when databases/sqlite3 was built with ICU=on [2].
PR: 225319 [1], 214551 [2]
Submitted by: maintainer [1], Pavel Volkov [2]
Reported by: jbeich [2]
2018-01-19 16:32:25 +00:00
Bryan Drewery
4edcbc2a74
- Properly support selecting BE from boot menu.
...
This is only supported for releases that have /etc/rc.d/zfsbe, which is
10.4, 11.1, and newer.
PR: 208601
Reported by: many
Reviewed by: allanjude
2018-01-18 21:12:29 +00:00
Bryan Drewery
d6c6e0f9d8
Bring in upstream fix 25a066def7cddd0f for manpage indentation
2018-01-18 20:22:01 +00:00
Dirk Meyer
e71f732856
- set BROKEN for FreeBSD-12
2018-01-18 09:48:48 +00:00
Jan Beich
25beeff079
devel/boost-*: update to 1.66.0
...
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Ryan Steinmetz
956e54962e
- Improve Kerberos support
...
- Bump PORTREVISION
PR: 218000
Submitted by: Michael Osipov
2018-01-17 18:52:58 +00:00
Sean Bruno
f4323069fb
sysutils/devcpu-data: Migrate our microcode update on Intel to use precreated files.
...
Intel provides prefabricated per-cpu microcode update files. We no longer need
a tool to extract them from the legacy microcode.dat store. This matches
what upstream linux distributions are doing now. Tested on my Intel machines
here and updates still succeed.
Reviewed by: swills cem
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D13921
2018-01-17 16:04:27 +00:00
Tobias C. Berner
b748e589ea
sysutils/knutclient-kde4, add debian patch to fix build with clang6
...
PR: 224669
2018-01-17 13:51:55 +00:00
Tobias C. Berner
92a3495bab
sysutils/dvd+rw-tools, fix build with clang6
...
PR: 224669
2018-01-17 11:05:25 +00:00
Tobias C. Berner
3b7850cc9e
sysutils/krename-kde4, fix build with clang6
...
(add upstream fix)
2018-01-17 10:54:25 +00:00
Tobias C. Berner
94ac845319
Update KDE Frameworks to 5.42.0
...
PR: 225155
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D13816
2018-01-17 10:21:32 +00:00
Dmitry Marakasov
94876c8289
- Add LICENSE
...
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
2018-01-17 09:02:02 +00:00
Sean Bruno
d50550ca79
Revert Intel URL to the correct location for microcode-20171117.tgz
...
PR: 225224
Reported by: Gary <freebsd-bugzilla@in-addr.com>
Sponsored by: Limelight Networks
2018-01-16 19:56:34 +00:00
Johannes M Dieterich
7cd494b6fb
new port sysutils/circonus-agent: agent for metric collection integrating with the circonus framework.
...
Submitted by: sam.gwydir@joyent.com
Reviewed by: swills (mentor), tobik/mat (earlier versions)
Approved by: swills (mentor)
Obtained from: D13365 (with changes)
Differential Revision: https://reviews.freebsd.org/D13365
2018-01-16 16:20:37 +00:00
Yuri Victorovich
09d890dac2
sysutils/py-filelock: Update to 3.0.0
...
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13842
2018-01-15 22:07:31 +00:00
Alexey Dokuchaev
8ff7814383
Unbreak the build against new Clang version 6.0.0.
...
PR: 224989
2018-01-15 18:17:14 +00:00
Steve Wills
d8914ff762
sysutils/devcpu-data: fix rc script
...
PR: 225173
Reviewed by: sbruno
Approved by: portmgr (implicit)
MFH: 2018Q1
2018-01-15 17:05:37 +00:00
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