aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/devcpu-data: fix rc scriptSteve Wills2018-01-152-3/+8
| | | | | | | | | | PR: 225173 Reviewed by: sbruno Approved by: portmgr (implicit) MFH: 2018Q1 Notes: svn path=/head/; revision=459084
* sysutils/dsbmc-cli: Update to 0.1.3Steve Wills2018-01-142-4/+4
| | | | | | | | PR: 225163 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Notes: svn path=/head/; revision=458990
* sysutils/devcpu-data: Only run "cpucontrol -e" once.Sean Bruno2018-01-142-2/+1
| | | | | | | | Submitted by: kib Sponsored by: Limelight Networks Notes: svn path=/head/; revision=458987
* sysutils/hstr: Update to 1.24Tobias Kortkamp2018-01-144-26/+4
| | | | | | | | PR: 225153 Submitted by: Patrice Clement <monsieurp@gentoo.org> (maintainer) Notes: svn path=/head/; revision=458979
* Fix build on -head (OSVERSION >= 1200031)Sunpoet Po-Chuan Hsieh2018-01-142-7/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=458955
* - Update to 0.98Dmitry Marakasov2018-01-142-6/+9
| | | | Notes: svn path=/head/; revision=458948
* sysutils/devcpu-data: Update AMD microcode, add cpu 17h microcode,Sean Bruno2018-01-134-25/+13
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458943
* Fix build after r458894.Cy Schubert2018-01-131-1/+1
| | | | | | | Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=458935
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2018-01-132-4/+4
| | | | | | | Changes: https://github.com/WinRb/winrm-fs/blob/master/changelog.md Notes: svn path=/head/; revision=458920
* Forgot to git commit this USE=autoreconf prior to git svn dcommitCy Schubert2018-01-131-2/+1
| | | | | | | | of the pair. The previous commit was the original submitted in PR/207687 and this is my correction to the submitted patch. Notes: svn path=/head/; revision=458894
* Fix build with OPENLDAP and gdbm-compatibility.Cy Schubert2018-01-133-16/+28
| | | | | | | | PR: 204140, 207687 Submitted by: Lawrence Chen <beastie@tardisi.com> Notes: svn path=/head/; revision=458892
* sysutils/tarsnap-gui: update to 1.0Steve Wills2018-01-122-6/+6
| | | | Notes: svn path=/head/; revision=458865
* sysutils/fd: update to 6.2Steve Wills2018-01-122-96/+120
| | | | | | | | PR: 225095 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=458848
* Update to 13.7.1Sunpoet Po-Chuan Hsieh2018-01-122-4/+4
| | | | | | | Changes: https://github.com/chef/ohai/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=458839
* sysutils/mbgtools: Fix license information and portlint warningsKurt Jaeger2018-01-121-3/+2
| | | | | | | | | PR: 222571 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: gnn (maintainer timeout) Notes: svn path=/head/; revision=458820
* Return kevlo's ports to the pool, he handed in his commit bit.Rene Ladan2018-01-123-3/+3
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=458818
* sysutils/vzvol: Fix wrong dependency (from virtualbox-ose port) to fix the buildMahdi Mokhtari2018-01-121-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=458815
* Fix build of toc2mp3 after update of audio/lame to version 3.100.Marius Strobl2018-01-111-0/+24
| | | | | | | PR: 225038 Notes: svn path=/head/; revision=458797
* Revert to previous Intel microcode archive (20171117).Sean Bruno2018-01-113-24/+24
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458792
* Chase vim-lite -> vim-console renameAdam Weinberger2018-01-112-2/+2
| | | | Notes: svn path=/head/; revision=458786
* Update to 0.6.2Sunpoet Po-Chuan Hsieh2018-01-112-4/+4
| | | | | | | Changes: https://github.com/GoogleCloudPlatform/container-diff/releases Notes: svn path=/head/; revision=458765
* sysutils/x86info Update to top of github treeSean Bruno2018-01-115-19/+54
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458760
* - Don't install boilerplate COPYING file as part of documentation, defineAlexey Dokuchaev2018-01-111-5/+8
| | | | | | | | | | 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 Notes: svn path=/head/; revision=458749
* Remove unneeded USE_AUTOTOOLS.Tijl Coosemans2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458744
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-117-7/+7
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* Replace USE_AUTOTOOLS with USES=autoreconf.Tijl Coosemans2018-01-111-2/+1
| | | | Notes: svn path=/head/; revision=458738
* sysutils/s6-rc: update 0.0.2.1 -> 0.4.0.0Kurt Jaeger2018-01-114-25/+14
| | | | | | | | | | 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 Notes: svn path=/head/; revision=458737
* sysutils/s6: update 2.4.0.0 -> 2.7.0.0Kurt Jaeger2018-01-113-7/+9
| | | | | | | | | PR: 218545 Submitted by: Colin Booth <colin-ports@heliocat.net> (maintainer) Relnotes: http://www.skarnet.org/software/s6/upgrade.html Notes: svn path=/head/; revision=458735
* Remove unneeded USE_AUTOTOOLS.Tijl Coosemans2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458733
* Update to 8.32.0Matthew Seaman2018-01-103-44/+6
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=458701
* sysutils/direnv: update to 2.14.0Steve Wills2018-01-102-4/+4
| | | | Notes: svn path=/head/; revision=458686
* sysutils/dunst: Update to 1.3.0Steve Wills2018-01-103-19/+9
| | | | | | | | PR: 224972 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=458679
* sysutils/immortal: update 0.18.0Steve Wills2018-01-102-16/+16
| | | | | | | | PR: 225045 Submitted by: nbari@tequila.io (maintainer) Notes: svn path=/head/; revision=458667
* sysutils/devcpu-data follow up commit to 20180108 Intel microcode update.Sean Bruno2018-01-103-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458664
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-101-2/+2
| | | | | | | other miscellaneous files which are not actually manual pages. Notes: svn path=/head/; revision=458646
* update sysutils/terraform to 0.11.2Nikolai Lifanov2018-01-102-4/+4
| | | | | | | https://github.com/hashicorp/terraform/blob/v0.11.2/CHANGELOG.md Notes: svn path=/head/; revision=458644
* Update Intel microcode to 20180108Baptiste Daroussin2018-01-103-25/+25
| | | | | | | | MFH: 2018Q1 Sponsored by: Gandi.net Notes: svn path=/head/; revision=458617
* - Add LICENSE_FILEDmitry Marakasov2018-01-101-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=458616
* Add staticly named symlink to port-versioned directoryZach Leslie2018-01-101-2/+5
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458597
* sysutils/backuppc[-devel]: Update WWWDanilo G. Baio2018-01-092-2/+2
| | | | | | | | | PR: 224109 Reported by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Notes: svn path=/head/; revision=458585
* sysutils/backuppc4: Update to 4.1.5Danilo G. Baio2018-01-093-7/+6
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=458584
* Instead of people.freebsd.org use LOCAL as perCy Schubert2018-01-091-1/+1
| | | | | | | | | https://www.freebsd.org/doc/en/books/porters-handbook/slow-sources.html Reported by: mat Notes: svn path=/head/; revision=458569
* For the ports under `sysutils' category: remove superfluous linefeeds.Alexey Dokuchaev2018-01-0910-10/+0
| | | | Notes: svn path=/head/; revision=458561
* sysutils/fusefs-zip: update to 0.4.4Roman Bogorodskiy2018-01-092-6/+5
| | | | | | | | PR: 225024 Submitted by: maintainer Notes: svn path=/head/; revision=458542
* sysutils/rubygem-serverspec: update to 2.41.3Steve Wills2018-01-092-5/+5
| | | | | | | | PR: 225016 Approved by: naito.yuichiro@gmail.com (maintainer) Notes: svn path=/head/; revision=458531
* sysutils/rubygem-specinfra: update to 2.73.0Steve Wills2018-01-092-4/+4
| | | | | | | | PR: 225015 Approved by: naito.yuichiro@gmail.com (maintainer) Notes: svn path=/head/; revision=458530
* sysutils/fusefs-sshfs: Revert r458522 to fix INDEX BuildMuhammad Moinur Rahman2018-01-091-1/+0
| | | | Notes: svn path=/head/; revision=458526
* Revert last commit, it breaks, amongts other things, INDEX.Mathieu Arnold2018-01-091-1/+1
| | | | | | | | Pointy hat: bofh Sponsored by: Absolight Notes: svn path=/head/; revision=458525
* sysutils/fusefs-sshfs: Fix installation with pythonMuhammad Moinur Rahman2018-01-091-1/+2
| | | | | | | | Submitted by: w.schwarzenfeld@utanet.at Reported by: w.schwarzenfeld@utanet.at Notes: svn path=/head/; revision=458522
* Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-092-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458513