summaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/py-tqdm: update to 4.30.0Steve Wills2019-01-272-4/+4
| | | | | | | | PR: 235247 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=491365
* misc/nnn: update to 2.2Steve Wills2019-01-263-26/+12
| | | | | | | | | PR: 235022 Submitted by: Sijmen J. Mulder <ik@sjmulder.nl> Approved by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=491270
* misc/console-bridge: Update 0.4.2 -> 0.4.3Yuri Victorovich2019-01-262-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=491238
* Update to 20190120Sunpoet Po-Chuan Hsieh2019-01-252-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=491180
* New port: misc/elki: Data mining toolkitYuri Victorovich2019-01-235-0/+94
| | | | Notes: svn path=/head/; revision=491026
* Update to 2018.9Sunpoet Po-Chuan Hsieh2019-01-232-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=491001
* - Fix NLS optionGuido Falsi2019-01-222-52/+52
| | | | | | | While here, really sort USES. Notes: svn path=/head/; revision=490975
* Clenup xfce ports:Guido Falsi2019-01-224-29/+31
| | | | | | | | | | | | | | | | | | | - Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip Notes: svn path=/head/; revision=490953
* New port: misc/kookbookAdriaan de Groot2019-01-225-0/+45
| | | | | | | | | This is the spiritual successor to KRecipes, a simple Qt-based recipe manager. New in kookbook is managing the recipes as a bunch of Markdown documents, which makes it easier to build further tooling around them. Notes: svn path=/head/; revision=490935
* misc/py-fast-histogram: Fix categoriesYuri Victorovich2019-01-211-1/+1
| | | | Notes: svn path=/head/; revision=490895
* New port: misc/py-fast-histogram: Fast simple 1D and 2D histogramsYuri Victorovich2019-01-214-0/+34
| | | | Notes: svn path=/head/; revision=490893
* misc/mbuffer: Update to 20190119Tobias Kortkamp2019-01-212-4/+4
| | | | Notes: svn path=/head/; revision=490855
* misc/osinfo-db: update to 20190120Roman Bogorodskiy2019-01-213-4/+7
| | | | Notes: svn path=/head/; revision=490837
* misc/urh: Update 2.5.3 -> 2.5.5Yuri Victorovich2019-01-212-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=490833
* misc/free42: Update 2.0.21 -> 2.0.22Yuri Victorovich2019-01-212-6/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=490832
* misc/mc: Tidy up MakefileBen Woods2019-01-192-8/+5
| | | | | | | This is a no-op Notes: svn path=/head/; revision=490713
* misc/mc: Update to 4.8.22Ben Woods2019-01-193-4/+5
| | | | | | | | PR: 234598 Submitted by: Oleg Sidorkin <osidorkin@gmail.com> Notes: svn path=/head/; revision=490711
* misc/wmcalendar: Fix some out-of-bounds memory accessTobias Kortkamp2019-01-172-1/+12
| | | | | | | | | PR: 227101 Submitted by: crahman@gmail.com Approved by: xride (maintainer) Notes: svn path=/head/; revision=490563
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-1636-14/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Update KDE Frameworks to 5.54.0Tobias C. Berner2019-01-152-3/+9
| | | | | | | | PR: 234905 Exp-run by: antoine Notes: svn path=/head/; revision=490403
* misc/mbuffer: Update to 20190113Tobias Kortkamp2019-01-142-14/+10
| | | | | | | | | | | - mbuffer now tries to dlopen some libraries when looking for valid hash functions. This happens at runtime only. Drop related build dependencies, CONFIGURE_ARGS, and other workarounds. - Add options for all supported hashing libraries Notes: svn path=/head/; revision=490310
* Upgrade to 0.13Matthew Seaman2019-01-132-4/+4
| | | | | | | ChangeLog: https://metacpan.org/source/BPS/Business-Hours-0.13/Changes Notes: svn path=/head/; revision=490119
* USES=compiler:c++11-lang is necessary to build this port on GCC-basedMark Linimon2019-01-131-1/+1
| | | | | | | | | | | architectures. PR: 234386 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=490107
* Update to 4.29.1Sunpoet Po-Chuan Hsieh2019-01-122-6/+6
| | | | | | | | | | | - Change MASTER_SITES from GitHub to CHEESESHOP Changes: https://github.com/tqdm/tqdm/releases PR: 234898 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=490063
* databases/py-sqlalchemy-migrate (and dependents):Kurt Jaeger2019-01-123-4/+10
| | | | | | | | | | | | | | | | | | | | | | | Update RUN_DEPENDS from sqlalchemy10 to sqlalchemy12 - Assigns databases/py-sqlalchemy-migrate to databases/py-sqlalchemy12 - Assigns the following ports to databases/py-sqlalchemy12: * devel/py-buildbot * misc/py-cinder * misc/py-glance * security/py-keystone - Unbreaks devel/py-oslo.db because it is buildable when databases/py-sqlalchemy-migrate has been assigned to databases/py-sqlalchemy12 - Fixes pkg-plist for devel/py-glance after ports r489963 PR: 230379 Submitted by: Kai <freebsd_ports@k-worx.org> Approved by: koobs, lwhsu Notes: svn path=/head/; revision=490061
* Disable flavors for Python ports without PYTHON_PKGNAMEPREFIX/SUFFIX.Mathieu Arnold2019-01-111-1/+1
| | | | Notes: svn path=/head/; revision=489979
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2019-01-102-7/+8
| | | | | | | | | - Take maintainership Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=489919
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2019-01-102-6/+7
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=489918
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2019-01-102-6/+7
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=489917
* Update to 2.6.0Sunpoet Po-Chuan Hsieh2019-01-102-7/+8
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=489916
* Update KDE Applications to 18.12.1Tobias C. Berner2019-01-109-25/+24
| | | | | | | | | | | | | | | | | | | | | | | Release Announcement: https://www.kde.org/announcements/announce-applications-18.12.1.php Today KDE released the first stability update for KDE Applications 18.12. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin, JuK, Kdenlive, Konsole, Okular, among others. Improvements include: * Akregator now works with WebEngine from Qt 5.11 or newer * Sorting columns in the JuK music player has been fixed * Konsole renders box-drawing characters correctly again You can find the full list of changes here: https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1 Notes: svn path=/head/; revision=489893
* misc/py-tqdm: update to 4.29.0Steve Wills2019-01-082-4/+4
| | | | | | | | PR: 234698 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=489720
* misc/pubs: Update 0.8.1 -> 0.8.2Yuri Victorovich2019-01-082-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=489650
* misc/py-progressbar2: Update to 3.39.2Max Brazhnikov2019-01-072-4/+4
| | | | Notes: svn path=/head/; revision=489570
* Update MASTER_SITESSteven Kreuzer2019-01-061-2/+2
| | | | | | | | PR: 227987 Reported by: p5B2E9A8F Notes: svn path=/head/; revision=489506
* misc/mirmon: Do not set USES twice and properly declare Perl run dependencyTobias Kortkamp2019-01-061-2/+2
| | | | Notes: svn path=/head/; revision=489484
* Update to version 2018iSteven Kreuzer2019-01-063-4/+5
| | | | | | | | | | | | | Briefly: Sao Tome and Principe switches back from +01 to +00 on 2019-01-01. Qyzylorda, Kazakhstan moved from +06 to +05 on 2018-12-21. New zone Asia/Qostanay because Qostanay, Kazakhstan didn't move. Metlakatla, Alaska observes PST this winter only. Guess Morocco will continue to adjust clocks around Ramadan. Add predictions for Iran from 2038 through 2090. Notes: svn path=/head/; revision=489433
* Update to 20181204Sunpoet Po-Chuan Hsieh2019-01-012-4/+4
| | | | | | | Changes: https://people.FreeBSD.org/~sunpoet/usbids-20181204.diff Notes: svn path=/head/; revision=488950
* Update to 20181228Sunpoet Po-Chuan Hsieh2019-01-012-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=488949
* Remove expired php56- ports:Rene Ladan2019-01-012-11/+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 Notes: svn path=/head/; revision=488895
* Remove some more KDE4 ports and hopefully fix INDEX againRene Ladan2018-12-314-43/+0
| | | | | | | | | 2019-03-15 textproc/uim-kde4: Qt4 has been EOL since december 2015 misc/kde4-xdg-env x11-themes/wallpapers-freebsd-kde4 Notes: svn path=/head/; revision=488816
* Remove KDE4, part 5Rene Ladan2018-12-31204-44969/+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 Notes: svn path=/head/; revision=488807
* Update to r52737 from the FreeBSD docset.Marc Fonvieille2018-12-3117-40/+317
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=488778
* More GCC-related fixes in kde@ portsTobias C. Berner2018-12-301-1/+1
| | | | | | | | PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=488723
* - Update to 0.2.39Carlo Strub2018-12-292-4/+6
| | | | | | | - Make portlint happy Notes: svn path=/head/; revision=488690
* Use version in compliance to PHB section 5.14Emanuel Haupt2018-12-282-6/+6
| | | | Notes: svn path=/head/; revision=488590
* misc/tzdiff: update to 1.0Steve Wills2018-12-262-6/+9
| | | | | | | | PR: 234382 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer) Notes: svn path=/head/; revision=488464
* USES=compiler:c++11-lang is necessary to build on GCC-basedMark Linimon2018-12-261-1/+1
| | | | | | | | | | | architectures. PR: 234379 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488462
* misc/unclutter-xfixes: Update to 1.5Steve Wills2018-12-263-16/+10
| | | | | | | | PR: 234264 Submitted by: Oleh Hushchenkov <o.hushchenkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=488441
* misc/tellico: depend on the optional dependenciesTobias C. Berner2018-12-261-2/+7
| | | | Notes: svn path=/head/; revision=488387