aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/vagrant: update to 2.2.7Christoph Moench-Tegeder2020-02-034-8/+15
| | | | | | | | | | Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.7/CHANGELOG.md PR: 243672 Approved by: joe at thrallingpenguin dot com (maintainer) Notes: svn path=/head/; revision=525097
* Return dbn's ports to the pool after safekeeping his commit bit.Rene Ladan2020-02-031-1/+1
| | | | Notes: svn path=/head/; revision=525092
* Bump revision of poppler dependenciesTobias C. Berner2020-02-031-1/+1
| | | | | | | - poppler was updated in r525051, bump revisions Notes: svn path=/head/; revision=525052
* - update to 4.13.0Dirk Meyer2020-02-037-70/+55
| | | | Notes: svn path=/head/; revision=525028
* libpcre2 is only needed in combination with ncurses.Emanuel Haupt2020-02-031-2/+2
| | | | | | | | | PR: 243834 (based on) Submitted by: terry-freebsd@glaver.org MFH: 2020Q1 Notes: svn path=/head/; revision=525025
* sysutils/uefi-edk2-qemu: update to edk2-stable201911Rebecca Cran2020-02-033-20/+8
| | | | | | | | | | | | | | | | | Update sysutils/uefi-edk2-qemu to the TianoCore EDK2 edk2-stable201911 release. Update python dependency to no longer use the obsolete python 2.7, but instead require python 3.4 or newer. Remove the openssl patch, since it's no longer needed. Reviewed by: araujo, mikael Approved by: araujo Differential Revision: https://reviews.freebsd.org/D23466 Notes: svn path=/head/; revision=525010
* Be more careful about what and how we link.Matthias Andree2020-02-033-10/+22
| | | | | | | | | | | | | | | | | | | | | Only link what we need (--as-needed) to get unnecessary dependencies out of the executables. Be sure to properly link libc dynamically and the rest statically, especially libgcc (-static-libgcc, should fix powerpc* builds => [1]) After two years, drop the "for now" LLD_UNSAFE=yes (r457508 by emaste@). As e2fsprogs dlopen()s libmagic these days, our LIBMAGIC override is useless. Instead patch libmagic.so.1 -> libmagic.so (12.1 calls it libmagic.so.4; patch to lib/support/plausible.c). Refresh files/patch-misc__Makefile.in PR: 242798 [1] Notes: svn path=/head/; revision=525006
* Update to 12.1.5Kirill Ponomarev2020-02-022-4/+4
| | | | | | | ChangeLog: https://github.com/cbsd/cbsd/releases/tag/v12.1.5 Notes: svn path=/head/; revision=524995
* - update MASTER_SITESDirk Meyer2020-02-021-1/+1
| | | | | | | Reported by: Russian Notes: svn path=/head/; revision=524974
* Change RUN_DEPENDS from rubygem-hashie to rubygem-hashie3Sunpoet Po-Chuan Hsieh2020-02-021-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=524957
* Change RUN_DEPENDS from rubygem-hashie to rubygem-hashie3Sunpoet Po-Chuan Hsieh2020-02-021-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=524956
* Update to 1.2.2 to work with newer rubygem-addressable.Matthias Fechner2020-02-022-6/+6
| | | | Notes: svn path=/head/; revision=524942
* sysutils/inotify-tools: Update 3.20.2.1 -> 3.20.2.2Yuri Victorovich2020-02-022-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=524808
* - update MASTER_SITESDirk Meyer2020-02-011-6/+2
| | | | Notes: svn path=/head/; revision=524786
* sysutils/inotify-tools: Update 3.20.2 -> 3.20.2.1Yuri Victorovich2020-02-012-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=524760
* sysutils/zrepl: Update to 0.2.1Ben Woods2020-02-017-133/+163
| | | | | | | | | | | | | | | | | | - Update to 0.2.1 [1] - Unbreak build on aarch64, by updating to newer golang:sys [2] - Move sample file for syslog.d and newsyslog.conf.d to EXAMPLESDIR [3] - Migrate to USES=go:modules to simplify building go dependency list - Add new EXAMPLES option to allow installing these to be optional Changes this release: https://github.com/zrepl/zrepl/blob/v0.2.1/docs/changelog.rst PR: 243354 [1], 242456 [2], 229445 [3] Submitted by: dmgk [2] Reported by: asomers [1], yuri [3] Notes: svn path=/head/; revision=524757
* Fix fetch.Cy Schubert2020-02-012-5/+5
| | | | Notes: svn path=/head/; revision=524755
* sysutils/minipot: Update to 0.2.2Luca Pizzamiglio2020-01-312-4/+4
| | | | | | | | Update to the last version, with an important fix to the cronjob The current clean up job, is removing running instances Notes: svn path=/head/; revision=524714
* Update to the latest cfengine commit on github.Cy Schubert2020-01-314-13/+13
| | | | Notes: svn path=/head/; revision=524705
* Update to 1.3.4 to be able to work with rubygem-rubyzip update which is ↵Matthias Fechner2020-01-312-6/+6
| | | | | | | | | required for gitlab security update. MFH: 2020Q1 Notes: svn path=/head/; revision=524696
* sysutils/inotify-tools: Update 3.20.1 -> 3.20.2Yuri Victorovich2020-01-315-21/+20
| | | | | | | inotify-tools has a new maintainer, changed to his fork. Notes: svn path=/head/; revision=524672
* Try to fix powerpc build, add LIBUNWIND option.Matthias Andree2020-01-312-6/+36
| | | | | | | | | | | | | | | | | | We've had a USES+=compiler:c11 on powerpc64, see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570> extend and use it on all powerpc* in an attempt to fix PR 242798. If that doesn't help, add a LIBUNWIND option that makes e2fsck's signal catcher use libunwind instead of libexecinfo - FreeBSD's stack unwinder doesn't currently work from signal handlers (#243746), libunwind does and is supposed to work on powerpc and powerpc64, among others. PR: 242798 Reported by: canardo909@gmx.com Notes: svn path=/head/; revision=524662
* sysutils/e2fsprogs: Try and enable backtrace() where possible.Matthias Andree2020-01-301-1/+14
| | | | | | | | | | | | | | The configure script doesn't find backtrace() because it does not attempt linking against -lexecinfo -lelf. Note that currently backtrace() is broken at least on 12.1 amd64, and does not return any frames. Filed separately as <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243746> PR: 242798 (which prompts this change, but is not fixed) Notes: svn path=/head/; revision=524661
* lang/rust: Update to 1.41.0Tobias Kortkamp2020-01-308-5/+8
| | | | | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early - Switch to cross-compiled (from amd64) bootstraps for all architectures generated with the incoming lang/rust-bootstrap - Update cargo-c to 0.5.2 to unbreak librav1e build - Make use of regular MAKE_ENV/TEST_ENV in lang/rust - Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully produce more useful failure logs when something panics during builds Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D23385 Notes: svn path=/head/; revision=524658
* sysutils/openseachest: create portSteve Wills2020-01-304-0/+63
| | | | | | | | | | Cross platform utilities useful for performing various operations on SATA, SAS, NVMe, and USB storage devices. WWW: https://github.com/Seagate/openSeaChest Notes: svn path=/head/; revision=524644
* sysutils/p5-Unix-Lsof: Update to 0.1.0 and fetchableKoichiro Iwao2020-01-302-7/+4
| | | | | | | | | PR: 242874 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Approved by: maintainer timeout (gjvc@gjvc.com, > 1 month) Notes: svn path=/head/; revision=524621
* sysutils/storcli: Update to 7.1211Koichiro Iwao2020-01-302-7/+13
| | | | | | | | PR: 243694 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=524619
* Update to 20200122Sunpoet Po-Chuan Hsieh2020-01-293-5/+5
| | | | | | | | | | | | - Update WWW Changes: http://git.savannah.gnu.org/cgit/parallel.git/tree/NEWS PR: 243332 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Notes: svn path=/head/; revision=524599
* Update to 12.9Sunpoet Po-Chuan Hsieh2020-01-296-12/+18
| | | | | | | Changes: https://salsa.debian.org/debian/debhelper/-/tags Notes: svn path=/head/; revision=524569
* sysutils/vector: update to 0.7.1Jan Beich2020-01-293-90/+98
| | | | | | | | | | | - Restore the nested cargo dependency Changes: https://vector.dev/releases/0.7.1/ PR: 243687 Submitted by: Greg V (maintainer) Notes: svn path=/head/; revision=524558
* sysutils/vm-bhyve: Update to 1.4.2Koichiro Iwao2020-01-292-8/+14
| | | | | | | | | | | | PR: 243198 Submitted by: Lewis Cook <vulcan@wired.sh> Approved by: churchers@gmail.com (maintainer) Relnotes: https://github.com/churchers/vm-bhyve/releases/tag/v1.4.0 https://github.com/churchers/vm-bhyve/releases/tag/v1.4.2 Sponsored by: HAW International Notes: svn path=/head/; revision=524530
* Revert accidental changeBaptiste Daroussin2020-01-281-1/+1
| | | | | | | | Reported by: sunpoet Pointyhat: bapt Notes: svn path=/head/; revision=524505
* Fix bad dependency on pkg origin which prevents using pkg-develBaptiste Daroussin2020-01-281-3/+3
| | | | Notes: svn path=/head/; revision=524503
* sysutils/cpuid: update to 20200127Piotr Kubaj2020-01-282-4/+4
| | | | Notes: svn path=/head/; revision=524485
* sysutils/duplicity-devel: Update to 0.8.10Danilo G. Baio2020-01-282-6/+6
| | | | | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.09 https://launchpad.net/duplicity/+milestone/0.8.10 Notes: svn path=/head/; revision=524484
* - Update to 4.4Danilo Egea Gondolfo2020-01-282-4/+4
| | | | Notes: svn path=/head/; revision=524479
* Add sysutils/linux-c7-dosfstools. Required for LTP.Edward Tomasz Napierala2020-01-285-0/+56
| | | | | | | | | Reviewed by: tijl Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23105 Notes: svn path=/head/; revision=524476
* sysutils/UEFITool: update to A56Piotr Kubaj2020-01-272-5/+4
| | | | Notes: svn path=/head/; revision=524450
* Remove textproc/gnome-doc-utils.Rene Ladan2020-01-2713-263/+218
| | | | | | | | | | | | | | | | It is abandonded upstream for years and is Python-2.7-only. Adjust consumers, some only need a rebuild, others have their documentation formerly created by gnome-doc-utils / xml2po removed. Remove gnomedocutils from USE_GNOME Submitted by: rene Approved by: portmgr (mat), gnome (kwm) Differential Revision: https://reviews.freebsd.org/D23381 Notes: svn path=/head/; revision=524409
* Remove expired ports (part 2):Rene Ladan2020-01-2719-456/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-01-27 security/kedpm: Unmaintained, uses EOLed python27 2020-01-27 security/parano: Unmaintained, uses EOLed python27 2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27 2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27 2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27 2020-01-27 security/py-pow: Unmaintained, uses EOLed python27 2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27 2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27 2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27 2020-01-27 security/revelation: Unmaintained, uses EOLed python27 2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27 2020-01-27 security/umit: Unmaintained, uses EOLed python27 2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 2020-01-27 sysutils/py-bcfg2: Unmaintained, uses EOLed python27 2020-01-27 sysutils/rdiff-backup-devel: Unmaintained, uses EOLed python27 2020-01-27 sysutils/tentakel: Unmaintained, uses EOLed python27 2020-01-27 textproc/archmage: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-asv: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-dsv: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-excelerator: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-jaxml: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-libtre: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-pyctpp2: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-rstyoutube: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-rxp: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-syck: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-tvgrab: Unmaintained, uses EOLed python27 2020-01-27 textproc/py-xlwriter: Unmaintained, uses EOLed python27 2020-01-27 textproc/py2html: Unmaintained, uses EOLed python27 2020-01-27 textproc/queequeg: Unmaintained, uses EOLed python27 2020-01-27 textproc/rubber: Unmaintained, uses EOLed python27 2020-01-27 textproc/silvercity: Unmaintained, uses EOLed python27 2020-01-27 textproc/xsv: Unmaintained, uses EOLed python27 2020-01-27 textproc/yould: Unmaintained, uses EOLed python27 2020-01-27 www/cherokee: Unmaintained, uses EOLed python27 2020-01-27 www/cppcms: Unmaintained, uses EOLed python27 2020-01-27 www/gaeutilities: Unmaintained, uses EOLed python27 2020-01-27 www/google-sitemapgen: Unmaintained, uses EOLed python27 2020-01-27 www/jtoolkit: Unmaintained, uses EOLed python27 2020-01-27 www/linkchecker: Unmaintained, uses EOLed python27 2020-01-27 www/ljdump: Unmaintained, uses EOLed python27 2020-01-27 www/monast: Unmaintained, uses EOLed python27 2020-01-27 www/py-django-paging: Unmaintained, uses EOLed python27 2020-01-27 www/py-fcgi: Unmaintained, uses EOLed python27 2020-01-27 www/py-http-parser: Unmaintained, uses EOLed python27 2020-01-27 www/py-meld: Unmaintained, uses EOLed python27 2020-01-27 www/py-mt: Unmaintained, uses EOLed python27 2020-01-27 www/py-rhodecode: Unmaintained, uses EOLed python27 2020-01-27 www/qooxdoo: Unmaintained, uses EOLed python27 2020-01-27 www/varnish-libvmod-maxminddb: Unmaintained, uses EOLed python27 2020-01-27 x11/metisse: Unmaintained, uses EOLed python27 2020-01-27 x11/ooxcb: Unmaintained, uses EOLed python27 2020-01-27 x11-toolkits/diorite: Unmaintained, uses EOLed python27 2020-01-27 x11-toolkits/nucleo: Unmaintained, only used by deprecated x11/metisse 2020-01-27 x11-toolkits/py-gui: Unmaintained, uses EOLed python27 2020-01-27 x11-wm/ede: Unmaintained, uses EOLed python27 2020-01-27 x11-wm/obapps: Unmaintained, uses EOLed python27 2020-01-27 x11-wm/obkey: Unmaintained, uses EOLed python27 2020-01-27 x11-wm/obmenu: Unmaintained, uses EOLed python27 2020-01-27 x11-wm/plwm: Unmaintained, uses EOLed python27 Notes: svn path=/head/; revision=524265
* Update to 2.0.54.Mathieu Arnold2020-01-2714-6/+35
| | | | | | | While there, document why patches are there. Notes: svn path=/head/; revision=524260
* Update gstreamer1 to 1.16.2.Koop Mast2020-01-261-1/+1
| | | | | | | | | | | | | | | | - The spc plugin was removed inflavor for the gsm plugin. - Added in tree qt plugin. Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2 Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer) Thanks to antoine@ for the exp-run. PR: 239386 Notes: svn path=/head/; revision=524224
* sysutils/cpuid: adjust patchPiotr Kubaj2020-01-261-21/+17
| | | | Notes: svn path=/head/; revision=524210
* Update to 3.6.4Sunpoet Po-Chuan Hsieh2020-01-262-4/+4
| | | | | | | Changes: https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/ChangeLog?h=v3.6.4 Notes: svn path=/head/; revision=524188
* - Update to 1.6.2Danilo Egea Gondolfo2020-01-262-4/+4
| | | | Notes: svn path=/head/; revision=524185
* sysutils/cpuid: update to 20200122Piotr Kubaj2020-01-262-4/+4
| | | | Notes: svn path=/head/; revision=524184
* - Update to 3.0.2Danilo Egea Gondolfo2020-01-263-27/+391
| | | | | | | - Add UPDATING note about the incompatibility with Helm 2 Notes: svn path=/head/; revision=524182
* - Update to 1.4.3Danilo Egea Gondolfo2020-01-262-10/+13
| | | | | | | - Use the latest golang/sys package to fix build on aarch64 Notes: svn path=/head/; revision=524177
* Explicitly tell users that UNetbootin requires mounted MSDOSFS (FAT)Alexey Dokuchaev2020-01-261-0/+3
| | | | | | | | | filesystem to work against. PR: 239344 Notes: svn path=/head/; revision=524176
* - Update to 0.13.0Danilo Egea Gondolfo2020-01-262-50/+182
| | | | | | | - Use the latest golang/net package to fix the build on aarch64 Notes: svn path=/head/; revision=524175