aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Fix depends so that net/py-paho-mqtt actually gets installed.dvl2019-01-081-2/+3
| | | | | | PR: 234697 Reported by: tobik[B MFH: 2019Q1 (missing dependency)
* Do not set opt_DESC twicetobik2019-01-081-2/+1
|
* x11/libfm, x11-fm/pcmanfm: update and flavorize both.rigoletto2019-01-071-1/+1
| | | | | | | | | | | | - update x11/libfm to version 1.3.1 - update x11-fm/pcmanfm to version 1.3.1 - convert both to flavors - fix other affected ports PR: 229944 Reviewed by: adamw, antoine, bapt Approved by: mat (portmgr, mentor), tcberner (mentor), jsm (maintainer), Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D16387
* - Update to 0.1.16danilo2019-01-072-4/+4
|
* Update to the latest cfengine commits on github.cy2019-01-074-10/+10
|
* Do not set PORTREVISION twicetobik2019-01-071-1/+0
|
* Use proper format for EXPIRATION_DATE.arrowd2019-01-062-2/+2
| | | | | Reported by: FreshPorts Approved by: tcberner (mentor)
* sysutils/zsm: USE_PYTHON=noflavorstcberner2019-01-061-1/+1
| | | | | | [00:01:51] Warning: (sysutils/zsm@py37): Error: Duplicated origin for zsm-0.2.0: sysutils/zsm@py37 AND sysutils/zsm. Rerun with -v to see which ports are depending on these. Approved by: portmgr (antoine)
* Do not set USES twicetobik2019-01-061-1/+0
|
* Update to 20190103antoine2019-01-063-9/+9
|
* Update to 20190104antoine2019-01-062-7/+6
|
* lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.arrowd2019-01-0610-34/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc # pkg install -y `cat ghc-pkgs.txt` During update some hs-* ports got two PORTREVISION bumps in a row. Other ports got a PORTVERSION update together with one PORTREVISION bump. This is caused by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated, so figuring out which ones require a bump and which are not is too tedious. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18707
* Remove duplicate Module::Build build dependencies.mat2019-01-061-1/+0
|
* sysutils/mkdesktop: update to 3.3swills2019-01-062-4/+4
| | | | | PR: 234649 Submitted by: bourne.identity@hotmail.com (maintainer)
* sysutils/mkdesktop: update to 3.2swills2019-01-062-4/+4
| | | | | PR: 234632 Submitted by: bourne.identity@hotmail.com (maintainer)
* sysutils/p5-Proc-ProcessTable-Colorizer: update to 0.2.1swills2019-01-062-4/+4
| | | | | PR: 234642 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer)
* Upgrade to version 2.9.9.se2019-01-062-5/+5
| | | | Approved by: antoine (implicit)
* Update science/hdf5 to 1.10.4sunpoet2019-01-061-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen
* sysutils/ipfs-go: 0.14.7 -> 0.14.8jhixson2019-01-062-5/+4
| | | | | | araujo (mentor) araujo (mentor) https://reviews.freebsd.org/D18752
* sysutils/p5-Proc-ProcessTable-Colorizer: create portswills2019-01-065-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | This colorizes the output from Proc::ProcessTable. This is largely meant to be used from the command line instead of as a module via the included bin script. Among other fun things, it allows searching of the process table. Searching is currently possible against the following criteria. zombie swapped out regex command line matching CPU seconds used by a process percent of memory usage percent of CPU usage wait channel in use bin/cps - A colorized version of ps with various extra useful options WWW: http://search.cpan.org/dist/Proc-ProcessTable-Colorizer/ PR: 224399 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
* sysutils/p5-Log-Colorize-Helper: add missing dependenciesswills2019-01-061-0/+4
| | | | Pointyhat to: swills
* sysutils/p5-Log-Colorize-Helper: create portswills2019-01-065-0/+42
| | | | | | | | | | | | | | | | Interfaces with colorize, head, tail, less, grep, bunzip2, and gunzip. The purpose of this is to make it easy to colorize and view log files by drastically reducing the amount of typing involved. bin/clog - Searches, displays, and colorizes log files. WWW: http://search.cpan.org/dist/Log-Colorize-Helper/ PR: 224398 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
* sysutils/openipmi: update 2.0.25_1 to 2.0.26egypcio2019-01-053-10/+29
| | | | | | | | | | | | | | | | | | | | Makefile silent portlint; reorder GNU_CONFIGURE and INSTALL_TARGET; readline.so (devel/readline) is now part of LIB_DEPENDS; USES got readline added to the list; sorted. post-patch 13.10. Verbose Build Logs; reinplaced editline/readline.h (served by base's libedit). files/patch-unix_selector.c we do not provide EPOLL_PWAIT, so fdc->saved_events = 0 is never used. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18667
* sysutils/snmp_exporter: Update to 0.13.0swills2019-01-052-4/+4
| | | | | PR: 234630 Submitted by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> (maintainer)
* Takejoneum2019-01-051-1/+1
|
* Fix expiration yearantoine2019-01-052-2/+2
|
* Deprecate sysutils/createrepo and sysutils/yum:antoine2019-01-052-0/+6
| | | | | - abandoned upstream - do not work with python3
* sysutils/mkdesktop: Update to 3.1swills2019-01-052-4/+4
| | | | | PR: 234564 Submitted by: bourne.identity@hotmail.com (maintainer)
* - Fix LICENSEamdmi32019-01-042-2/+4
| | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Update WWW Approved by: portmgr blanket
* sysutils/bfs: Update to 1.3.1tobik2019-01-042-4/+4
|
* - Update to 1.11.0danilo2019-01-042-4/+4
|
* Fix config file instructions for goaccess.adamw2019-01-043-10/+2
| | | | | | | | | | | I completely misunderstood the config file location for goaccess.conf. The config file hasn't moved to ETCDIR, only the sample file has. The config file is still read from PREFIX/etc. Remove the UPDATING/pkg-message instructions about this, and install the config file to the correct place, along with a PORTREVISION bump. Pointy hat: adamw
* Update goaccess to 1.3.adamw2019-01-047-17/+68
| | | | | | | | | | | | | | | | | With this release: - The config file has moved from PREFIX/etc to ETCDIR - The web assets are no longer installed separately (they are compiled into the binary so this should not affect end-users) - NLS support (and OPTION) added pkg-message and UPDATING entry added for conf file location change. Changes: https://goaccess.io/release-notes PR: 234047 Approved by: maintainer (sbz)
* New port: sysutils/zsmpi2019-01-044-0/+41
| | | | | | | | | | | | | | | | A console program that manages ZFS snapshots. - Manage multiple sets of rolling snapshots. - Configure a custom schedule via the config file. - Run in background by adding it to crontab. Technically, most of the functionality is in zsm-lib, and zsm is just a thin console interface. WWW: https://zsm.rtfd.io/ PR: 234280 Submitted by: Matthias Lindvall <mattias.lindvall@gmail.com>
* sysutils/contractor: Update to 0.3.4tobik2019-01-033-11/+12
| | | | | | | - Take maintainership - Update WWW Changes: https://github.com/elementary/contractor/releases
* sysutils/mkdesktop: Update to 3.0swills2019-01-022-3/+3
| | | | | PR: 234543 Submitted by: bourne.identity@hotmail.com (maintainer)
* Update to 11.5.4sunpoet2019-01-023-7/+7
| | | | Changes: https://salsa.debian.org/debian/debhelper/tags
* Update to 0.14.0sunpoet2019-01-022-4/+4
| | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases
* Remove expired php56- ports:rene2019-01-015-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-01-01 net/php56-soap: Security Support ends on 31 Dec 2018 2019-01-01 net/php56-ldap: Security Support ends on 31 Dec 2018 2019-01-01 net/php56-xmlrpc: Security Support ends on 31 Dec 2018 2019-01-01 net/php56-sockets: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-ctype: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xmlwriter: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xmlreader: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-pspell: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-dom: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xsl: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-simplexml: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-enchant: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-wddx: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xml: Security Support ends on 31 Dec 2018 2019-01-01 graphics/php56-gd: Security Support ends on 31 Dec 2018 2019-01-01 graphics/php56-exif: Security Support ends on 31 Dec 2018 2019-01-01 mail/php56-imap: Security Support ends on 31 Dec 2018 2019-01-01 www/php56-session: Security Support ends on 31 Dec 2018 2019-01-01 www/php56-opcache: Security Support ends on 31 Dec 2018 2019-01-01 www/php56-tidy: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-openssl: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-mcrypt: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-filter: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-hash: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-sysvmsg: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-tokenizer: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-sysvsem: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-shmop: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-readline: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-json: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-pcntl: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-sysvshm: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-gettext: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-mysqli: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-mysql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_odbc: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_mysql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-sqlite3: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_dblib: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_firebird: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pgsql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_sqlite: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-sybase_ct: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-interbase: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-dba: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-odbc: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_pgsql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-mssql: Security Support ends on 31 Dec 2018 2019-01-01 ftp/php56-curl: Security Support ends on 31 Dec 2018 2019-01-01 ftp/php56-ftp: Security Support ends on 31 Dec 2018 2019-01-01 misc/php56-calendar: Security Support ends on 31 Dec 2018 2019-01-01 math/php56-bcmath: Security Support ends on 31 Dec 2018 2019-01-01 math/php56-gmp: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-zip: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-zlib: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-phar: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-bz2: Security Support ends on 31 Dec 2018 2019-01-01 net-mgmt/php56-snmp: Security Support ends on 31 Dec 2018 2019-01-01 converters/php56-iconv: Security Support ends on 31 Dec 2018 2019-01-01 converters/php56-mbstring: Security Support ends on 31 Dec 2018 2019-01-01 converters/php56-recode: Security Support ends on 31 Dec 2018 2019-01-01 sysutils/php56-posix: Security Support ends on 31 Dec 2018 2019-01-01 sysutils/php56-fileinfo: Security Support ends on 31 Dec 2018
* sysutils/policykit-qt, sysutils/qzeitgeist: remove dead variable USE_KDEtcberner2019-01-012-2/+0
| | | | | Reported by: rene MFH: 2019Q1
* sysutils/policykit-qt: directly build depend on devel/automoc4 after r488807tcberner2019-01-011-1/+2
| | | | MFH: 2019Q1
* sysutils/qzeitgeist: directly build depend on devel/automoc4 after r488807tcberner2019-01-011-2/+3
| | | | MFH: 2019Q1
* sysutils/polkit-qt@qt4: remove unnecessary (broken) dependency to automoc4 ↵tcberner2019-01-011-3/+2
| | | | | | after r488807 MFH: 2019Q1
* Update to 1.44.delphij2019-01-015-9/+56
|
* Now that cfengine22 is gone, let's remove the option too.cy2019-01-011-1/+1
|
* Remove KDE4, part 5rene2019-01-0197-3034/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net/kget-kde4: KDE4 is EOL upstream 2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream 2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream 2018-12-31 net/kwooty: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream 2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream 2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015 2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream 2018-12-31 net/krfb-kde4: KDE4 is EOL upstream 2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015 2018-12-31 net/krdc-kde4: KDE4 is EOL upstream 2018-12-31 french/kde4-l10n: KDE4 is EOL upstream 2018-12-31 ukrainian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 textproc/kompare-kde4: KDE4 is EOL upstream 2018-12-31 textproc/libkomparediff2-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/silence: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdepim-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-serverstatuswidget: KDE4 is EOL upstream 2018-12-31 deskutils/strigi: KDE4 is end-of-life 2018-12-31 deskutils/plasma-applet-qstardict: Qt4 has been EOL since december 2015 2018-12-31 deskutils/homerun: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-daisy: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-teacooker: KDE4 is EOL upstream 2018-12-31 deskutils/kdepim-runtime-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-panelspacer: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-cwp: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-yawp: KDE4 is EOL upstream 2018-12-31 deskutils/kruler-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/superkaramba-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kcharselect-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kdepimlibs-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/ksshaskpass: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-simpleweatherforecast: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeconnect-kde-kde4: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-fancytasks: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeplasma-addons-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kiten-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 graphics/libkdcraw-kde4: KDE4 is EOL upstream 2018-12-31 graphics/skanlite-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kamera-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kphotoalbum-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-strigi-analyzer-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kiconedit: Qt4 has been EOL since december 2015 2018-12-31 graphics/kdegraphics-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkscreen: Qt4 has been EOL since december 2015 2018-12-31 graphics/kcoloredit: Qt4 has been EOL since december 2015 2018-12-31 graphics/libksane-kde4: KDE4 is EOL upstream 2018-12-31 graphics/ksnapshot-kde4: KDE4 is EOL upstream 2018-12-31 graphics/gwenview-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kpovmodeler: Qt4 has been EOL since december 2015 2018-12-31 graphics/ksaneplugin-kde4: KDE4 is EOL upstream 2018-12-31 graphics/digikam-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-svgpart-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kcolorchooser-kde4: KDE4 is EOL upstream 2018-12-31 graphics/okular-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kqtquickcharts-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkipi-kde4: Qt4 has been EOL since december 2015 2018-12-31 graphics/libkexiv2-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kolourpaint-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-mobipocket-kde4: KDE4 is EOL upstream 2018-12-31 russian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 mail/kshowmail: Qt4 has been EOL since december 2015 2018-12-31 mail/kbiff: Qt4 has been EOL since december 2015 2018-12-31 www/kpartsplugin: Qt4 has been EOL since december 2015 2018-12-31 www/choqok-kde4: KDE4 is EOL upstream 2018-12-31 www/kdewebdev-kde4: KDE4 is EOL upstream 2018-12-31 www/kwebkitpart: Qt4 has been EOL since december 2015 2018-12-31 www/rekonq: Qt4 has been EOL since december 2015 2018-12-31 security/subversion-kwallet: KDE4 is end-of-life 2018-12-31 security/kwalletmanager-kde4: KDE4 is EOL upstream 2018-12-31 security/kgpg-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkgapi-kde4: KDE4 is EOL upstream 2018-12-31 devel/kapptemplate-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-krosspython-kde4: KDE4 is EOL upstream 2018-12-31 devel/kcachegrind-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokegen-kde4: KDE4 is EOL upstream 2018-12-31 devel/cervisia-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykdeuic4-kde4: KDE4 is EOL upstream 2018-12-31 devel/okteta-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-pg-qt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-korundum-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykde4-kde4: KDE4 is EOL upstream 2018-12-31 devel/dolphin-plugins-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-utils-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesvn-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokekde-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlkde-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-docs-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-kde4: KDE4 is EOL upstream 2018-12-31 devel/poxml-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-scripts-kde4: KDE4 is EOL upstream 2018-12-31 devel/umbrello-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdebindings-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kioslaves-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevplatform-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokeqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-qtruby-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kde4: KDE4 is EOL upstream 2018-12-31 devel/lokalize-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkolab: Qt4 has been EOL since december 2015 2018-12-31 devel/ruby-krossruby-kde4: KDE4 is EOL upstream 2018-12-31 arabic/kde4-l10n: KDE4 is EOL upstream 2018-12-31 databases/akonadi-kde4: KDE4 is EOL upstream 2018-12-31 ftp/plasma-applet-ftpmonitor: Qt4 has been EOL since december 2015 2018-12-31 print/print-manager-kde4: KDE4 is EOL upstream 2018-12-31 print/kover: Qt4 has been EOL since december 2015 2018-12-31 net-p2p/libktorrent-kde4: KDE4 is EOL upstream 2018-12-31 net-p2p/ktorrent-kde4: KDE4 is EOL upstream 2018-12-31 editors/kile-kde4: KDE4 is EOL upstream 2018-12-31 editors/klat4: Qt4 has been EOL since december 2015 2018-12-31 editors/kate-plugin-pate-kde4: KDE4 is EOL upstream 2018-12-31 editors/kate-kde4: KDE4 is EOL upstream 2018-12-31 misc/kdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/krecipes-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-epub-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde-thumbnailer-fb2-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/libkdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-cs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fa: KDE4 is EOL upstream 2018-12-31 misc/kwordquiz-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-km: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lt: KDE4 is EOL upstream 2018-12-31 misc/kdeutils-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-es: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-wa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-en_GB: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-gl: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-chm-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde4-l10n-ug: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ga: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nb: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-et: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-pa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nds: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bg: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-tr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sk: KDE4 is EOL upstream 2018-12-31 misc/kgeography-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-is: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-da: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-it: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ro: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca_valencia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-kk: KDE4 is EOL upstream 2018-12-31 misc/parley-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sr: KDE4 is EOL upstream 2018-12-31 misc/klettres-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-eu: KDE4 is EOL upstream 2018-12-31 misc/ktouch-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-id: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-mr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nn: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-el: KDE4 is EOL upstream 2018-12-31 science/step-kde4: KDE4 is EOL upstream 2018-12-31 science/kalzium-kde4: KDE4 is EOL upstream 2018-12-31 games/palapeli-kde4: KDE4 is EOL upstream 2018-12-31 games/kiriki-kde4: KDE4 is EOL upstream 2018-12-31 games/kanagram-kde4: KDE4 is EOL upstream 2018-12-31 games/khangman-kde4: KDE4 is EOL upstream 2018-12-31 games/kdiamond-kde4: KDE4 is EOL upstream 2018-12-31 games/kigo-kde4: KDE4 is EOL upstream 2018-12-31 games/kshisen-kde4: KDE4 is EOL upstream 2018-12-31 games/klickety-kde4: KDE4 is EOL upstream 2018-12-31 games/kdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/kmines-kde4: KDE4 is EOL upstream 2018-12-31 games/ksquares-kde4: KDE4 is EOL upstream 2018-12-31 games/konquest-kde4: KDE4 is EOL upstream 2018-12-31 games/killbots-kde4: KDE4 is EOL upstream 2018-12-31 games/kblocks-kde4: KDE4 is EOL upstream 2018-12-31 games/knavalbattle-kde4: KDE4 is EOL upstream 2018-12-31 games/blinken-kde4: KDE4 is EOL upstream 2018-12-31 games/picmi-kde4: KDE4 is EOL upstream 2018-12-31 games/kjumpingcube-kde4: KDE4 is EOL upstream 2018-12-31 games/ksudoku-kde4: KDE4 is EOL upstream 2018-12-31 games/klines-kde4: KDE4 is EOL upstream 2018-12-31 games/bomber-kde4: KDE4 is EOL upstream 2018-12-31 games/kajongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kbounce-kde4: KDE4 is EOL upstream 2018-12-31 games/kreversi-kde4: KDE4 is EOL upstream 2018-12-31 games/kmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kfourinline-kde4: KDE4 is EOL upstream 2018-12-31 games/kbreakout-kde4: KDE4 is EOL upstream 2018-12-31 games/bovo-kde4: KDE4 is EOL upstream 2018-12-31 games/kubrick-kde4: KDE4 is EOL upstream 2018-12-31 games/ksirk-kde4: KDE4 is EOL upstream 2018-12-31 games/granatier-kde4: KDE4 is EOL upstream 2018-12-31 games/libkdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/pairs-kde4: KDE4 is EOL upstream 2018-12-31 games/kspaceduel-kde4: KDE4 is EOL upstream 2018-12-31 games/libkmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/lskat-kde4: KDE4 is EOL upstream 2018-12-31 games/knetwalk-kde4: KDE4 is EOL upstream 2018-12-31 games/katomic-kde4: KDE4 is EOL upstream 2018-12-31 games/kollision-kde4: KDE4 is EOL upstream 2018-12-31 games/kgoldrunner-kde4: KDE4 is EOL upstream 2018-12-31 games/kapman-kde4: KDE4 is EOL upstream 2018-12-31 games/kpat-kde4: KDE4 is EOL upstream 2018-12-31 games/kolf-kde4: KDE4 is EOL upstream 2018-12-31 games/kblackbox-kde4: KDE4 is EOL upstream 2018-12-31 games/ksnakeduel-kde4: KDE4 is EOL upstream 2018-12-31 games/ktuberling-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/kdetoys-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-adjustableclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/amor-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-geekclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/kteatime-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktux-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktimer-kde4: KDE4 is EOL upstream 2018-12-31 hebrew/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net-im/ktp-approver-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-filetransfer-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-send-file-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-list-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-desktop-applets-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-runner-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kopete-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-accounts-kcm-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kmess-kde4: Qt4 has been EOL since december 2015 2018-12-31 net-im/plasma-applet-ktp-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-kded-integration-module-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-text-ui-kde4: KDE4 is EOL upstream 2018-12-31 net-im/telepathy-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-auth-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-common-internals-kde4: KDE4 is EOL upstream 2018-12-31 audio/libkcompactdisc-kde4: KDE4 is EOL upstream 2018-12-31 audio/kmix-kde4: KDE4 is EOL upstream 2018-12-31 audio/audex: Qt4 has been EOL since december 2015 2018-12-31 audio/kio-audiocd-kde4: KDE4 is EOL upstream 2018-12-31 audio/kid3-kde4: Qt4 and KDE4 EOL upstream. Use audio/kid3-qt5 or audio/kid3-kf5 instead 2018-12-31 audio/libkcddb-kde4: KDE4 is EOL upstream 2018-12-31 audio/kstreamripper: Qt4 has been EOL since december 2015 2018-12-31 audio/juk-kde4: KDE4 is EOL upstream 2018-12-31 audio/kscd-kde4: KDE4 is EOL upstream 2018-12-31 audio/simon: Qt4 has been EOL since december 2015 2018-12-31 math/analitza-kde4: KDE4 is EOL upstream 2018-12-31 math/kmplot-kde4: KDE4 is EOL upstream 2018-12-31 math/kcalc-kde4: KDE4 is EOL upstream 2018-12-31 math/kig-kde4: KDE4 is EOL upstream 2018-12-31 math/kbruch-kde4: KDE4 is EOL upstream 2018-12-31 math/cantor-kde4: KDE4 is EOL upstream 2018-12-31 math/abakus: Qt4 has been EOL since december 2015 2018-12-31 math/kalgebra-kde4: KDE4 is EOL upstream 2018-12-31 math/rocs-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-python-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivitymanagerd: Qt4 has been EOL since december 2015 2018-12-31 x11/yakuake-kde4: KDE4 is EOL upstream 2018-12-31 x11/kdelibs-kde4: KDE4 is EOL upstream 2018-12-31 x11/libkonq-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde4: KDE4 is end-of-life 2018-12-31 x11/kgamma-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-ruby-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-baseapps-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivities: Qt4 has been EOL since december 2015 2018-12-31 x11/konsole-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-workspace-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-runtime-kde4: KDE4 is EOL upstream 2018-12-31 polish/kde4-l10n: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_CN: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_TW: KDE4 is EOL upstream 2018-12-31 x11-fm/krusader2-kde4: KDE4 is EOL upstream 2018-12-31 archivers/ark-kde4: KDE4 is EOL upstream 2018-12-31 german/kde4-l10n: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n-pt_BR: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 multimedia/dragon-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/k9copy-kde4: Qt4 has been EOL since december 2015 2018-12-31 multimedia/kdemultimedia-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-ffmpegthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdenlive-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-mplayerthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/subtitlecomposer-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kplayer-kde4: KDE4 is EOL upstream 2018-12-31 astro/marble-kde4: KDE4 is EOL upstream 2018-12-31 astro/libkgeomap-kde4: KDE4 is EOL upstream 2018-12-31 astro/kstars-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-oxygen-transparent: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-crystal: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/gtk-qt4-engine: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-gtk-config: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-style-skulpture: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-wallpapers-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-bespin: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-dekorator: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-base-artwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-polyester: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kdeartwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/plasma5-breeze-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-nitrogen: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/qtcurve-kde4: KDE4 is EOL 2018-12-31 lang/kturtle-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kaccessible-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmouth-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmag-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/jovie-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kdeaccessibility-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmousetool-kde4: KDE4 is EOL upstream 2018-12-31 finance/kmymoney-kde4: KDE4 is EOL upstream. Use finance/kmymoney instead 2018-12-31 comms/kremotecontrol-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdf-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdeadmin-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/sweeper-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcron-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-core-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfilemetadata-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksystemlog-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/knutclient-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/filelight-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 sysutils/kuser-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/k3b-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksysguardd-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfloppy-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcm-polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 hungarian/kde4-l10n: KDE4 is EOL upstream
* sysutils/fusefs-sshfs: Update version 3.5.0=>3.5.1bofh2019-01-013-6/+6
| | | | Relnotes:https://github.com/libfuse/sshfs/blob/master/ChangeLog.rst
* sysutils/xosview: update to 1.21fernape2019-01-013-43/+8
| | | | | | | | | | | | | | No info for this new release. While here: * Remove BROKEN_* since this builds fine in 12 or greater. * Simplify patch since some changes where merged upstream: https://github.com/hills/xosview/pull/11 PR: 234526 Reported by: freebsd@oldach.net
* Two enhancementsjpaetzel2019-01-012-4/+4
| | | | | | | | | | | | | User Facing: Avoid error in the diff command run by the periodic script included in this port. Port Infrastructure: Reorder the port Makefile to be compliant with the FreeBSD port infrastructure. PR: 234383 Submitted by: takefu@airport.fm
* Remove sysutils/syslog-ng-incubator, it depends on expired sysutils/syslog-ng36rene2018-12-315-62/+0
|
* Remove expired ports:rene2018-12-3132-1819/+0
| | | | | | | | | | | | | | | | | | | 2018-12-31 net/libsrtp: Superseded by libsrtp2 2018-12-31 x11-toolkits/wlc: Deprecated upstream 2018-12-31 japanese/spamassassin: does not build 2018-12-31 www/spdylay: SPDY is deprecated, use HTTP/2 instead 2018-12-31 www/moodle33: Upstream no longer maintained 2018-12-31 security/krb5-114: EOL twelve months after release of krb5-1.16 2018-12-31 databases/mongodb32: EOL upstream since September 2018 2018-12-31 databases/mongodb32-tools: EOL upstream since September 2018 2018-12-31 audio/creox: Qt4 has been EOL since december 2015 2018-12-31 audio/terminatorx: Unmaintained, broken too often 2018-12-31 audio/shoutcast: Upstream vendor no longer provides releases 2018-12-31 dns/powerdns-recursor40: FreeBSD 10.3 has reached EoL since 2018-04-30; users should upgrade and use dns/powerdns-recursor instead 2018-12-31 sysutils/ataidle: obsoleted by camcontrol(8) 2018-12-31 sysutils/syslog-ng37: No longer officially supported by Balabit, does not support openssl111 2018-12-31 sysutils/cfengine22: No longeer supported by cfengine.com 2018-12-31 sysutils/syslog-ng36: No longer officially supported by Balabit, does not support openssl111
* Update KDE Plasma Desktop to 5.14.4tcberner2018-12-3134-108/+56
| | | | | | https://www.kde.org/announcements/plasma-5.14.4.php PR: 222905
* Remove expired ports:rene2018-12-314-35/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6 2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6 2018-12-30 net/pecl-yp: Works only with EOL php 5.6 2018-12-30 net/pecl-oauth: Works only with EOL php 5.6 2018-12-30 net/pecl-apn: Works only with EOL php 5.6 2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6 2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6 2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6 2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6 2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6 2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6 2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6 2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6 2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6 2018-12-30 deskutils/phpcollab: Works only with EOL php 5.6 2018-12-30 deskutils/simplegroupware: Works only with EOL php 5.6 2018-12-30 japanese/php5-mecab: Works only with EOL php 5.6 2018-12-30 graphics/php-gdal: Works only with EOL php 5.6 2018-12-30 graphics/php5-ffmpeg: Works only with EOL php 5.6 2018-12-30 graphics/pecl-gmagick: Works only with EOL php 5.6 2018-12-30 graphics/php-magickwand: Works only with EOL php 5.6 2018-12-30 graphics/pecl-imlib2: Works only with EOL php 5.6 2018-12-30 graphics/php-libpuzzle: Works only with EOL php 5.6 2018-12-30 mail/dracmail: Works only with EOL php 5.6 2018-12-30 mail/pecl-pop3: Works only with EOL php 5.6 2018-12-30 mail/pecl-mailparse2: Works only with EOL php 5.6 2018-12-30 www/usermanager: Works only with EOL php 5.6 2018-12-30 www/sams2: Works only with EOL php 5.6 2018-12-30 www/pecl-yar1: Works only with EOL php 5.6 2018-12-30 www/pecl-http1: Works only with EOL php 5.6 2018-12-30 www/revive-adserver: Works only with EOL php 5.6 2018-12-30 www/netoffice: Works only with EOL php 5.6 2018-12-30 www/xcache: Works only with EOL php 5.6 2018-12-30 www/testlink: Works only with EOL php 5.6 2018-12-30 www/pecl-http2: Works only with EOL php 5.6 2018-12-30 www/kplaylist: Works only with EOL php 5.6 2018-12-30 www/gallery3: Works only with EOL php 5.6 2018-12-30 www/claroline: Works only with EOL php 5.6 2018-12-30 www/sit: Works only with EOL php 5.6 2018-12-30 www/magento: Works only with EOL php 5.6 2018-12-30 www/asterisk-stat: Works only with EOL php 5.6 2018-12-30 www/pecl-sphinx: Works only with EOL php 5.6 2018-12-30 www/pecl-twig: Works only with EOL php 5.6 2018-12-30 www/fluxbb: Works only with EOL php 5.6 2018-12-30 www/php-templates: Works only with EOL php 5.6 2018-12-30 www/rnews: Works only with EOL php 5.6 2018-12-30 www/entrans: Works only with EOL php 5.6 2018-12-30 www/pecl-amfext: Works only with EOL php 5.6 2018-12-30 www/atutor: Works only with EOL php 5.6 2018-12-30 www/pecl-yaf2: Works only with EOL php 5.6 2018-12-30 www/redaxo: Works only with EOL php 5.6 2018-12-30 www/dotproject: Works only with EOL php 5.6 2018-12-30 www/sitebar: Works only with EOL php 5.6 2018-12-30 www/limesurvey: Works only with EOL php 5.6 2018-12-30 www/mahara: Works only with EOL php 5.6 2018-12-30 www/mysar: Works only with EOL php 5.6 2018-12-30 www/oscommerce: Works only with EOL php 5.6 2018-12-30 www/cmsmadesimple: Works only with EOL php 5.6 2018-12-30 www/pecl-swish: Works only with EOL php 5.6 2018-12-30 security/pecl-crack: Works only with EOL php 5.6 2018-12-30 security/php-suhosin: Works only with EOL php 5.6 2018-12-30 security/phpdeadlock: Works only with EOL php 5.6 2018-12-30 devel/php5-blitz: Works only with EOL php 5.6 2018-12-30 devel/pecl-trace: Works only with EOL php 5.6 2018-12-30 devel/pecl-scream: Works only with EOL php 5.6 2018-12-30 devel/pecl-judy: Works only with EOL php 5.6 2018-12-30 devel/pecl-test_helpers: Works only with EOL php 5.6 2018-12-30 devel/pecl-spl_types: Works only with EOL php 5.6 2018-12-30 devel/pecl-jsmin2: Works only with EOL php 5.6 2018-12-30 devel/pecl-uri_template: Works only with EOL php 5.6 2018-12-30 devel/pecl-params: Works only with EOL php 5.6 2018-12-30 devel/pecl-expect: Works only with EOL php 5.6 2018-12-30 devel/php5-dav: Works only with EOL php 5.6 2018-12-30 devel/php5-pinba: Works only with EOL php 5.6 2018-12-30 devel/pecl-htscanner: Works only with EOL php 5.6 2018-12-30 devel/pecl-newt: Works only with EOL php 5.6 2018-12-30 devel/pecl-memoize: Works only with EOL php 5.6 2018-12-30 devel/pecl-libevent: Works only with EOL php 5.6 2018-12-30 devel/pecl-jsonc: Works only with EOL php 5.6 2018-12-30 devel/pecl-weakref: Works only with EOL php 5.6 2018-12-30 devel/pecl-pthreads2: Works only with EOL php 5.6 2018-12-30 devel/pecl-gearman: Works only with EOL php 5.6 2018-12-30 devel/pecl-inotify: Works only with EOL php 5.6 2018-12-30 devel/pecl-raphf: Works only with EOL php 5.6 2018-12-30 devel/php5-thrift: Works only with EOL php 5.6 2018-12-30 devel/php5-ice: Works only with EOL php 5.6 2018-12-30 devel/pecl-runkit: Works only with EOL php 5.6 2018-12-30 devel/pecl-uopz: Works only with EOL php 5.6 2018-12-30 devel/pecl-strict: Works only with EOL php 5.6 2018-12-30 devel/pecl-xhprof: Works only with EOL php 5.6 2018-12-30 devel/pecl-propro: Works only with EOL php 5.6 2018-12-30 devel/php-scalar_objects: Works only with EOL php 5.6 2018-12-30 devel/pecl-msgpack0: Works only with EOL php 5.6 2018-12-30 devel/pecl-svn: Works only with EOL php 5.6 2018-12-30 devel/php-uprofiler: Works only with EOL php 5.6 2018-12-30 devel/pecl-statgrab: Works only with EOL php 5.6 2018-12-30 devel/pecl-uploadprogress: Works only with EOL php 5.6 2018-12-30 devel/pecl-qb: Works only with EOL php 5.6 2018-12-30 devel/php-memoize: Works only with EOL php 5.6 2018-12-30 devel/php5-blitz-devel: Works only with EOL php 5.6 2018-12-30 devel/pecl-ncurses: Works only with EOL php 5.6 2018-12-30 devel/php-jq: Works only with EOL php 5.6 2018-12-30 devel/pecl-jsonnet: Works only with EOL php 5.6 2018-12-30 databases/pecl-drizzle: Works only with EOL php 5.6 2018-12-30 databases/pecl-pdo_user: Works only with EOL php 5.6 2018-12-30 databases/php-mdcached: Works only with EOL php 5.6 2018-12-30 databases/sqlbuddy: Works only with EOL php 5.6 2018-12-30 databases/mysqldumper: Works only with EOL php 5.6 2018-12-30 databases/pecl-chdb: Works only with EOL php 5.6 2018-12-30 databases/pecl-dbase: Works only with EOL php 5.6 2018-12-30 databases/php5-tarantool: Works only with EOL php 5.6 2018-12-30 databases/pecl-rrd1: Works only with EOL php 5.6 2018-12-30 databases/pecl-tokyo_tyrant: Works only with EOL php 5.6 2018-12-30 databases/pecl-mongo: Works only with EOL php 5.6 2018-12-30 print/pecl-ps: Works only with EOL php 5.6 2018-12-30 print/pecl-haru: Works only with EOL php 5.6 2018-12-30 games/mkgichessclub: Works only with EOL php 5.6 2018-12-30 net-im/pecl-stomp: Works only with EOL php 5.6 2018-12-30 math/pecl-trader: Works only with EOL php 5.6 2018-12-30 math/pecl-big_int: Works only with EOL php 5.6 2018-12-30 math/pecl-stats: Works only with EOL php 5.6 2018-12-30 archivers/pecl-phk: Works only with EOL php 5.6 2018-12-30 net-mgmt/phpip: Works only with EOL php 5.6 2018-12-30 net-mgmt/nedi: Works only with EOL php 5.6 2018-12-30 net-mgmt/cacti88: Works only with EOL php 5.6 2018-12-30 net-mgmt/hawk: Works only with EOL php 5.6 2018-12-30 net-mgmt/ipplan: Works only with EOL php 5.6 2018-12-30 ports-mgmt/tinderbox: Works only with EOL php 5.6 2018-12-30 lang/pecl-perl: Works only with EOL php 5.6 2018-12-30 lang/php56-extensions: Works only with EOL php 5.6 2018-12-30 finance/php-tclink: Works only with EOL php 5.6 2018-12-30 converters/pecl-fribidi: Works only with EOL php 5.6 2018-12-30 sysutils/pecl-mogilefs: Works only with EOL php 5.6
* More GCC-related fixes in kde@ portstcberner2018-12-313-4/+4
| | | | | PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Add OPTIONS to some kde@ ports.adridg2018-12-301-0/+7
| | | | | | | | | | | | | For best runtime performance (e.g. a fully functional desktop), users will need a pinentry application -- pinentry-qt fits best into the KDE desktop, but it could be a different one -- and sound output. Pick a default backend and some OSS plugins to make that happen. These are OPTIONS so the users interested in a minimal desktop or one with different audio needs can build suitable packages themselves. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D18680
* - Update to 5.1.2amdmi32018-12-304-8/+17
|
* sysutils/desktop-installer: Add nVidia GPU detectionjwb2018-12-283-6/+6
| | | | | | | Auto-configure commercial nVidia driver with user input Factor out linux_base install to auto-admin Approved by: jrm (mentor, implicit)
* sysutils/auto-admin: New scripts to support of desktop-installer, cluster-adminjwb2018-12-283-4/+9
| | | | | | | | | Highlights: auto-detect-nvidia-gpu: Assist with commercial nvidia driver setup auto-install-linux_base: Install and configure c6 or c7 linux_base Approved by: jrm (mentor, implicit)
* sysutils/grub2: Fix grub-mkconfigtobik2018-12-281-1/+6
| | | | | | | | | | | | | | | | | | Currently grub-mkconfig creates a bogus grub.cfg with lines like tinsmod part_gpt tinsmod ufs2 grub-mkconfig and helpers use sed expressions like "s/^/\t/" or similar to indent grub.cfg with tabs which only really work as intended with gsed at the moment and currently just prefixes lines with a 't'. Switch grub-mkconfig and other scripts over to gsed. help2man calls some scripts at build time, so add gsed as a build dependency too. PR: 228062 Reported by: vas@mpeks.tomsk.su
* sysutils/prips: Update to 1.1.1dbaio2018-12-282-4/+4
|
* sysutils/less: update to 530swills2018-12-272-3/+4
| | | | | PR: 233810 Approved by: jharris@widomaker.com (maintainer)
* sysutils/dsblogoutmgr: Update to 1.3swills2018-12-272-5/+11
| | | | | PR: 234109 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* sysutils/immortal: update to 0.22.0swills2018-12-272-7/+7
| | | | | PR: 234092 Submitted by: nbari@tequila.io (maintainer)
* sysutils/rundeck: update to 2.11.8swills2018-12-272-3/+3
| | | | | PR: 234231 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-271-1/+1
| | | | | | | | | | architectures. While here, add gl to USES and pet portlint. PR: 234329 Submitted by: Piotr Kubaj Approved by: maintainer
* Also reported to build on powerpcspe, which most likely means it willlinimon2018-12-271-1/+1
| | | | | | | build on powerpc (32) as well. Reported by: jhibbits Approved by: portmgr (tier-2 blanket)
* update to 1.7.0trociny2018-12-272-4/+4
|
* - Update to 3.1.3danilo2018-12-273-14/+15
| | | | - Remove DEPRECATED
* sysutils/kshutdown: update to KF5 based 4.99-betatcberner2018-12-269-56/+41
|
* sysutils/plasma5-kinfocenter: fix build on aarch64tcberner2018-12-261-0/+51
| | | | | | PR: 234256 Submitted by: adridg Reported by: mikael.urankar@gmail.com
* - Update to 0.32.0danilo2018-12-265-81/+22
| | | | - Use symlinks for OS dependent files which don't need changes instead of keep them in files/
* Change cmake default behaviour to outsource.tcberner2018-12-2660-60/+60
| | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
* - Update to 1.10.1danilo2018-12-252-4/+4
|
* Add compiler:c++11-lang to USES to fix building these ports on GCC-basedlinimon2018-12-251-1/+2
| | | | | | | architectures. Reported by: jhibbits Approved by: portmgr (tier-2 blanket)
* sysutils/py-ranger: Update to 1.9.2tobik2018-12-252-4/+4
| | | | | | | Changes: https://raw.githubusercontent.com/ranger/ranger/v1.9.2/CHANGELOG.md PR: 233655 Submitted by: gregf@hugops.pw Approved by: linpct@gmail.com (maintainer timeout, 25 days)
* sysutils/dsbmc: Update to 0.6tobik2018-12-252-5/+5
| | | | | | Changes: https://freeshell.de/~mk/projects/dsbmc-relnotes.html PR: 234133 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* sysutils/dsbmc-cli: Update to 0.3tobik2018-12-252-4/+5
| | | | | | Changes: https://freeshell.de/~mk/projects/dsbmc-cli-relnotes.html PR: 234108 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* sysutils/dsbmd: Update to 1.7tobik2018-12-252-5/+7
| | | | | | | | - Add option for HFS+ support via sysutils/fusefs-hfsfuse Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 234107 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* Update to 2.0.44.mat2018-12-245-36/+24
|
* - Pet PORTLINT.araujo2018-12-241-3/+2
| | | | - Remove wrong conflicts.
* Update to 1.0.araujo2018-12-242-8/+10
| | | | Changelog: https://github.com/iocage/iocage/releases/tag/1.0
* - Update to 2.12.1danilo2018-12-242-4/+4
|
* - Update to 0.1.15danilo2018-12-242-4/+4
|
* Upgrade to version 3.4.1.se2018-12-243-6/+5
| | | | Approved by: antoine (implicit)
* Update WWW. Since Balabit was purchased by One Idenity earlier this yearcy2018-12-2412-12/+12
| | | | | | | | there has been a bit of churn with Balabit's website. There is now syslog-ng.org which goes to the Open Source Edition page on syslog-ng.com. Reported by: pi
* sysutils/goawk: Update 1.1.3 -> 1.1.4yuri2018-12-242-4/+4
| | | | Reported by: portscout
* Set the default cfengine and masterfiles to 3.13.cy2018-12-232-2/+2
|
* Update to 1.7joneum2018-12-222-5/+4
| | | | | | | | - Add LICENSE_FILE PR: 234236 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer) Sponsored by: Netzkommune GmbH
* Update sysutils/e2fsprogs to new upstream release 1.44.5mandree2018-12-222-5/+5
| | | | | | | Release notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.5> MFH: 2018Q4
* This port needs USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-221-3/+7
| | | | | | | | | | | | | architectures. To build on powerpc* platforms, -DBIG_ENDIAN must be defined. While here, add USES=gnome, simplify by using localbase, and pet portlint. PR: 234226 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Remove expired ports:rene2018-12-2142-1060/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-19 net/py-libstorj: Broken for more than 6 months 2018-12-20 net/xferstats: Uses obsolete glib12 2018-12-20 net/wmlj: Uses obsolete glib12 2018-12-20 net/ipsorc: Uses obsolete glib12 2018-12-20 net/bsdproxy: Uses obsolete glib12 2018-12-20 net/gini: Uses obsolete glib12 2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead 2018-12-20 net/nocatsplash: Uses obsolete glib12 2018-12-20 net/jags: Uses obsolete glib12 2018-12-19 net/scribe: Broken for more than 6 months 2018-12-20 net/libnetdude: Uses obsolete glib12 2018-12-20 net/nepim: Uses obsolete glib12 2018-12-20 emulators/generator: Uses obsolete glib12 2018-12-19 emulators/py-nova: Broken for more than 6 months 2018-12-20 emulators/generator-cbiere: Uses obsolete glib12 2018-12-20 x11-toolkits/p5-Gtk-Perl: Uses obsolete glib12 2018-12-20 deskutils/ithought: Uses obsolete glib12 2018-12-20 deskutils/gaddr: Uses obsolete glib12 2018-12-20 x11-fonts/gfe: Uses obsolete glib12 2018-12-20 graphics/graphopt: Uses obsolete glib12 2018-12-19 graphics/fotoxx: Broken for more than 6 months 2018-12-20 graphics/gcolor: Uses obsolete glib12 2018-12-20 graphics/danpei: Uses obsolete glib12 2018-12-20 graphics/chbg: Uses obsolete glib12 2018-12-20 mail/pop3lite: Uses obsolete glib12 2018-12-20 mail/gbuffy: Uses obsolete glib12 2018-12-20 security/gtk-knocker: Uses obsolete glib12 2018-12-20 security/gpasman: Uses obsolete glib12 2018-12-20 security/crank: Uses obsolete glib12 2018-12-20 security/stegdetect: Uses obsolete glib12 2018-12-20 devel/liboop: Uses obsolete glib12 2018-12-20 devel/gcvs: Uses obsolete glib12 2018-12-20 print/lpr-wrapper: Uses obsolete glib12 2018-12-20 print/libppd: Uses obsolete glib12 2018-12-20 net-p2p/napshare: Uses obsolete glib12 2018-12-20 net-p2p/gnewtellium: Uses obsolete glib12 2018-12-20 editors/gnotepad+: Uses obsolete glib12 2018-12-20 editors/manedit: Uses obsolete glib12 2018-12-20 misc/gtkfind: Uses obsolete glib12 2018-12-20 games/mindguard: Uses obsolete glib12 2018-12-20 games/xbattle: Uses obsolete glib12 2018-12-20 games/xbill: Uses obsolete glib12 2018-12-20 games/corewars: Uses obsolete glib12 2018-12-20 games/dopewars: Uses obsolete glib12 2018-12-20 games/garith: Uses obsolete glib12 2018-12-20 games/wmquake: Uses obsolete glib12 2018-12-20 games/znibbles: Uses obsolete glib12 2018-12-20 games/xpuyopuyo: Uses obsolete glib12 2018-12-19 games/kajongg: Broken for more than 6 months 2018-12-20 games/netspades: Uses obsolete glib12 2018-12-20 games/gtklife: Uses obsolete glib12 2018-12-20 biology/xmolwt: Uses obsolete glib12 2018-12-20 x11-clocks/wmclockmon: Uses obsolete glib12 2018-12-20 x11-clocks/asclock-gtk: Uses obsolete glib12 2018-12-20 net-im/gale: Uses obsolete glib12 2018-12-20 audio/xmms-ahx: Uses obsolete glib12 2018-12-20 audio/xmms-curses: Uses obsolete glib12 2018-12-20 audio/scrobbler: Uses obsolete glib12 2018-12-20 audio/xmms-nsf: Uses obsolete glib12 2018-12-20 audio/xmms-nas: Uses obsolete glib12 2018-12-20 audio/xmms-gbsplay: Uses obsolete glib12 2018-12-20 audio/xmms-wavpack: Uses obsolete glib12 2018-12-20 audio/xmms-shn: Uses obsolete glib12 2018-12-20 audio/xmms-volnorm: Uses obsolete glib12 2018-12-20 audio/xmms-faad: Uses obsolete glib12 2018-12-20 audio/xmms-scrobbler: Uses obsolete glib12 2018-12-20 audio/mcplay: Uses obsolete glib12 2018-12-20 audio/gmixer: Uses obsolete glib12 2018-12-20 audio/soundtracker: Uses obsolete glib12 2018-12-20 audio/xmms-sapplug: Uses obsolete glib12 2018-12-20 audio/rio500: Uses obsolete glib12 2018-12-20 audio/xmmsctrl: Uses obsolete glib12 2018-12-20 audio/xmms-xf86audio: Uses obsolete glib12 2018-12-20 audio/xmms-mailnotify: Uses obsolete glib12 2018-12-20 audio/xmms-sexypsf: Uses obsolete glib12 2018-12-20 audio/gqmpeg: Uses obsolete glib12 2018-12-20 audio/wmalbum: Uses obsolete glib12 2018-12-20 audio/xmms-xymms: Uses obsolete glib12 2018-12-20 audio/xmms-flac: Uses obsolete glib12 2018-12-20 audio/xmms-festalon: Uses obsolete glib12 2018-12-20 audio/gkrellmms2: Uses obsolete glib12 2018-12-20 audio/xmms-ladspa: Uses obsolete glib12 2018-12-19 math/octave-forge-engine: Broken for more than 6 months 2018-12-20 math/surf: Uses obsolete glib12 2018-12-19 math/msieve: Broken for more than 6 months 2018-12-19 math/octave-forge-fl-core: Broken for more than 6 months 2018-12-19 math/octave-forge-pdb: Broken for more than 6 months 2018-12-19 math/octave-forge-audio: Broken for more than 6 months 2018-12-20 math/geg: Uses obsolete glib12 2018-12-20 math/grpn: Uses obsolete glib12 2018-12-20 x11/gdkxft: Uses obsolete glib12 2018-12-20 x11/gtk-theme-switch: Uses obsolete glib12 2018-12-19 x11/xpyb: Broken for more than 6 months 2018-12-20 x11/gtk-launch: Uses obsolete glib12 2018-12-19 x11/xpra: Broken for more than 6 months 2018-12-20 palm/pilrc: Uses obsolete glib12 2018-12-20 x11-fm/mtoolsfm: Uses obsolete glib12 2018-12-20 german/steak: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins-huge: Uses obsolete glib12 2018-12-20 multimedia/openquicktime: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins: Uses obsolete glib12 2018-12-20 multimedia/oqtplayer: Uses obsolete glib12 2018-12-20 multimedia/oqtencoder: Uses obsolete glib12 2018-12-20 multimedia/p5-Video-OpenQuicktime: Uses obsolete glib12 2018-12-20 multimedia/xtheater: Uses obsolete glib12 2018-12-20 multimedia/dv2jpg: Uses obsolete glib12 2018-12-20 comms/hf: Uses obsolete glib12 2018-12-20 comms/gscmxx: Uses obsolete glib12 2018-12-20 sysutils/wmcube-gdk: Uses obsolete glib12 2018-12-20 sysutils/gcombust: Uses obsolete glib12 2018-12-20 sysutils/xlogmaster: Uses obsolete glib12 2018-12-20 sysutils/mount.app: Uses obsolete glib12 2018-12-20 sysutils/bbapm: Uses obsolete glib12
* sysutils/goawk: Update 1.1.2 -> 1.1.3yuri2018-12-212-4/+4
| | | | Reported by: portscout
* - Update to 0.1.13danilo2018-12-212-8/+8
|
* sysutils/xorriso: Correct the previous commit r487866: the plist fix should ↵yuri2018-12-212-3/+2
| | | | | | | | | have been different The path in do-install-TK-off is corrected. Reported by: tobik Approved by: portmgr (unbreak)
* sysutils/xorriso: Unbreak by adding missing file to plistyuri2018-12-202-2/+3
| | | | | | | Also add missing USES=readline. Reported by: poudriere build log Approved by: portmgr (unbreak)
* Update to the latest cfengine commit on github.cy2018-12-202-5/+5
|
* Update to the latest cfengine commit on github.cy2018-12-202-5/+5
|
* Update to 1.2.1romain2018-12-202-4/+4
| | | | With hat: puppet
* Update to 6.1.0romain2018-12-202-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppetserver/6.1/release_notes.html#puppet-server-610 With hat: puppet
* Update to 6.1.0romain2018-12-202-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6.1/release_notes_puppet.html#reference-8475 WIth hat: puppet
* Update to 3.12.2romain2018-12-202-5/+5
| | | | With hat: puppet
* sysutils/iocage-devel: update to 1.0.0.20181219wg2018-12-202-5/+5
|
* sysutils/shim: introduce new ARCH support (i386)egypcio2018-12-207-8/+44
| | | | | | | | | | | | | | | | | | Makefile bump PORTREVISION; USE_CSTD: gnu89 became gnu99 [0]; files/ *: if ARCH=i386, replaces ARCH with ia32; elf_ia32_efi.lds: sync OUTPUT_FORMAT [1]; MokManager.c: used UINT32 for MokNum. Reported by: pkg-fallout Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18572 [0] shim.c:2176:3: error: this decimal constant is unsigned only in ISO C90 [1] patch-elf_x86_64_efi.lds always appended -freebsd as OUTPUT_FORMAT
* Mark BROKEN: fails to buildantoine2018-12-191-0/+2
| | | | | | | In file included from efiemu/runtime/efiemu.c:33: ../include/grub/efiemu/runtime.h:36:1: error: alignment 1 of 'struct efi_variable' is less than 8 [-Werror=packed-not-aligned] Reported by: pkg-fallout
* sysutils/apachetop: update 0.12.6 -> 0.18.4pi2018-12-1911-149/+101
| | | | | | | | | | | | - moved to github - Fix compile - Fix mis-spelled word PR: 227865 Submitted by: ndowens@yahoo.com Reported by: Thomas-Henning von Kamptz <tomsoft@mac.com> Reviewed by: koobs, danfe Approved by: Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
* sysutils/runit-faster: Update scripts to 0.1.31tobik2018-12-184-11/+17
| | | | Changes: https://github.com/t6/freebsd-runit/releases/tag/v0.1.31
* sysutils/fusefs-webdavfs: update to g20181010eugen2018-12-182-15/+22
| | | | | | | | | | | | | | | - mount options: cookie and rwdirops; - specify multiple licenses (BSD3CLAUSE, BSD4CLAUSE and MIT) for this multi-distfiles port; - optimize post-patch target to look only for '*.go' files and recurse only to two needed directories; this prevents it from descending into .ccache directory mounted by poudriere+ccache inside WORKDIR. (*) PR: 234099 Reported by: Kai <freebsd_ports@k-worx.org> (*)
* Welcome the new syslog-ng 3.19.1. Peter Czanik, our upline, recommendscy2018-12-1710-2/+885
| | | | | | | that it become the default syslog-ng version. This commit makes it so. Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit (a OneIdentity company) / syslog-ng upstream
* sysutils/pot: Update to 0.5.9pizzamig2018-12-172-4/+4
| | | | Add support to FreeBSD 12.0
* sysutils/intel-pcm-devel: update g20181106 to g20181208egypcio2018-12-172-6/+6
| | | | | | | - push PORTSCOUT warnings to 20190*. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18527
* update sysutils/ansible to 2.7.5lifanov2018-12-172-4/+4
| | | | https://github.com/ansible/ansible/blob/v2.7.5/changelogs/CHANGELOG-v2.7.rst
* update sysutils/ansible26 to 2.6.11lifanov2018-12-172-4/+4
| | | | https://github.com/ansible/ansible/blob/v2.6.11/changelogs/CHANGELOG-v2.6.rst
* update sysutils/ansible25 to 2.5.14lifanov2018-12-172-4/+4
| | | | https://github.com/ansible/ansible/blob/v2.5.14/changelogs/CHANGELOG-v2.5.rst
* update sysutils/debootstrap to 1.0.111lifanov2018-12-173-5/+6
| | | | This adds support for Ubuntu Disco
* update sysutils/terraform to 0.11.11lifanov2018-12-172-4/+4
| | | | Changes: https://github.com/hashicorp/terraform/blob/v0.11.11/CHANGELOG.md
* update sysutils/packer to 1.3.3lifanov2018-12-172-4/+4
| | | | Changes: https://github.com/hashicorp/packer/blob/v1.3.3/CHANGELOG.md
* Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" blockrene2018-12-171-3/+2
| | | | | | | instead of flavoring the variables themselves. This caused too much hassle for Tools/scripts/rmport. Discussed with: tcberner
* Update poppler to 0.72tcberner2018-12-164-10/+4
| | | | | | | | | | | | | | | | | | | This update brings many changes - the build system has switched to cmake - some ports needed to be switched to use their bundled version of poppler: - print/tex-luatex (r487226) - print/tex-xetex (r487226) - editors/opeonffice-devel - Qt4 support has been dropped - print/frescobaldi has been removed for this reason. - most of the added patches can be removed with the next upgrade of the concerning port. PR: 233452 Exp-run by: antoine Approved by: gnome (kwm) Differential Revision: https://reviews.freebsd.org/D17456
* Update KDE Frameworks to 5.53.0tcberner2018-12-164-8/+6
| | | | | | | https://www.kde.org/announcements/kde-frameworks-5.53.0.php PR: 233885 Exp-run by: antoine
* Update Qt5 to 5.12.0tcberner2018-12-161-1/+1
| | | | | | | | | http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ - This breaks support for libressl again. Patches are welcome. PR: 233705 Exp-run by: antoine
* sysutils/gotop: Update 1.7.0-5 -> 1.7.1yuri2018-12-152-5/+4
| | | | Reported by: portscout
* sysutils/graylog: update to 2.4.6joneum2018-12-155-121/+334
| | | | | | | | | | | | | - use templating to manage graylog_logging.xml config - update mentioned dependencies in pkg-message.in - update server.conf from 2.4.6 source extract - re-import FreeBSD ports variables into server.conf.in PR: 233181 Submitted by: dch Approved by: thomas@bartelmess.io (maintainer timeout) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D17965
* sysutils/atf-allwinner: Mark the port as NO_ARCHmanu2018-12-142-1/+11
| | | | | | | It's a cross compiled firmware for aarch64, mark it as NO_ARCH While here pet portlint. Approved by: bapt (mentor, implicit)
* - Add LICENSEamdmi32018-12-141-0/+4
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* New port: sysutils/goawk: AWK interpreter written in Goyuri2018-12-144-0/+37
|
* sysutils/gotop: Fix on 12yuri2018-12-142-5/+5
| | | | | | The upstream fixed it just now. Reported by: adamw
* Update KDE Applications to 18.12.0tcberner2018-12-1433-62/+42
| | | | https://www.kde.org/announcements/announce-applications-18.12.0.php
* New port: sysutils/gotop: Terminal based graphical activity monitor inspired ↵yuri2018-12-144-0/+51
| | | | by gtop and vtop
* - Update to 2.12.0danilo2018-12-142-5/+5
|
* - Update to 1.0.5danilo2018-12-142-4/+4
|
* - Update to 1.13.1danilo2018-12-142-4/+4
|
* Update to 20181213.jkim2018-12-142-4/+4
| | | | https://acpica.org/node/163
* sysutils/doctl: Update to version 1.12.2jrm2018-12-132-4/+4
| | | | Upstream changes: https://github.com/digitalocean/doctl/releases
* - Update to 1.2.3wen2018-12-132-4/+4
| | | | | PR: 233793 Submitted by: guoqiang_cn@126.com(maintainer)
* sysutils/iocage-devel: update to 1.0.0.20181212wg2018-12-132-5/+5
| | | | This fixes usage in 12.0-RELEASE.
* Update to 1.2.0romain2018-12-132-4/+4
| | | | With hat: puppet
* Upgrade to 8.40.0matthew2018-12-122-4/+4
| | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.40.0/ChangeLog
* Update to 3.1.0romain2018-12-122-4/+4
| | | | | | https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#310 With hat: puppet
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-12102-53/+102
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* devel/boost-*: update to 1.69.0jbeich2018-12-1211-10/+11
| | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
* New port: sysutils/plasma-pass -- Plasma widget for passtcberner2018-12-125-0/+48
| | | | | - https://www.dvratil.cz/2018/05/plasma-pass/ - https://github.com/kde/plasma-pass
* Remove expired ports:rene2018-12-1134-817/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-10 net/g2ipmsg: GNOME 2 application 2018-12-10 net/grdesktop: GNOME 2 application 2018-12-10 textproc/gnome-spell: GNOME 2 application 2018-12-10 textproc/sagasu: GNOME 2 application 2018-12-10 deskutils/planner: GNOME 2 application 2018-12-10 deskutils/multisync: GNOME 2 application 2018-12-10 deskutils/drivel: GNOME 2 application 2018-12-10 deskutils/notecase: GNOME 2 application 2018-12-10 deskutils/gtodo: GNOME 2 application 2018-12-10 deskutils/gtweakui: GNOME 2 application 2018-12-10 deskutils/gnotime: GNOME 2 application 2018-12-10 deskutils/gruler: GNOME 2 application 2018-12-10 japanese/gjiten: GNOME 2 application 2018-12-10 graphics/truevision: GNOME 2 application 2018-12-10 graphics/gx: GNOME 2 application 2018-12-10 graphics/amide: GNOME 2 application 2018-12-10 graphics/cbrpager: GNOME 2 application 2018-12-10 www/gurlchecker: GNOME 2 application 2018-12-10 security/gpass: GNOME 2 application 2018-12-10 security/libgnomesu: GNOME 2 application 2018-12-10 security/gnome-gpg: GNOME 2 application 2018-12-10 devel/gnome-vfs-monikers: GNOME 2 application 2018-12-10 ftp/gwget: GNOME 2 application 2018-12-10 print/gribouy: GNOME 2 application 2018-12-10 print/gnomephotoprinter: GNOME 2 application 2018-12-10 print/ggv: GNOME 2 application 2018-12-10 print/gnome-cups-manager: GNOME 2 application 2018-12-10 editors/conglomerate: GNOME 2 application 2018-12-10 misc/gregexp: GNOME 2 application 2018-12-10 science/linsmith: GNOME 2 application 2018-12-10 games/grhino: GNOME 2 application 2018-12-10 games/gnono: GNOME 2 application 2018-12-10 games/gnomekiss: GNOME 2 application 2018-12-10 games/gtktetcolor: GNOME 2 application 2018-12-10 games/gturing: GNOME 2 application 2018-12-10 games/gtetrinet: GNOME 2 application 2018-12-10 games/gdado: GNOME 2 application 2018-12-10 games/monkeybubble: GNOME 2 application 2018-12-10 games/teg: GNOME 2 application 2018-12-10 games/gnomeattacks: GNOME 2 application 2018-12-10 games/gnomebreakout: GNOME 2 application 2018-12-10 x11-clocks/gtubeclock: GNOME 2 application 2018-12-10 x11-clocks/sanduhr: GNOME 2 application 2018-12-10 audio/grip: GNOME 2 application 2018-12-10 audio/jack-rack: GNOME 2 application 2018-12-10 math/gdcalc: GNOME 2 application 2018-12-10 x11/brightside: GNOME 2 application 2018-12-10 x11-fm/gnome-commander2: GNOME 2 application 2018-12-10 multimedia/quark: GNOME 2 application 2018-12-10 astro/celestia-gnome: GNOME 2 application 2018-12-10 comms/gmfsk: GNOME 2 application 2018-12-10 comms/ge-x2212: GNOME 2 application 2018-12-10 comms/efax-gtk: GNOME 2 application 2018-12-10 sysutils/gnome-pkgview: GNOME 2 application 2018-12-10 sysutils/fusefs-gnome-vfs: GNOME 2 application 2018-12-10 sysutils/gai-leds: GNOME 2 application 2018-12-10 sysutils/gnome-device-manager: GNOME 2 application 2018-12-10 sysutils/battfink: GNOME 2 application 2018-12-10 sysutils/cog: GNOME 2 application 2018-12-10 sysutils/gcdmaster: GNOME 2 application
* Mark BROKEN: fails to buildantoine2018-12-111-0/+2
| | | | | | | | | | In file included from sbsign.c:54: In file included from ./idc.h:35: ./image.h:40:10: fatal error: 'bfd.h' file not found #include <bfd.h> ^~~~~~~ Reported by: pkg-fallout
* sysutils/condor: Permanent fix for FreeBSD 13 and all future versionsjwb2018-12-113-13/+36
| | | | | | | Previous HTCondor code checks for each FreeBSD version individually. Add a generic patch to cover all current and future FreeBSD versions. Approved by: jrm (mentor, implicit)
* sysutils/intel-nvmupdate: Remove obsolete chmod workaroundskozlov2018-12-111-6/+0
| | | | | | | | Workaround was introduced in version 6.01 due to upstream packaging problems. The problems were resolved in 6.80, so the workaround is no longer required. Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D18502
* sysutils/intel-nvmupdate: update 6.01 -> 6.80pi2018-12-103-42/+55
| | | | | | | | | - Please note: FCoE is no longer supported and is no longer being tested PR: 233532 Reported by: ixbug@riseup.net Approved by: skozlov@FreeBSD.org (maintainer) Relnotes: https://downloadmirror.intel.com/22283/eng/readme.txt
* sysutils/rubygem-tmuxinator: update to 0.14.0swills2018-12-102-4/+4
|
* sysutils/pefs-kmod: Update to 2018.11.26tobik2018-12-103-15/+4
| | | | | | | | - Fixes build on 12 PR: 233882 Approved by: gleb (maintainer) MFH: 2018Q4
* sysutils/rubygem-itamae: Update to 1.9.13swills2018-12-102-6/+7
| | | | | PR: 229624 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
* sysutils/p5-Filesys-DiskUsage: update to 0.12culot2018-12-102-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Filesys-DiskUsage
* sysutils/nitrogen: Update to 1.6.1tobik2018-12-094-24/+26
| | | | | | | | | | | | - Move to new home on GitHub - Add LICENSE - Switch to options helpers - Reset maintainer due to the long timeout Changes: https://github.com/l3ib/nitrogen/blob/1.6.1/ChangeLog PR: 230206 Submitted by: Nathan <ndowens@yahoo.com> (based on) Approved by: corentin@ralite.com (maintainer timeout, 4 months)
* Allow building with different versions of python3antoine2018-12-081-1/+1
|
* - Update garcon to 0.6.2madpilot2018-12-084-61/+11
| | | | - Silence portlint warnings
* * Updated to 2.8ultima2018-12-083-22/+21
| | | | | | | | | * Added License * Removed unneeded depends * Updated pkg-descr PR: 232326 Submitted by: bourne^@hotmail.com (maintainer)
* sysutils/iocage-devel: update to 20181207wg2018-12-082-5/+5
| | | | - Fix migration from stable version
* - Fix shebangsamdmi32018-12-071-1/+3
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* lang/rust: update to 1.31.0jbeich2018-12-074-3/+4
| | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427
* Remove version 7.0 from the IGNORE_WITH_PHP list.rene2018-12-061-1/+1
|
* - Add LICENSEamdmi32018-12-061-0/+3
| | | | Approved by: portmgr blanket
* These ports now build on powerpc64.linimon2018-12-069-15/+1
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* The failure of these ports to build on powerpc64 seems to be statistical.linimon2018-12-0610-10/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Update to 0.9.0sunpoet2018-12-063-8/+10
| | | | | | - Update WWW Changes: https://github.com/tas50/chef-api/blob/master/CHANGELOG.md
* - Remove superfluous SHEBANG_LANGamdmi32018-12-061-1/+0
| | | | Approved by: portmgr blanket
* Remove expired ports:rene2018-12-055-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-04 archivers/php70-bz2: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-phar: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zip: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zlib: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-iconv: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-mbstring: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-recode: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-dba: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-interbase: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-mysqli: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_dblib: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_firebird: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_mysql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_sqlite: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-sqlite3: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-gettext: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-intl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-json: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-pcntl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-readline: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-shmop: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvmsg: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvsem: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvshm: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-tokenizer: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-curl: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-ftp: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-exif: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-gd: Security Support ends on 3 Dec 2018 2018-12-04 mail/php70-imap: Security Support ends on 3 Dec 2018 2018-12-04 misc/php70-calendar: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-ldap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-soap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-sockets: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-xmlrpc: Security Support ends on 3 Dec 2018 2018-12-04 net-mgmt/php70-snmp: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-fileinfo: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-posix: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-filter: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-hash: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-mcrypt: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-openssl: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-ctype: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-dom: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-enchant: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-pspell: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-simplexml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-wddx: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlreader: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlwriter: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xsl: Security Support ends on 3 Dec 2018 2018-12-04 www/mod_php70: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-opcache: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-session: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-tidy: Security Support ends on 3 Dec 2018
* use @FreeBSD.org as MAINTAINER instead of my private addressegypcio2018-12-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | benchmarks/vegeta devel/busybee devel/git-lfs devel/gnu-efi devel/hub devel/libe devel/py-fabric3 devel/py-fabric3 dns/dhisd dns/dnscrypt-proxy2 dns/go-geodns emulators/hatari irc/weechat-otr lang/coffeescript net-mgmt/cacti88 net-mgmt/cacti88-spine net-p2p/libbt net/py-iplib net/py-iplib net/py-libfte net/py-sbws security/obfs4proxy-tor security/onionscan security/openvpn-admin security/py-fteproxy security/py-yubikey-manager security/super sysutils/intel-pcm-devel sysutils/openipmi sysutils/shim sysutils/xbatt textproc/multimarkdown textproc/regex2dfa www/onionshare Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18434
* Align *_DEPENDS and use paths for bash in my ports; fix var name.mandree2018-12-051-2/+3
| | | | | | | | | | | | | | | | | On systems where bash is in $PATH but not in ${LOCALBASE}/bin/bash, ilmbase would fail to build, and e2fsprogs might fail if the BASHTESTS option was enabled. Make sure that the _DEPENDS and the actual path handed to the configure or test rig match to the letter, to avoid a time-of-check vs. time-of-use discrepancy. In e2fsprogs, the helper variable was also mistyped and would never amend to BUILD_DEPENDS. Fix typo. Check my other ports, but wiggle and xmlto [textproc/] seem unaffected. Reported by: J R Matthews (direct email) MFH: 2018Q4
* sysutils/cbsd: update to 12.0.3swills2018-12-042-4/+4
| | | | | PR: 233762 Submitted by: olevole@olevole.ru (maintainer)
* Update devel/protobuf to 3.6.1sunpoet2018-12-041-1/+2
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 231008 Exp-run by: antoine
* sysutils/iocage-devel: update to 20181203wg2018-12-042-6/+7
|
* Update to 2.7.8sunpoet2018-12-042-3/+3
| | | | | | Changes: https://github.com/rubygems/rubygems/blob/master/History.txt PR: 233645 Exp-run by: antoine
* Since this port links to boost, a C++11-compatible compiler is necessary.linimon2018-12-031-1/+1
| | | | | | PR: 233688 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Deprecate ports depending on php 5.6antoine2018-12-031-0/+3
|
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-0215-2/+51
| | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
* -mminimal-toc needs to be added to CFLAGS on powerpc64 to compile this port.linimon2018-12-021-0/+2
| | | | | | PR: 233651 Submitted by: Piotr Kubaj Approved by: maintainer
* sysutils/zap: Update to version 0.8jrm2018-12-022-4/+4
| | | | Release Notes: https://github.com/Jehops/zap/releases/tag/0.8
* Update sysutils/virtualmin to version 6.05.olgeni2018-12-013-5/+8
|
* Update to 4.6.4antoine2018-12-013-5/+5
|
* sysutils/vagrant: update to 2.2.2cmt2018-12-013-4/+5
| | | | | | | | | https://github.com/hashicorp/vagrant/blob/v2.2.2/CHANGELOG.md Fixes regressins in the default NIC type handling. Watch for regressions in the regression fix. PR: 233677 Approved by: joe at thrallingpengion dot com (maintainer)
* update sysutils/mate-power-manage to 1.20.1ericbsd2018-12-013-5/+43
| | | | Approved by: mentors (implicit)
* sysutils/backuppc4: Update to 4.3.0swills2018-11-302-7/+6
| | | | | PR: 233628 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* sysutils/p5-BackupPC-XS: Update to 0.58swills2018-11-302-4/+4
| | | | | PR: 233627 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* sysutils/restic: Update to 0.9.3swills2018-11-303-4/+5
| | | | | PR: 233653 Submitted by: Greg Fitzgerald <gregf@hugops.pw> (maintainer)
* sysutils/fusefs-sshfs: Update version 3.4.0=>3.5.0bofh2018-11-302-5/+4
| | | | Relnotes: https://github.com/libfuse/sshfs/releases
* - Update to 3.0.2wen2018-11-302-5/+5
| | | | | | | | - Update RUN_DEPENDS PR: 232226 Submitted by: wen@ Approved by: maintainer
* - Update to 1.1.10ehaupt2018-11-306-60/+27
| | | | | | | - Move to GitHub, project moved - Update WWW - Pacify portlint - Don't install changelog and build instructions, it is not really documentation
* - Update to 1.0.4danilo2018-11-302-4/+4
|
* - Update to 1.12.3danilo2018-11-302-4/+4
|
* Update xfce4-systemload-plugin to 1.2.2madpilot2018-11-303-4/+5
|
* Fix build with GCC-based architectures.madpilot2018-11-291-0/+23
| | | | | | | | Fix changes the name of a variable to avoid clash with a function name defined in an include file used by GCC. PR: 233616 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* sysuilts/pot: Update to version 0.5.8pizzamig2018-11-293-5/+11
| | | | | Changes: https://github.com/pizzamig/pot/releases/tag/0.5.8 Sponsored by: trivago N.V.
* Integrate a patch to fix cURL detectionromain2018-11-292-0/+12
| | | | | | The patch has been submitted upstream, but some users depend on it now, so ship it: https://github.com/puppetlabs/facter/pull/1762
* sysutils/doctl: Upgrade to version 1.12.0jrm2018-11-292-4/+4
| | | | Release notes: https://github.com/digitalocean/doctl/releases/tag/v1.12.0
* sysutils/wimlib: Update to 1.13.0pizzamig2018-11-293-5/+5
| | | | | PR: 233605 Submitted by: mail_of_sergey@mail.ru (maintainer)
* sysutils/nomad: Update to 0.8.6pizzamig2018-11-287-6/+101
| | | | | | | | | Fix build of nomad and update to the last available release The build was broken, because the vendor is probably using go 1.10 PR: 232203 Approved by: jhixson (maintainer) Sponsored by: trivago N.V.
* sysutils/direnv: update to 2.18.2swills2018-11-282-11/+9
|
* sysutils/iocage-devel: update to 1.0.0.20181026wg2018-11-284-22/+12
| | | | | | | iocage project has changed directions and will no longer change underlying library. PORTEPOCH was bumped for this reason as it wont move to 2.x anytime soon. Approved by: maintainer
* sysutils/consul: update to 1.4.0swills2018-11-272-4/+4
|
* Update sysutils/virtualmin to version 6.04.olgeni2018-11-273-6/+7
|
* Update sysutils/webmin to version 1.900.olgeni2018-11-273-20/+174
|
* sysutils/u-boot: Update to 2018.11manu2018-11-265-10/+115
| | | | | | | | | | | | | | | Tested-On: RPI* Tested-On: OrangePi One Tested-On: Pine* sysutils/u-boot-pinebook: Update to latest upstream patches All those patches have been merged upstream but have not made into the latest u-boot release, add them here as they have bugfixes and hardware support improvement. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D18312, https://reviews.freebsd.org/D18314
* sysutils/atf-allwinner: Switch to main repositorymanu2018-11-262-11/+9
| | | | | | | | | Switch to main repository as all the allwinner code have been merge there. The latest release doesn't have allwinner code so use a commit that is known to work. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D18313
* sysutils/cbsd: update to 12.0.2novel2018-11-266-15/+316
| | | | | PR: 233476 Submitted by: maintainer
* sysutils/byobu: update maintainer emailmeta2018-11-261-1/+1
| | | | | | PR: 233513 Submitted by: maintainer Approved by: mentors (implicit)
* sysutils/bvm: Update to 1.2.2swills2018-11-262-4/+4
| | | | | PR: 233496 Submitted by: guoqiang_cn@126.com (maintainer)
* Fix version requirement of RUN_DEPENDSsunpoet2018-11-251-1/+1
| | | | Approved by: portmgr (blanket)
* -Wno-unused-result is not supported by base GCC, which made the buildlinimon2018-11-241-0/+5
| | | | | | | | fail on GCC-based architectures. PR: 233290 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Add compiler:c11 to USES to fix build with GCC-based architectures.linimon2018-11-241-1/+2
| | | | | | | PR: 232558 Submitted by: Piotr Kubaj Reviewed by: Ting-Wei Lan Approved by: portmgr (tier-2 blanket)
* sysutils/munin-master: Include provisioning tool warning post r485721woodsb022018-11-241-0/+4
|
* sysutils/munin-*: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/woodsb022018-11-248-2/+66
| | | | | | | | | | | | | | | | | | | - Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end with a '.conf' suffix. - Add pkg-install script to automatically move any copies of the old newsyslog file to the new location if it was modified from the default or delete the old file if it is has not been modified. - Add a note to UPDATING and pkg-message to warn users of this, in case they are using provisioning/configuration management tools which need to be modified. Recent changes to /etc/newsyslog.conf (r340318) will only include files from the /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do not beginning with a '.' character. Reviewed by: mandree (D17088) Approved by: mat (maintainer) Differential Revision: https://reviews.freebsd.org/D17089
* Fix build for some kde@ ports with GCC-based architecturestcberner2018-11-241-1/+1
| | | | | PR: 233451 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Update to the latest cfengine commits on github.cy2018-11-244-10/+10
|
* Welcome the new cfengine313. While here use the cfengine-develcy2018-11-2411-1/+687
| | | | | pkg-plist as it sorts entries in the correct order. Update the cfengine meta-port to include 313.
* Welcome the brand new cfengine-masterfiles313, tracking thecy2018-11-246-1/+153
| | | | cfengine-masterfiles 3.13 branch.
* sysutils/py-google-compute-engine: update to 2.8.6swills2018-11-246-187/+10
| | | | | | PR: 232439 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch)
* sysutils/google-compute-engine-oslogin: update to 1.3.1swills2018-11-2410-55/+67
| | | | | | PR: 232440 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch)
* sysutils/vagrant: update to 2.2.1cmt2018-11-245-17/+21
| | | | | | | Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.1/CHANGELOG.md PR: 233273 Approved by: joe at thrallingpenguin dot com (maintainer)
* sysutils/fswatch-mon: Update to 1.13.00mp2018-11-234-24/+19
| | | | | | | | | | | | | | | | | | | - Update to 1.13.0 - Changelogs: - https://github.com/emcrisostomo/fswatch/releases/tag/1.11.3 - https://github.com/emcrisostomo/fswatch/releases/tag/1.12.0 - https://github.com/emcrisostomo/fswatch/releases/tag/1.13.0 - Do not use GH_* variables as USE_GITHUB is not set - Use DISTVERSION instead of PORTVERSION - Set LICENSE_FILE - Fix the order of variables - Use INSTALL_TARGET=install-strip instead of STRIP_CMD in post-install - Remove trailing whitespace from pkg-descr PR: 232556 Reviewed by: krion, mat Approved by: krion (mentor), mat (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D17666
* sysutils/UEFITool: update to 53swills2018-11-232-4/+4
| | | | | PR: 233299 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* sysutils/mate-polkit: fix spelling in COMMENTericbsd2018-11-231-1/+1
| | | | | | | | PR: 233435 Submitted by: Christopher A. Chavez Reported by: Christopher A. Chavez Reviewed by: ericbsd Approved by: mentors (implicit)
* Update to 1.1.3romain2018-11-232-4/+4
| | | | With hat: puppet
* Update to 6.0.4romain2018-11-232-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-604 With hat: puppet
* Update to 5.5.8romain2018-11-232-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/5.5/release_notes.html#puppet-558 With hat: puppet
* - Update to 16.2.8acm2018-11-226-14/+9
|
* sysutils/byobu: Update dependencies and backendswills2018-11-222-9/+26
| | | | | PR: 233338 Submitted by: Justin Coffman <jcoffman@openfire.io> (maintainer)
* sysutils/flowgger: force rebuild after r485257jbeich2018-11-221-1/+1
| | | | | openssl crate got updated from 0.9.21 to 0.9.24. While the impact on runtime is minimal bumping PORTREVISION would help tracking regressions.
* Add digdag 0.9.31, workload Automation System.ehaupt2018-11-225-0/+58
|
* sysutils/hstr: update to 2.0fernape2018-11-223-17/+12
| | | | | | | Announcement: https://github.com/dvorka/hstr/releases/tag/2.0 PR: 232251 Submitted by: monsieurp@gentoo.org (maintainer)
* Update to latest commit.mat2018-11-212-5/+5
|
* Update to 2.0.43.mat2018-11-216-94/+8
| | | | | | Remove a patch replacing seq by jot, seq was added in FreeBSD 9. Also, remove a patch fixing perl's hash randomization, it was addressed a bit differently upstream.
* sysutils/shim: update from 0.8 to 0.9egypcio2018-11-217-42/+50
| | | | | | | | | | | | | - adopt the port; - original version from PR 231029 was modified; - add compiler, and shebangfix to USES; - reorder variables in Makefile (silent portlint); - rework do-install. PR: 231029 Reviewed by: fernape, mat, tcberner, trasz Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D17019
* - Update to 17.2.7acm2018-11-219-18/+32
| | | | | | | | | - Add bareos-dir reload into rc script - Fix default configuration path - Some another modifications PR: 231551 221593 230123 Submitted by: rand __at__ iteris.com, hsn __at__ sendmail.cz
* Update to 0.13.1sunpoet2018-11-203-4/+15
| | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases
* devel/glib20: remove runtime dep on perl5swills2018-11-191-1/+2
| | | | | | | | | | | | Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems to no longer need perl5 at runtime. This makes perl5 a build dep only. Removing the run dep causes some other ports to fail, so add the build dep to those where needed. PR: 233138 Approved by: gnome (kwm, maintainer, older version of patch) Exp-run by: antoine
* new ports: sysutils/rocr and sysutils/roctjmd2018-11-1913-0/+235
| | | | | | | | | | | | | | | | | roct is the ROC thunk interface and rocr is the ROCm platform runtime. Together these form the userspace partners to the amdkfd compute driver. Hence, in the current absence of a working amdkfd on FreeBSD, these ports do not function yet. They are integrated to facilitate integration of amdkfd and test it as part of the LinuxKPI-based DRM. Note that these ports are for the time being based off my forks with FreeBSD bringup bits, I'll work with the corresponding upstream teams to get patches reviewed and integrated. Limit these ports to amd64, as even our upstream does not support anything but that for the time being. Version numbers correspond to the overall ROCm release, currently 1.9.1.
* sysutils/byobu: Update to 5.127fernape2018-11-1920-320/+13
| | | | | | | Also give maintainership to jcoffman@openfire.io PR: 233216 Submitted by: jcoffman@openfire.io
* Update textproc/tinyxml2 to 7.0.1sunpoet2018-11-191-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master
* Update to 0.12.0sunpoet2018-11-194-58/+17
| | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases
* sysutils/flowgger: unbreak with OpenSSL 1.1.1jbeich2018-11-193-9/+1253
| | | | | | | | | | | | thread 'main' panicked at ' This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL 2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. ', cargo-crates/openssl-sys-0.9.21/build.rs:486:9 Reported by: pkg-fallout
* Add sysutils/py-tarsnapper 0.4philip2018-11-194-0/+43
| | | | | | | | | | | | | | | A wrapper around tarsnap which does two things: * Lets you define "backup jobs" (tarsnap invocations) in a config file, though on its own this has little advantage over just using a a shell script. * The ability to expire old backups using a Grandfather-father-son backup scheme. This feature can be used in conjunction with tarsnapper backup jobs, or standalone, to be applied to any existing set of tarsnap backup archives, regardless of how they have been created. WWW: https://github.com/miracle2k/tarsnapper
* Update 3.10.3 --> 3.10.5cy2018-11-182-4/+4
|
* - Unbreak on HEADkmoore2018-11-182-4/+15
| | | | | | | PR: 233242 Submitted by: Nathan <ndowens@yahoo.com> Reported by: Martin Wilke <miwi@FreeBSD.org> Reviewed by: Gleb Kurtsou <gleb@FreeBSD.org>
* Fix typo from r485195swills2018-11-181-1/+1
| | | | Pointyhat to: jwb
* sysutils/desktop-installer: Necessary maintenance updatesjwb2018-11-183-5/+7
| | | | | | | | Add drm-kmod support to unbreak x11 setup on some systems Update supported wifi drivers Install battery_shutdown.sh via port for proper updating Approved by: jrm (mentor, implicit)
* auto-admin: Add several scripts to support wip/cluster-adminjwb2018-11-183-4/+10
| | | | Approved by: jrm (mentor, implicit)
* Add missing RUN_DEPENDSsunpoet2018-11-181-0/+2
| | | | | | | - Bump PORTREVISION for dependency change PR: 233275 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* update to 1.3.1trociny2018-11-172-4/+4
|
* sysutils/cbsd: update to 12.0.1novel2018-11-172-4/+4
| | | | | PR: 233271 Submitted by: maintainer
* update sysutils/docker-machine to 0.16.0lifanov2018-11-172-4/+4
|
* update sysutils/ansible26 to 2.6.8lifanov2018-11-172-4/+4
| | | | https://github.com/ansible/ansible/blob/v2.6.8/changelogs/CHANGELOG-v2.6.rst
* update sysutils/ansible to 2.7.2lifanov2018-11-172-4/+4
| | | | https://github.com/ansible/ansible/blob/v2.7.2/changelogs/CHANGELOG-v2.7.rst