aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Add sysutils/u-boot-a64-olinuxinoEmmanuel Vadot2017-12-203-0/+20
| | | | | | | | | | | A64-Olinuxino is a Single Board Computer based on the Allwinner A64 SoC. Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D13562 Notes: svn path=/head/; revision=456853
* Use swig 3.0Baptiste Daroussin2017-12-201-1/+2
| | | | Notes: svn path=/head/; revision=456828
* Update to 2.6.1Sunpoet Po-Chuan Hsieh2017-12-202-4/+4
| | | | | | | Changes: https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd Notes: svn path=/head/; revision=456826
* Use swig3.0 to generate the python bindingBaptiste Daroussin2017-12-201-1/+2
| | | | Notes: svn path=/head/; revision=456797
* sysutils/logrotate: fix paths after upate to 3.13.0Steve Wills2017-12-201-5/+9
| | | | | | | | | | | While here add USES=localbase and unmute post-install tasks PR: 223227 Submitted by: a.ulasov@gmail.com (inspired by) Approved by: js@iksz.hu (maintainer) Notes: svn path=/head/; revision=456774
* - Update xfce4-power-manager to 1.6.1Guido Falsi2017-12-193-8/+11
| | | | | | | | - Perform some whitespace changes - Add missing dependencies reported by stage-qa Notes: svn path=/head/; revision=456759
* Update textproc/tinyxml2 to 6.0.0Sunpoet Po-Chuan Hsieh2017-12-191-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master Notes: svn path=/head/; revision=456744
* New port: sysutils/usbtop: Utility that shows an estimated instantaneous USB ↵Yuri Victorovich2017-12-197-0/+68
| | | | | | | | | | bandwidth Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13525 Notes: svn path=/head/; revision=456730
* CLeanup u-boot-toolsBaptiste Daroussin2017-12-193-36/+7
| | | | | | | | | | | | | | | | | | - Do not overwrite do-build, it is not necessary - Ensure the env variables are respected during configure phase - Now that we use the regular do-build kernel we can pass gmake variables via arguments which allows to overwrites predefine ones without custom patches - Force verbose mode when building to see what command line is invoke, in in particular which compiler is called - Overwrite NOSTDINC_FLAGS because on freebsd we do actually want to use our regular standard include files - Register the dependency on libssl/libcrypto Approved by: manu Differential Revision: https://reviews.freebsd.org/D13543 Notes: svn path=/head/; revision=456722
* update sysutils/docker-compose to 0.18.0Nikolai Lifanov2017-12-193-10/+8
| | | | | | | Changes: https://github.com/docker/compose/blob/1.18.0/CHANGELOG.md Notes: svn path=/head/; revision=456721
* Apply similar fix to scripts/Makefile.autoconf as to ../Makefile.Mark Linimon2017-12-191-0/+11
| | | | Notes: svn path=/head/; revision=456717
* Transfer github ownership to iXsystems.Marcelo Araujo2017-12-192-4/+5
| | | | Notes: svn path=/head/; revision=456709
* Mark BROKEN: fails to linkAntoine Brodin2017-12-181-0/+2
| | | | | | | | | osquery/libosquery_additional.a(rocksdb.cpp.o):(.data.rel.ro._ZTIN7osquery17GlogRocksDBLoggerE+0x10): undefined reference to `typeinfo for rocksdb::Logger' Reported by: pkg-fallout Notes: svn path=/head/; revision=456677
* Add new port sysutils/u-boot-toolsEmmanuel Vadot2017-12-185-0/+64
| | | | | | | | | | | | | | U-Boot tools for creating and analyzing u-boot images. U-Boot images are used to embed kernels into a know format for u-boot. It can also be FIT (Flattened Image Tree) images when the source describing the image is written like a DTS (Device Tree Source). Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13455 Notes: svn path=/head/; revision=456671
* sysutils/py-plumbum: update to 1.6.4David Naylor2017-12-182-5/+7
| | | | | | | | - link to LICENSE file in source - sort USE_PYTHON lexicographically Notes: svn path=/head/; revision=456630
* Update sysutils/usermin to version 1.730.Jimmy Olgeni2017-12-183-139/+226
| | | | Notes: svn path=/head/; revision=456624
* Update sysutils/webmin to version 1.870.Jimmy Olgeni2017-12-183-144/+548
| | | | Notes: svn path=/head/; revision=456623
* Also broken on aarch64 and mips.Mark Linimon2017-12-181-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456589
* sysutils/desktop-installer: Update to 0.5.5Jason W. Bacon2017-12-182-5/+5
| | | | | | | | | | Fix perms for k3b, switch suggested pw vault to keepassx2, print driver to hplip, add lilyterm to Lumina setup, other minor enhancements. Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D13526 Notes: svn path=/head/; revision=456585
* auto-admin: Update to 0.4.1Jason W. Bacon2017-12-183-7/+8
| | | | | | | | | | Add auto-clean-disk script and various minor fixes and enhancements Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D13523 Notes: svn path=/head/; revision=456581
* Clarify that the vmmeter problem is specific to FreeBSD-12, not to an arch.Mark Linimon2017-12-183-6/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456573
* Unbreak showbeastie after the sys/boot/->stand/ move in base r325834Tobias Kortkamp2017-12-171-3/+9
| | | | Notes: svn path=/head/; revision=456571
* Update to 1.12.1Sunpoet Po-Chuan Hsieh2017-12-162-4/+4
| | | | | | | Changes: https://github.com/grosser/parallel/commits/master Notes: svn path=/head/; revision=456501
* Use setup.py instead of PYSETUPSunpoet Po-Chuan Hsieh2017-12-161-1/+1
| | | | Notes: svn path=/head/; revision=456500
* Update to 1.2.0Romain Tartière2017-12-152-4/+4
| | | | | | | https://github.com/smira/aptly/releases/tag/v1.2.0 Notes: svn path=/head/; revision=456398
* sysutils/synergy: fix fetchSteve Wills2017-12-152-3/+4
| | | | | | | | PR: 223948 Approved by: kevlo (maintainer timeout, >2 weeks) Notes: svn path=/head/; revision=456381
* Update to 20171214.Jung-uk Kim2017-12-143-27/+4
| | | | | | | https://acpica.org/node/150 Notes: svn path=/head/; revision=456376
* Update KDE Frameworks to 5.41Tobias C. Berner2017-12-143-6/+7
| | | | | | | | | | PR: 224227 Exp-run by: antoine Reviewed by: adridg, rakuco Differential Revision: https://reviews.freebsd.org/D13367 Notes: svn path=/head/; revision=456349
* sysutils/vagrant: Update to 2.0.1Tobias Kortkamp2017-12-144-73/+11
| | | | | | | | | | - Fixes build with Ruby 2.4 PR: 224277 Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=456347
* - Update xfburn to 0.5.5Guido Falsi2017-12-144-17/+20
| | | | | | | | | | - Silence portlint warnings - Add dependencies reported by stage-qa - Some whitespace corrections - Regenerate patch Notes: svn path=/head/; revision=456330
* Add missing IGNORE_WITH_PHP for various pecl-ports.Torsten Zuehlsdorff2017-12-141-1/+1
| | | | | | | | | | | | | After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476 Notes: svn path=/head/; revision=456296
* Pet portlint.Cy Schubert2017-12-141-1/+1
| | | | | | | | PR: 224327 Submitted by: yasu@utahime.org Notes: svn path=/head/; revision=456274
* Enable MFS support.Cy Schubert2017-12-141-1/+3
| | | | | | | | PR: 224327 Submitted by: yasu@utahime.org Notes: svn path=/head/; revision=456273
* Update to 20171202Sunpoet Po-Chuan Hsieh2017-12-132-7/+7
| | | | | | | | | - Reorder MASTER_SITES Changes: https://git.tartarus.org/?p=simon/agedu.git;a=shortlog Notes: svn path=/head/; revision=456235
* - Update to 16.2.7Jose Alonso Cardenas Marquez2017-12-134-8/+8
| | | | Notes: svn path=/head/; revision=456228
* - Update to 11.1.11Veniamin Gvozdikov2017-12-132-4/+4
| | | | | | | | PR: ports/11.1.11 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=456200
* - Add LICENSEDmitry Marakasov2017-12-132-2/+5
| | | | | | | | | | | - Add NO_ARCH - Use MANPREFIX - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=456198
* Add sysutils/u-boot-orangepi-pc2Emmanuel Vadot2017-12-123-0/+20
| | | | | | | | | | | | | | | | | | | OrangePi PC2 is an SBC with : - Allwinner H5 (arm64) - Three usb ports + one OTG port - HDMI Connector - Headphone output - Microphone - Ethernet - ... Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13363 Notes: svn path=/head/; revision=456178
* Fix packaging on Python 3+ and unbreak this portSunpoet Po-Chuan Hsieh2017-12-122-6/+4
| | | | | | | | | PR: 224029 Reported by: Henrik Hudson <ports@thelanman.net> Approved by: portmgr (blanket) Notes: svn path=/head/; revision=456165
* Disable python flavorSunpoet Po-Chuan Hsieh2017-12-121-1/+1
| | | | Notes: svn path=/head/; revision=456139
* - Those ports fail to build with python3Antoine Brodin2017-12-124-4/+4
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456126
* u-boot-master: Unbreak by testing that FAMILY is definedEmmanuel Vadot2017-12-111-2/+2
| | | | | | | | Reported by: dan (via freshport), portsnap builbox Approved by: imp (implicit) Notes: svn path=/head/; revision=456059
* Update devel/protobuf to 3.5.0Sunpoet Po-Chuan Hsieh2017-12-111-1/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=456058
* u-boot: Move allwinner 64 bits dep to u-boot-masterEmmanuel Vadot2017-12-113-14/+16
| | | | | | | | | | | | | | | | We have more than one Allwinner 64bits SoC u-boot ports now and others are coming. Move the dependencies into the u-boot-master ports. While here, switch maintainer on u-boot-pine64 and u-boot-sopine to uboot@ as discussed with imp@ and brd@ Reviewed by: imp (maintainer) Approved by: imp Differential Revision: https://reviews.freebsd.org/D13450 Notes: svn path=/head/; revision=456054
* Add ONLY_FOR_ARCHS_REASON statement: while it attempts to query generic CPUAlexey Dokuchaev2017-12-111-0/+1
| | | | | | | | | | information using sysctl(3) CTL_HW* identifiers, it does not properly guard x86-specific code paths. Requested by: mat Notes: svn path=/head/; revision=456045
* update sysutils/packer to 1.1.3Nikolai Lifanov2017-12-112-4/+4
| | | | | | | Changes: https://github.com/hashicorp/packer/blob/v1.1.3/CHANGELOG.md Notes: svn path=/head/; revision=456042
* Update to 0.10.1Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | | | | | Changes: https://github.com/tmuxinator/tmuxinator/releases https://github.com/tmuxinator/tmuxinator/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=456009
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2017-12-113-14/+8
| | | | | | | Changes: https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd Notes: svn path=/head/; revision=456008
* Update to 2.2.9Sunpoet Po-Chuan Hsieh2017-12-113-17/+4
| | | | | | | Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=456007
* Update to 3.10.1Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | | | | Changes: https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=456006