aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 2.3.5Romain Tartière2018-03-272-4/+4
| | | | | | | | | | ChangeLog: https://github.com/rodjek/puppet-lint/blob/master/CHANGELOG.md#235-2018-03-27 With hat: puppet Notes: svn path=/head/; revision=465664
* sysutils/lsof: upgrade to 4.91Larry Rosenman2018-03-262-5/+4
| | | | Notes: svn path=/head/; revision=465642
* Subscribe to MQTT topics and notify pluggable servicesDan Langille2018-03-268-0/+295
| | | | Notes: svn path=/head/; revision=465638
* update sysutils/ansible to 2.5.0Nikolai Lifanov2018-03-262-4/+4
| | | | | | | | Announcement: https://www.ansible.com/blog/ansible-2.5-traveling-space-and-time Changes: https://github.com/ansible/ansible/blob/v2.5.0/changelogs/CHANGELOG-v2.5.rst Notes: svn path=/head/; revision=465605
* new port: sysutils/ansible24Nikolai Lifanov2018-03-263-0/+15
| | | | | | | This is the same as sysutils/ansible 2.4.3.0 and will track stable 2.4 branch. Notes: svn path=/head/; revision=465604
* sysutils/ansible* - prepare for sysutils/ansible updateNikolai Lifanov2018-03-263-6/+3
| | | | | | | | o Remove vanity "Created by:" line o Add upcoming ansible24 port to CONFLICTS Notes: svn path=/head/; revision=465603
* Update to 2.0.36.Mathieu Arnold2018-03-268-239/+11
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=465591
* Update to 2.12.0Romain Tartière2018-03-262-4/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/mcollective/current/releasenotes.html With hat: puppet Notes: svn path=/head/; revision=465589
* Update to 5.3.0Romain Tartière2018-03-263-7/+6
| | | | | | | | | | Release notes: https://puppet.com/docs/puppetserver/5.3/release_notes.html#puppet-server-530 With hat: puppet Notes: svn path=/head/; revision=465587
* Update to 5.5.0Romain Tartière2018-03-263-5/+5
| | | | | | | | | | Release notes: https://puppet.com/docs/puppet/5.5/release_notes.html#puppet-550 With hat: puppet Notes: svn path=/head/; revision=465586
* Update to 3.11.0Romain Tartière2018-03-263-18/+4
| | | | | | | | | | Release notes: https://puppet.com/docs/facter/3.11/release_notes.html With hat: puppet Notes: svn path=/head/; revision=465585
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-265-6/+6
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* Update puppet-lint to 2.3.4.Tim Bishop2018-03-262-4/+4
| | | | Notes: svn path=/head/; revision=465579
* Update `sysutils/cpu-x' to version 3.2.1.Alexey Dokuchaev2018-03-252-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=465531
* sysutils/uefi-edk2-bhyve: update to 20180318Roman Bogorodskiy2018-03-253-7/+5
| | | | | | | | PR: 226894 Submitted by: maintainer Notes: svn path=/head/; revision=465522
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNSunpoet Po-Chuan Hsieh2018-03-241-1/+1
| | | | | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=465484
* u-boot: Update to v2018.01Emmanuel Vadot2018-03-247-15/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Track upstream directly We cannot build u-boot directly on FreeBSD as it needs gmake, gsed etc ... Earlier update dealt with that using BINARY_ALIAS to avoid patching. The cache patches have been sent upstream (a V2 is needed as some arch don't have those functions) so put them in the ports tree for now. This is the only patches needed to build a u-boot for armv6/armv7/arm64 so do not use the freebsd github fork anymore as they will go away soon. - We now use boot.scr (converted with mkimage from sysutils/u-boot-tools) instead of patching u-boot. U-Boot have two way for dealing with distribution one is boot scripts and the other is extlinux. extlinux will be harder as we use raw binary for ubldr and use go $address, this cannot fail and the boot process could be in a bad state so this is something that upstream doesn't want to merge in mainline. boot script are easy to write and compile and also give a way to the user to customize it's boot (printing a message, setting variable etc ...) - CONFIG_API isn't defined by default so use a configuration fragment and generate our final config with scripts/kconfig/merge_config.sh Other configuration value could be added in the futur. For now only arm uses it as we don't use CONFIG_API on arm64. - Switch the maintainer to uboot@freebsd.org Reviewed by: imp (previous version) Approved by: imp Differential Revision: https://reviews.freebsd.org/D14230 Notes: svn path=/head/; revision=465468
* Sync kde.mk a bit with the development repo.Tobias C. Berner2018-03-241-1/+1
| | | | | | | | | | | | This should ease the import of the new ports for Applications and Plasma Desktop. - add some more component handling - bump KDE_APPLICATIONS_VERSION (no direct consumers exist in the ports tree atm) - fix some space/tab errors Differential Revision: https://reviews.freebsd.org/D14814 Notes: svn path=/head/; revision=465444
* Import upstream patch to fix OSS (sound mixer) support.Guido Falsi2018-03-243-1/+32
| | | | | | | | | | While here, fix malformed line in patch causing build time warning. Reported by: pong (via IRC) Obtained from: https://github.com/brndnmtthws/conky/commit/6b386589c0822bdaf5ed38d5f388cf902e0e749e Notes: svn path=/head/; revision=465440
* - Add LICENSEDmitry Marakasov2018-03-241-1/+5
| | | | | | | | | | - Add NO_ARCH - Cosmetic fix Approved by: portmgr blanket Notes: svn path=/head/; revision=465433
* New port: sysutils/singon-plugin-oauth2Tobias C. Berner2018-03-246-0/+50
| | | | | | | | Signon OAuth 1.0 and 2.0 plugin for accounts-sso: https://gitlab.com/accounts-sso/signon-plugin-oauth2 Notes: svn path=/head/; revision=465431
* Update to 20180112.Mark Linimon2018-03-242-6/+5
| | | | | | | | Differential Revision: D14297 Submitted by: manu Notes: svn path=/head/; revision=465425
* sysutils/exfat-utils sysutils/fusefs-exfat: Update 1.2.7 -> 1.2.8Yuri Victorovich2018-03-236-38/+36
| | | | | | | | | | Also grouped USExx. PR: 226699 Submitted by: samm@os2.kiev.ua (maintainer) Notes: svn path=/head/; revision=465414
* Fix sysutils/cmocka build on powerpc64Devin Teske2018-03-232-0/+20
| | | | | | | | | | | | | Make sure uintptr_t isn't double-defined PR: ports/224959 Submitted by: jhibbits Reported by: jhibbits Reviewed by: imp Approved by: imp (mentor) Notes: svn path=/head/; revision=465409
* sysutils/consul-replicate: create portSteve Wills2018-03-235-0/+105
| | | | | | | | | | | | | The daemon consul-replicate integrates with Consul to perform cross-data-center K/V replication. WWW: https://github.com/hashicorp/consul-replicate PR: 223121 Submitted by: jhixson@gmail.com Notes: svn path=/head/; revision=465385
* sysutils/cpupdate: new convenience target "install-microcodes"Eugene Grosbein2018-03-232-7/+36
| | | | | | | | | | | | | | | Some users may prefer copying the whole bunch of CPU microcodes to their system instead of just needed one. Add new Makefile target "install-microcodes" to ease such copying and mention it in the pkg-message. This is still for convenience only and those blobs do not get into the pkg-plist and the package and need to be manually removed if not needed anymore. PR: 226620 Notes: svn path=/head/; revision=465359
* Fix INDEX for sysutils. Forgot to add filelight-kde4 when it was resurrected.Adriaan de Groot2018-03-231-0/+1
| | | | | | | | | | Well, if I only break INDEX in 33% of my commits today, it'll be OK. Reported by: antoine tcberner arved Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=465354
* sysutils/cpupdate: update to g20180323Eugene Grosbein2018-03-234-54/+9
| | | | | | | | | | | | | | In new version: - fix comment in the startup script on "cpupdate_flags" defaults for rc.conf; - catch up with recent changes of platomav/CPUMicrocodes: updated to MCE DB r62. - removed patch that was integrated (auto load cpuctl.ko, compiler warning); - fixed crash when no supported CPU found (*); Reported by: Eitan Adler (*) Notes: svn path=/head/; revision=465350
* Resurrect sysutils/filelight-kde4. When the port was updated (to a modern,Adriaan de Groot2018-03-235-0/+52
| | | | | | | | | | | | | functional version) the KDE4 metaport kdeutils-kde4 (and also the meta- metaport x11/kde4) gained a surprising dependency on KDE Frameworks 5. Since we're renaming and moving stuff around in preparation for landing modern KDE, give the KDE4 purists their old software back. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=465345
* update sysutils/terraform to 0.11.5Nikolai Lifanov2018-03-222-4/+4
| | | | | | | Changes: https://github.com/hashicorp/terraform/blob/v0.11.5/CHANGELOG.md Notes: svn path=/head/; revision=465291
* sysutils/runit-faster: Update scripts to 0.1.17Tobias Kortkamp2018-03-222-5/+4
| | | | | | | | | | | | - Register QEMU interpreters at boot - Add example bhyve service - Add example jail service - Add Namecheap DDNS client - Add isc-dhcp*-server services - Shutdown user services properly Notes: svn path=/head/; revision=465290
* fusefs-lkl fails on head with same error as FreeBSD 11Antoine Brodin2018-03-221-1/+1
| | | | Notes: svn path=/head/; revision=465272
* devel/apr1: Bump portrevisionBernard Spil2018-03-212-2/+2
| | | | | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine Notes: svn path=/head/; revision=465240
* * Updated to 157Richard Gallamore2018-03-212-4/+4
| | | | Notes: svn path=/head/; revision=465239
* devel/apr1: Fix runtime issues of dependent portBernard Spil2018-03-212-1/+2
| | | | | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache) Notes: svn path=/head/; revision=465232
* Mark BROKEN On FreeBSD 11:Mathieu Arnold2018-03-211-0/+2
| | | | | | | | | | | | | + echo Inconsistent kallsyms data Inconsistent kallsyms data + echo Try 'make KALLSYMS_EXTRA_PASS=1' as a workaround Try make KALLSYMS_EXTRA_PASS=1 as a workaround + exit 1 Sponsored by: Absolight Notes: svn path=/head/; revision=465197
* Add PSCI monitor to sysutils/rpi-firmwareEmmanuel Vadot2018-03-213-7/+16
| | | | | | | | | | | | | | Build PSCI monitor and add it to common firmware files for RaspberrPi platform. This is pre-requisite for migration of sysutils/u-boot-rpi3 to u-boot-master framework. Submitted by: gonzo Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D14629 Notes: svn path=/head/; revision=465188
* sysutils/pot: Fix rc scriptLuca Pizzamiglio2018-03-212-5/+6
| | | | Notes: svn path=/head/; revision=465179
* sysutils/rpi-firmware: Add DTB and overlaysEmmanuel Vadot2018-03-214-21/+142
| | | | | | | | | | | | We use DTB and some overlays for RPI3 release image so add them to the ports so we don't have to fetch them. Reviewed by: bapt, imp (previous version), gonzo (previous version) Approved by: bapt Differential Revision: https://reviews.freebsd.org/D14299 Notes: svn path=/head/; revision=465175
* Fixup depends. Orignally the ports were to be named cfengine3-develCy Schubert2018-03-211-1/+1
| | | | | | | | | | and cfengine-masterfiles3-devel. However I had a change of heart and renamed the ports before commit. I missed this one. Pointy hat to: cy Notes: svn path=/head/; revision=465150
* Welcome the new cfengine-devel and cfengine-masterfiles-devel portsCy Schubert2018-03-2114-0/+841
| | | | | | | tracking the development branch of cfengine community edition on github. Notes: svn path=/head/; revision=465148
* Deprecate cfengine22 as it is no longer supported by our upline.Cy Schubert2018-03-211-0/+3
| | | | | | | Expire approximately a year from now. Notes: svn path=/head/; revision=465144
* Update 3.10.1 --> 3.10.3Cy Schubert2018-03-216-162/+13
| | | | Notes: svn path=/head/; revision=465143
* Update 3.9.1 --> 3.9.2Cy Schubert2018-03-217-21/+30
| | | | Notes: svn path=/head/; revision=465142
* Update 3.7.3 --> 3.7.7Cy Schubert2018-03-217-8/+31
| | | | Notes: svn path=/head/; revision=465141
* cfengine311 and cfengine-masterfiles311 are now the defaultCy Schubert2018-03-212-2/+2
| | | | | | | cfengine and cfengine-masterfiles ports. Notes: svn path=/head/; revision=465140
* Update to 1.7.1Sunpoet Po-Chuan Hsieh2018-03-202-4/+4
| | | | | | | Changes: https://github.com/djberg96/sys-admin/blob/sys-admin-1.7.1/CHANGES Notes: svn path=/head/; revision=465127
* Update to 0.8.0Sunpoet Po-Chuan Hsieh2018-03-202-4/+4
| | | | | | | Changes: https://github.com/GoogleCloudPlatform/container-diff/releases Notes: svn path=/head/; revision=465115
* Move databases/akonadi to databases/akonadi-kde4Tobias C. Berner2018-03-201-1/+1
| | | | Notes: svn path=/head/; revision=465102
* sysutils/smart: Update to version 0.0.8Joseph Mingrone2018-03-202-5/+4
| | | | | | | | | | Upstream changes: - fix build error on 12-CURRENT - enable NVMe for 11-stable - fix bug with SCSI passthrough of ATA devices Notes: svn path=/head/; revision=465101