aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-1656-19/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* USES compiler:c11 is needed to fix the build on GCC-based architectureslinimon2019-01-141-1/+1
| | | | | | | such as powerpc64. PR: 234396 Approved by: portmgr (tier-2 blanket)
* deskutils/zim: update to 0.69rm2019-01-142-5/+6
|
* deskutils/griffith: update to 0.15swills2019-01-135-53/+74
| | | | | | | | This moves it to the fork on GitLab since it seems upstream abandoned the project. PR: 234915 Submitted by: John Cheetham <jcheetham19@gmail.com>
* py3status is an extensible i3status wrapper written in python.miwi2019-01-134-0/+48
| | | | | | | | | | | | | | You can take control of your i3bar easily by: * using one of the available modules shipped with py3status * grouping multiple modules and automatically or manually cycle their display * writing your own modules and have their output displayed on your bar * handling click events on your i3bar and play with them in no time * seeing your clock tick every second whatever your i3status interval WWW: https://github.com/ultrabug/py3status Sponsored by: iXsystems Inc.
* - Update to 17.1.20190111danilo2019-01-122-4/+4
|
* Todoman is a simple, standards-based, cli todo (aka: task) manager.miwi2019-01-114-0/+53
| | | | | | | | | | | Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer. WWW: https://github.com/pimutils/todoman/ PR: 227867 Submitted by: andreas@bilke.org Sponsored by: iXsystems Inc.
* Update KDE Applications to 18.12.1tcberner2019-01-1131-1181/+88
| | | | | | | | | | | | | | | | | | | | 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
* Update KDE Plasma to 5.15.5tcberner2019-01-102-6/+6
| | | | https://www.kde.org/announcements/plasma-5.14.5.php
* Do not set INSTALLS_ICONS twicetobik2019-01-081-2/+1
| | | | While here add USES=gnome
* Fix build with DEFAULT_VERSIONS=python=3.xantoine2019-01-081-1/+1
| | | | PR: 234633
* Update to 4.2.26joneum2019-01-072-4/+4
| | | | Sponsored by: Netzkommune GmbH
* deskutils/copyq: update to 3.7.2fernape2019-01-063-5/+5
| | | | | | | | | | While here, add USE_LDCONFIG. Too many changes since 3.6.1 to list them here. ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v3.7.2 Reported by: portscout
* deskutils/virt-manager: add USE_PYTHON=noflavorstcberner2019-01-061-1/+1
| | | | | | | [00:01:34] Warning: (deskutils/virt-manager@py35): Error: Duplicated origin for virt-manager-2.0.0: deskutils/virt-manager@py35 AND deskutils/virt-manager. Rerun with -v to see which ports are depending on these. [00:01:34] Warning: (deskutils/virt-manager@py37): Error: Duplicated origin for virt-manager-2.0.0: deskutils/virt-manager@py37 AND deskutils/virt-manager. Rerun with -v to see which ports are depending on these. Approved by: portmgr (antoine)
* lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.arrowd2019-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add LICENSE_FILEamdmi32019-01-062-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Clean up plistantoine2019-01-051-5/+5
|
* deskutils/kdeconnect-kde: update to 1.3.3tcberner2019-01-053-57/+19
|
* - Update calibre to 3.37.0madpilot2019-01-053-12/+11
| | | | | - Move dependency on py-cssutils to new pt-css-parser fork - Reorder variables to silence portlint warning
* x11-toolkits/granite: Update to 5.2.2tobik2019-01-031-0/+1
| | | | | | | | | - Update WWW - Add missing gsettings-desktop-schemas dependency to prevent runtime crashes of applications using the DateTime widget - Bump revision of dependent ports Changes: https://github.com/elementary/granite/releases
* Update deskutils/semantik to 1.2.1adridg2019-01-032-4/+4
| | | | | | | | | | | | | This is a minor bugfix release. From the changelog: * Fix duplicate reference values * Fix double prompts for overwriting files * Fix map variables visibility when opening maps * Fix document generator dialog's tab navigation * Fix boundary objects' text alignment (diagrams) * Fix pipe objects' resizing (diagrams) * Fix component objects' margin sizes * Enable newlines on most diagram objects #89 * Add global settings for commands to execute after a template is called
* deskutils/py-autokey: fix missing dependencies, cleanupswills2019-01-012-14/+17
| | | | | PR: 234533 Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
* Remove KDE4, part 5rene2019-01-01105-5348/+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
* Revert 488795 and just unhook strigiadamw2018-12-314-0/+62
| | | | The kde4 removal is still underway and that commit could break it.
* Remove strigi, a meta-port for ports that have been removed.adamw2018-12-315-63/+0
| | | | With hat: portmgr
* deskutils/cairo-dock-plugins: remove optional dependency on expired KDE4rene2018-12-312-15/+1
|
* deskutils/recoll: remove optional dependency on expired KDE4rene2018-12-311-3/+1
|
* Remove KDE4, part 1rene2018-12-3117-906/+0
| | | | | | | | 2018-12-31 deskutils/strigidaemon: KDE4 is end-of-life 2018-12-31 deskutils/strigiutils: KDE4 is end-of-life 2018-12-31 deskutils/strigiclient: KDE4 is end-of-life 2018-12-31 deskutils/libstreams: KDE4 is end-of-life 2018-12-31 deskutils/libstreamanalyzer: KDE4 is end-of-life
* Update KDE Plasma Desktop to 5.14.4tcberner2018-12-315-9/+7
| | | | | | https://www.kde.org/announcements/plasma-5.14.4.php PR: 222905
* Remove expired ports:rene2018-12-3116-3041/+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
* New port: deskutils/py-autokey: a desktop automation utility for X11tcberner2018-12-316-0/+288
| | | | | | | | https://github.com/autokey/autokey PR: 232801 Submitted by: Daniel Shafer <daniel@shafer.cc> Differential Revision: https://reviews.freebsd.org/D18407
* More GCC-related fixes in kde@ portstcberner2018-12-311-1/+1
| | | | | PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* deskutils/kmail: include optional.h from boost to fix build on recent CURRENTtcberner2018-12-302-0/+1093
| | | | | | | | | | | | | | On FreeBSD Current optional is no longer in experimental/optional. Further, switching to c++17 to use it, would require changes to databases/akonadi to no longer use auto_ptr. As this all would be a hassle, follow what upstream has done for a similar problem with akonadi on Windows [1]: Import a 3rdparty optional.h and use that. [1] https://github.com/KDE/akonadi/commit/482315f4cbc79d3725738fa1e62c8e0ce053bdea PR: 234022
* deskutils/latte-dock: update to 0.8.4tcberner2018-12-293-4/+5
|
* cmake:outsource is now default, so delete it.mr2018-12-271-1/+1
| | | | | PR: 233260 Reported by: vvd@unislabs.com
* - Add LICENSE_FILEamdmi32018-12-272-3/+3
| | | | | | - Update WWW Approved by: portmgr blanket
* Add missing checks for openssl 1.1mr2018-12-271-3/+11
| | | | PR: 233260
* Update to newer snapshot.mr2018-12-273-13/+26
| | | | | | nextcloud client now depends on openssl 1.1 PR: 33260
* deskutils/py-khard: update to version 0.13.0rigoletto2018-12-262-4/+7
| | | | | | PR: 234417 Submitted by: Andreas Bilke <freebsd.org@bilke.org> (maintainer) Approved by: tcberner (mentor)
* This port requires adding -fnested-functions to CFLAGS when base GCC is used.linimon2018-12-261-1/+7
| | | | | | | | While here, add USES=gnome. PR: 234302 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Change cmake default behaviour to outsource.tcberner2018-12-2648-48/+48
| | | | | | | | | | | 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
* - Add LICENSE_FILEamdmi32018-12-252-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Update deskutils/semantik to version 1.2.0.adridg2018-12-242-5/+5
| | | | | This version fixes a few UI issues and adds a few new features. Changelog at https://gitlab.com/ita1024/semantik/blob/master/ChangeLog
* - Add LICENSE_FILEamdmi32018-12-242-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* deskutils/basket: update to KF5 based versiontcberner2018-12-235-52/+82
| | | | - KDE4 will be removed by the end of the year.
* Update calibre to 3.36.0madpilot2018-12-222-4/+4
|
* This port requires USES=compiler:c11 to build on GCC-basedlinimon2018-12-221-2/+2
| | | | | | | | architectures. PR: 233932 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* This port needs USES=compiler:c11 to build on GCC-based architectures.linimon2018-12-221-4/+4
| | | | | | PR: 233904 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* This port needs USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-221-1/+1
| | | | | | | | | | architectures. While here, pet portlint. PR: 234245 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* deskutils/logjam: remove optional dependency on expired multimedia/xmmsrene2018-12-213-10/+4
|
* Remove expired ports:rene2018-12-2111-113/+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
* - Add LICENSE_FILEamdmi32018-12-212-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Improve Makefile formatting of deskutils/semantik -- I had forgottenadridg2018-12-201-2/+5
| | | | to put linebreaks into the USES-lines.
* Update deskutils/semantik (mind-mapping tool) to its Qt5-and-KF5 version.adridg2018-12-204-208/+97
| | | | | | | Drop USE_OCAML, that does not seem to be used at all in the newer version. There may be some quirks left: the application starts and I can draw mind-maps with it, but the preview seems to be disabled. Some translations are missing as well.
* This port needs USES=compiler:c++11-lang to build on GCC-based architectures.linimon2018-12-201-1/+1
| | | | | | PR: 233919 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* 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 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
* - Update to 17.1.20181205danilo2018-12-152-4/+4
|
* Update KDE Applications to 18.12.0tcberner2018-12-1470-202/+145
| | | | https://www.kde.org/announcements/announce-applications-18.12.0.php
* deskutils/fasd: Shell helper program to autocomplete paths fasterdbn2018-12-125-0/+36
| | | | PR: 228969
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-1266-33/+66
| | | | | | | | | | | | | | | 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-128-7/+8
| | | | | | | 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
* Remove expired ports:rene2018-12-1144-1125/+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
* Remove expired ports:rene2018-12-117-61/+0
| | | | | 2018-12-10 deskutils/multisync-backup: GNOME 2 application 2018-12-10 deskutils/multisync-syncml: GNOME 2 application
* deskutils/taskcoach: update to 1.4.4fernape2018-12-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Changes: https://www.taskcoach.org/changes.html Bugs fixed: * TaskCoach would not start on Fedora 23 using LXDE. This probably concerns other distributions as well. * Reminders would fire randomly or not at all. Features added: * Per-task effort total time consolidation, patch provided by rogerdc@gmail.com * Add a viewer for task dependencies based on igraph (contributed by Matthias Tafelmeier). Not available on all platforms. Dependency changed: * Task Coach now uses Mercurial for version control. This only affects you if you want to develop or use Task Coach source code. Reported by: portscout
* deskutils/go-for-it: Update to 1.6.9swills2018-12-092-4/+4
| | | | | PR: 233805 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Update calibre to 3.35.0.madpilot2018-12-082-5/+4
|
* Remove version 7.0 from the IGNORE_WITH_PHP list.rene2018-12-063-3/+3
|
* deskutils/freeplane: update to 1.7.3swills2018-12-052-4/+4
| | | | | PR: 233681 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
* deskutils/fet: update to 5.37.2, remove qt4swills2018-12-052-19/+7
| | | | | PR: 233730 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
* Deprecate ports depending on php 5.6antoine2018-12-033-0/+9
|
* - Update to 0.6.0nivit2018-12-035-74/+18
| | | | | | | | - Remove patches merged upstream - Pet portlint PR: 229441 Submitted by: danilo
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-0223-6/+93
| | | | | | | | | | | 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
* USES=compiler:c++11-lang is necessary to fix build on GCC-basedlinimon2018-12-021-1/+1
| | | | | | | | architectures. PR: 233634 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Now builds on powerpc64.linimon2018-12-021-2/+0
| | | | | Reported by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* deskutils/latte-dock: update to 0.8.3tcberner2018-12-022-5/+4
|
* deskutils/syncthing-gtk: update to 0.9.4.3swills2018-11-282-4/+4
|
* deskutils/tine20: Update to 2018.06.6swills2018-11-283-347/+2863
| | | | | PR: 233559 Submitted by: daudo <udo.rader@bestsolution.at> (maintainer)
* deskutils/freeplane: update to 1.7.2swills2018-11-263-44/+98
| | | | | PR: 233505 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
* deskutils/spice-gtk is brought in to gnome3 via net/vinagre. However,linimon2018-11-251-0/+3
| | | | | | | | | | | the spice-gtk website states that only little-endian is supported. Mark spice-gtk as such, and change vinagre to only have the dependency for little-endian. This will help fix the gnome3 build on powerpc64. PR: 233464 Reviewed by: xxjack12xx at gmail dot com Approved by: portmgr (tier-2 blanket)
* deskutils/nautilus-sendto: fix newlineswills2018-11-241-1/+1
|
* pyqt: Change install directories for Python flavor supporttcberner2018-11-232-1/+4
| | | | | | | | | | | | | | | | | | | | | * PyQt could not be installed for multiple Python versions at the same time, as there were conflicting files. This patch creates Python-version versioned directories for all these, and further installs binaries with a version number. * Note, there might be some hickups for software that depends on on of the .so's provided by PyQt5, which might not be found anymore autmotically, and maybe need some LD-flaggery. * Update PyQt5 to 5.10.1 * Mark www/py-qt5-webengine broken. It is unforuntately no longer compatible with the old qt5-webengine-5.9.4 we ship. PR: 232745 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8714
* deskutils/note: Update to version 1.3.26.rigoletto2018-11-232-5/+5
| | | | | | PR: 233387 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Approved by: tcberner (mentor)
* 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
* Fix build for net/gupnp 1.1.0.1 updatesunpoet2018-11-181-1/+4
|
* Update gnome-documents to 3.28.2.kwm2018-11-142-4/+4
| | | | Obtained from: GNOME devel repo
* Update gnome-photo to 3.28.1.kwm2018-11-142-5/+4
| | | | Obtained from: GNOME devel repo
* deskutils/virt-manager: update to 2.0.0novel2018-11-133-13/+9
| | | | | * Bump required to 3.3+ as 2.7 is no longer supported * Drop www/py-urlgrabber dependency as it's not used anymore
* graphics/mesa-libs: enable WAYLAND by default here and in consumersjbeich2018-11-121-2/+2
| | | | | | | | PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine
* deskutils/cairo-dock: track more dependenciesjbeich2018-11-121-2/+24
| | | | | | | | | | | | | | | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGLU.so.1 from graphics/libGLU but it is not declared as a dependency Warning: you need USE_GL+=glu Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama PR: 227509 Reported by: antoine (via exp-run)
* Update MAINTAINER addresssunpoet2018-11-111-1/+1
| | | | | PR: 233125 Submitted by: M <martinfilla@post.cz> (maintainer)
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-11-111-2/+2
| | | | | | | | | architectures. While here, add USES=gnome and localbase:ldflags.. PR: 232818 Submitted by: Piotr Kubaj
* Update ImageMagick to 6.9.10.14 [1]kwm2018-11-112-4/+4
| | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-113-0/+3
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* Update KDE Applications to 18.09.3tcberner2018-11-1025-82/+87
|
* Fix the PKGNAME used in the RUN_DEPENDS of the ImageMagick7 option.kwm2018-11-091-1/+1
| | | | Reported by: poudriere dependacy checks
* Update calibre to 3.34.0madpilot2018-11-082-5/+4
|
* Fix build with GCC-based architecturesmartymac2018-11-081-1/+1
| | | | | PR: 232874 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* multimedia/ffmpeg: update to 4.1jbeich2018-11-062-1/+2
| | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
* update deskutils/mozo to 1.20.1ericbsd2018-11-053-9/+27
| | | | Approved by: mentors (implicit)
* update deskutils/mate-utils to 1.20.1ericbsd2018-11-053-5/+22
| | | | Approved by: mentors (implicit)
* update deskutils/mate-notification-daemon to 1.20.1ericbsd2018-11-053-4/+36
| | | | Approved by: bapt (mentor)
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativetcberner2018-11-0511-11/+21
| | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
* Fix build with curl 7.62.0sunpoet2018-11-041-0/+14
|
* update deskutils/caja-extensions to 1.20.1ericbsd2018-11-033-4/+51
| | | | Approved by: bapt (mentor)
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-025-36/+5
| | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
* Fix build with GCC-based architectures.linimon2018-11-021-3/+8
| | | | | PR: 232848 Submitted by: Piotr Kubaj
* deskutils/syncthing-gtk: update to 0.9.4.2swills2018-10-312-5/+5
|
* - Update WWWamdmi32018-10-311-1/+1
| | | | Approved by: portmgr blanket
* Fix build with GCC-based architectures.linimon2018-10-307-7/+7
| | | | | | PR: 232407 232414 232415 232420 232425 232449 232724 232753 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* - Remove empty lines after .include <bsd.port.mk>ak2018-10-291-1/+0
| | | | Approved by: portmgr blanket
* Update deskutils/latte-dock to latest release.adridg2018-10-292-5/+5
| | | | | | https://psifidotos.blogspot.com/2018/10/latte-bug-fix-release-v082.html Main change is for multi-screen environments, and some bugfixing.
* - Define PORTSCOUT skipv for porticular release that requires a developmentehaupt2018-10-281-1/+5
| | | | | version of xfce4-panel - While here, pacify portlint
* Update KDE Plasma to 5.12.7.tcberner2018-10-286-8/+9
|
* deskutils/py-vdirsyncer: update to version 0.16.7rigoletto2018-10-282-8/+7
| | | | | | | - take maintainership. PR: 232208 Approved by: tcberner (mentor), maintainer timeout
* Fix build with GCC-based architectures for various kde@ ports.tcberner2018-10-273-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570
* - Update to 17.1.20181018danilo2018-10-272-4/+4
|
* deskutils/copyq: Update to 3.6.1jhale2018-10-274-82/+84
| | | | | | | | | | | - Switch to CMake build - Install data (themes, icons, translations) and optional plugins - Fix LICENSE and add LICENSE_FILE - Reset maintainer (no response for 15 months) PR: 221100 Submitted by: <bsd@bontempi.net> (update request); jhale (patch) Approved by: maintainer timeout (15 months)
* deskutils/treeline: Update to 3.0.2jhale2018-10-233-5/+5
|
* devel/icu: update to 63.1jbeich2018-10-232-1/+2
| | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine
* Add USES=compiler:c++11-lib to Linphone ports.tijl2018-10-231-1/+1
| | | | | PR: 232526 Submitted by: pkubaj@anongoth.pl
* Update calibre to 3.33.1madpilot2018-10-202-4/+4
|
* New port deskutils/qlipperjsm2018-10-205-0/+56
| | | | | | PR: 229313 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17613
* Update the Linphone stack and drop maintainership.tijl2018-10-185-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Linphone uses Qt5 now instead of GTK2. audio/bcg729: - switch to cmake, required by net/mediastreamer - download distfile instead of using gitlab - fix license: source code allows later GPL version audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now audio/msilbc: deleted, superseded by multimedia/mswebrtc deskutils/belcard: version 1.0.2 multimedia/bcmatroska2: version 0.23 multimedia/msopenh264: version 1.2.1 multimedia/mswebrtc: version 1.1.1 multimedia/msx264: deleted, superseded by msopenh264 net/bctoolbox: version 0.6.0 net/belle-sip: version 1.6.3 net/liblinphone: version 3.12.0 net/linphone: version 4.1.1 + upstream Qt 5.11 patches net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis security/bzrtp: version 1.0.6 textproc/belr: version 0.1.3
* Remove expired ports:rene2018-10-165-42/+0
| | | | | | | 2018-10-15 www/swish++: Unmaintained upstream 2018-10-15 deskutils/tagutils: Unmaintained upstream 2018-10-15 devel/libleaftag: Unmaintained upstream 2018-10-15 net-im/jabber: Unmaintained upstream
* - Fix OpenSSL build (1)thierry2018-10-162-9/+112
| | | | | | | - Enable libnotify PR: 232234 Submitted by: Nathan <ndowens (at) yahoo.com> (1)
* Deprecate most glib12 consumersantoine2018-10-122-0/+6
| | | | With hat: portmgr
* Update KDE Applications to 18.08.2tcberner2018-10-1225-72/+83
|
* deskutils/py-khard: console carddav client. New port.rigoletto2018-10-115-0/+56
| | | | | | | PR: 227807 Submitted by: Andreas Bilke <freebsd.org@bilke.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17491
* deskutils/py-khal: update to version 0.9.10.rigoletto2018-10-113-18/+8
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17510
* deskutils/treesheets: Update to 1.0.1swills2018-10-092-8/+17
| | | | | PR: 232109 Submitted by: lightside <lightside@gmx.com> (maintianer)
* Fix some PKGNAME collisionsantoine2018-10-083-3/+3
|
* deskutils/go-for-it: Update to 1.6.7.0mp2018-10-082-4/+4
| | | | | | | | PR: 232002 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17455
* [new port] deskutils/qownnotes: Manage notes using nextcloud and markdownler2018-10-085-0/+67
| | | | | PR: 229758 Submitted by: stobbsm@gmail.com
* Deprecate some GNOME 2 applicationsantoine2018-10-088-0/+24
| | | | With hat: portmgr
* Chase gegl changes.kwm2018-10-082-1/+63
|
* Update maintainer eMail address.rigoletto2018-10-083-3/+3
| | | | | | Reviewed by: mat (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17399
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-062-4/+4
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* Deprecate devel/libleaftag and deskutils/tagutilstobik2018-10-061-0/+3
| | | | | They are unmaintained upstream (last releases in 2006) and some of the few remaining consumers of databases/sqlite2.
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵rene2018-10-021-1/+1
| | | | safekeeping.
* Cleanup plistsantoine2018-10-011-5/+5
|
* deskutils/treeline: Update to 3.0.1jhale2018-10-013-4/+6
|
* The updated libgtop included in the GNOME 3.28 update broke runtime forkwm2018-10-013-1/+3
| | | | | | | mate ports that use libgtop [1]. Bump all users not included in the GNOME update to fix these issues. Reported by: Barbara Guida <barbara.freebsd@gmail.com> [1]
* Add new port: deskutils/kdeconnect-kde -- the KF5 baesed version of ↵tcberner2018-10-017-0/+497
| | | | | | | | | deskutils/kdeconnect-kde-kde4. Thanks to mikael.urankar@gmail.com for the patch fixing segfaults on IPv4 mapped IPV6 addresses. PR: 220896 PR: 227832
* Move deskutils/kdeconnect to deskutils/kdeconnect-kde-kde4tcberner2018-10-015-3/+4
| | | | | | | * take maintainership for kde4 PR: 227832 Approved by: yurkis@gmail.com (maintainer, timeout)
* Update gnome-shell-extension-filesmenu to a snapshot that is compatible withkwm2018-09-303-9/+17
| | | | | | gnome-shell 3.28. Obtained from: gnome devel repo
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.kwm2018-09-30133-1280/+2102
| | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
* Update to 4.2.19joneum2018-09-302-4/+4
| | | | Sponsored by: Netzkommune GmbH
* - Update to 3.4.0miwi2018-09-293-38/+10
| | | | | | | PR: 230553 Submitted by: ndowens@yahoo.com Approved by: maintainer timeout Sponsored by: iXsystems Inc.
* Update calibre to 3.32.0madpilot2018-09-283-13/+17
|
* Update to 4.2.25joneum2018-09-282-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Update Objective-C LLVM version to 6.0.brooks2018-09-2612-12/+12
| | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
* deskutils/py-vobject: Update to 0.9.6.1swills2018-09-232-4/+4
| | | | | | PR: 231156 Submitted by: Nathan <ndowens@yahoo.com> Approved by: maintainer timeout (jun-g@daemonfreaks.com, >2 weeks)
* Fix build on gcc-based archs by updating USES.linimon2018-09-221-1/+1
| | | | | | | | Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* deskutils/syncthing-gtk: update to 0.9.4.1swills2018-09-222-4/+4
|
* Previous commit fixed build on powerpc64.linimon2018-09-181-2/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Update desktuils/latte-dock to 0.8.1tcberner2018-09-184-33/+21
|
* Update xfce4-tumbler to 0.2.3.madpilot2018-09-142-4/+4
|
* Change x11/xorgproto to become a build depzeising2018-09-121-0/+1
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* Add EXAMPLES options to ports that should have one.mat2018-09-101-1/+1
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Add DOCS options to ports that should have one.mat2018-09-1030-0/+60
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Update xfce4-tumbler to 0.2.2.madpilot2018-09-092-5/+4
|
* deskutils/gsimplecal: Fix build with Clang 6tobik2018-09-081-0/+15
| | | | | | | | | | | | MainWindow.cpp:157:33: error: C-style cast from 'nullptr_t' to 'GtkAccelFlags' is not allowed (GtkAccelFlags)NULL, closure); ^~~~~~~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/gsimplecal-2.1.log PR: 230883 Submitted by: tobik Approved by: lme (maintainer timeout, 2 weeks)
* Update calibre to 3.31.0madpilot2018-09-083-4/+5
|
* deskutils/ganttproject: update to 2.8.9fernape2018-09-073-413/+421
| | | | | | | | | | | | | | Small improvements in pkg-plist handling From ChangeLog: https://www.ganttproject.biz/pilsen * Bugfixes in the user interface * Better handling of WebDAV locks * German translation update * New Dutch and Israel holiday calendars. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17051
* Fix build with Qt 5.11jhale2018-09-071-0/+66
| | | | Obtained from: backported from upstream
* Missed a patch for deskutils/superkaramba-kde4 for clang 7.adridg2018-09-071-0/+11
|
* Fix deskutils/superkaramba-kde4 with clang7.adridg2018-09-071-0/+15
| | | | Reported by: jbeich
* Update the current KDE Applications to 18.08.1, the latest release.adridg2018-09-0726-72/+75
| | | | | | | | | https://www.kde.org/announcements/announce-applications-18.08.1.php The release notes mention a few dozen fixes, MTP doesn't crash when concurrently accessed by another application, nothing critical. Submitted by: tcberner
* - Update to 17.1.20180831danilo2018-09-072-4/+4
|
* Fix patch that got corrupted while testingjhale2018-09-061-1/+1
|
* - Update to 3.0.0jhale2018-09-065-110/+226
| | | | | | | | | | | - Now uses PyQt 5.x - Minimum python requirement raised to 3.5 - Remove DESKTOP_ENTRIES - source now includes a .desktop file - Removed options * PLUGINS - this version no longer uses them - Added options * ASPELL, HUNSPELL, and ISPELL - desired default spellchecker * NLS - conditional native language support
* Add missing USES=gnome to my portsmartymac2018-09-051-1/+1
|
* deskutils/ganttproject: update to 2.8.8fernape2018-09-053-437/+416
| | | | | | | | | | | * Add LICENSE_FILE * Remove INSTALL_ICONS. This is not a Gnome port * Fix icons installation PR: 230768 Submitted by: iblis@hs.ntnu.edu.tw Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16818
* Fix build of deskutils/charmtimetracker with clang7. The patches containadridg2018-09-042-0/+34
| | | | | | | | | an explanation of the error (but I don't know why clang7 complains like this or why writing out what looks like a default constructor to me gets it to be quiet). No PORTREVISION because it doesn't make a difference on any platform that already built successfully.
* Fix build with clang7adridg2018-09-021-0/+11
| | | | | | By now I think I'm ahead of jbeich in finding clang7 failures within the KDE4 stack (which is deprecated and will be removed anyway 2018-12-31, but probably not before clang7 happens).
* Third time's the charm (ha!) for deskutils/charmtimetrackeradridg2018-09-011-1/+1
| | | | Add missing build-dependency on pkgconfig, needed to find libsecret-1
* Fix build of deskutils/charmtimetrackeradridg2018-09-011-0/+45
| | | | | | Add patch to actually link in the libraries that qtkeychain depends on. See patch for explanation why and how. Not bumping PORTREVISION because it couldn't have built previously.
* Update deskutils/charmtimetracker to 1.12.0, latest upstream release.adridg2018-09-015-48/+36
| | | | | | | | | | Changes https://github.com/KDAB/Charm/releases/tag/1.12.0 - qtkeychain is now a mandatory dependency - the KDAB-internal billing code is no longer optional, but can be user-configured away (I hope by default) - duplicate idle detection dialog removed - lots of other small fixes
* Fix build with Qt 5.11jhale2018-08-312-1/+6
| | | | | PR: 230884 Obtained from: upstream
* Deprecate KDE4 plasma applets that I maintain. KDE4 is now marked DEPRECATEDjhale2018-08-315-0/+15
| | | | and these are useless outside of the KDE4 workspace.
* Deprecate KDE4 software, categories d-games.adridg2018-08-307-0/+21
| | | | | | | | | | The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Not marked deprecated: games/knights-kde4, that's not ours.
* Fix build with clang7.adridg2018-08-301-0/+11
| | | | | PR: 230941 Reported by: jbeich
* deskutils/py-vdirsyncer: add missing dependencyswills2018-08-271-0/+2
| | | | | | PR: 230540 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> Approved by: maintainer timeout (che@bein.link, >2 weeks)
* deskutils/fet: Fix build on 11.1tobik2018-08-271-2/+2
| | | | | | | | | | | | In file included from engine/timetableexport.cpp:46: engine/timetable_defs.h:38:20: error: unknown type name 'constexpr' template <class T> constexpr std::add_const_t<T>& qAsConst(T& t) noexcept ^ http://beefy10.nyi.freebsd.org/data/111i386-default/478099/logs/fet-5.37.1.log PR: 230523 Approved by: maintainer
* Update to upstream version 5.37.1riggs2018-08-252-18/+9
| | | | | PR: 230523 Submitted by: uzsolt@uzsolt.hu (maintainer)
* Update KDE Applications to 18.08tcberner2018-08-2550-104/+92
| | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
* Update security/cryptopp to 7.0.0jhale2018-08-252-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now install a pkgconfig file which will allow ports to check whether cryptopp was built with assembly instructions enabled or not. There are a few functions that will be undefined if built without assembly and -DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case to avoid build failures. This is not new, but the pkgconf file should make it easier to determine if the flag is needed or not. Fix several ports due to API changes and to use the new pkgconf file to determine cryptopp location and build flags. Special cases below. deskutils/cdcat - Use cryptopp shared library instead of static, detect with pkgconf devel/xeus - Fix dependencies and remove header-only libraries from RUN_DEPENDS - Rework to use the cryptopp pkgconf file - net/cppzmq CMake files were fixed in r477649, remove hacks for that as they were seemingly causing devel/xeus-cling to link to cryptopp unnecessarily - Remove C++17 code from cryptopp checks for compatibility devel/xeus-cling - Fix dependencies - Remove hacks for previously broken cppzmq CMake files and no longer needed cryptopp dependency Changes: https://www.cryptopp.com/#news PR: 230579 (original patch, not used) Submitted by: yuri
* Update calibre to 3.30.0madpilot2018-08-242-4/+4
|
* New port: deskutils/lookbooktobik2018-08-246-0/+2687
| | | | | | | | | | LookBook is a GTK based browser for system icons with search and code sample functionality. WWW: https://github.com/danrabbit/lookbook PR: 229873 Submitted by: Greg V <greg@unrelenting.technology>
* New port deskutils/lxqt-notificationdjsm2018-08-214-0/+34
| | | | | | PR: 229302 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16812
* Update MAINTAINER: use @FreeBSD.orgsunpoet2018-08-191-1/+1
|
* deskutils/ganyremote: Update to 7.0swills2018-08-163-26/+32
| | | | | PR: 230403 Submitted by: Nathan <ndowens@yahoo.com>
* Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHPtz2018-08-133-1/+5
| | | | PR: 229982
* Update calibre to 3.29.0madpilot2018-08-113-4/+5
|
* devel/boost-*: update to 1.68.0jbeich2018-08-099-9/+9
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Add missing runtime dependency on kdepim-runtimetcberner2018-08-026-11/+18
| | | | | PR: 230086 Reported by: Jonathan M Davis <freebsd.bugs@jmdavisprog.com>
* New port: deskutils/zanshintcberner2018-08-025-0/+96
| | | | | | | | | | | | Zanshin is a powerful yet simple application to manage your day to day actions. It helps you organize and reduce the cognitive pressure of what you have to do in your job and personal life. You'll never forget anything anymore, getting your mind like water. This is based on a version of adridg done way back when kde@ still had an svn repo, but was unfortunately forgotten about, when the repo moved :) Submitted by: adridg
* Update deskutils/latte-dock to 0.8.0tcberner2018-08-014-16/+93
|
* Fix desktuils/py-khal after upgrade of devel/py-dateutiltcberner2018-08-013-3/+15
| | | | | | | | | | | | | The upgrade of devel/py-dateutil in r475926 to 2.7.3 broke packaging of desktuils/py-khal as that one pinned to <= 2.6.1. * remove the pinning of the version (0.9.9 should already be fixed to work with 2.7.x -- even if the information on that seems to be a bit conflicting) * while here, do some cosmetics on pkg-message Submitted by: lebarondemerde@privacychain.ch (maintainer)
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-3044-17/+44
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* - bring in missing dependencies, bump portrevisionjgh2018-07-272-9/+10
| | | | | - modernize options helper usage - while here pet portlint
* - update to 5.0.0jgh2018-07-272-6/+6
| | | | | - modernize options helper usage - while here pet portlint
* - Update to 17.1.20180720danilo2018-07-272-4/+4
|
* Update math/libqalculate and math/qalculate to 2.6.1jhale2018-07-271-1/+1
| | | | Chase libqalculate shared library version bump
* Fix build when using python 3 as default by propagating flavoredmadpilot2018-07-231-1/+2
| | | | | | | sip binary to make environment. PR: 229956 Submitted by: fluffy
* Update calibre to 3.28.0madpilot2018-07-213-4/+7
|
* Remove expired ports:rene2018-07-1713-126/+0
| | | | | | | | | | | | | | | | | | | | | 2018-07-15 net/p5-ZConf-Bookmarks: Unmaintained 2018-07-15 net/p5-ZConf: Unmaintained 2018-07-15 textproc/p5-Text-SpellChecker-GUI: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner-GUI-GTK: Unmaintained 2018-07-15 deskutils/p5-ZConf-BGSet: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner: Unmaintained 2018-07-15 graphics/p5-Image-Size-FillFullSelect: Unmaintained 2018-07-15 graphics/p5-Imager-AverageGray: Unmaintained 2018-07-15 mail/p5-Mail-IMAPTalk-MailCache: Unmaintained 2018-07-15 mail/p5-ZConf-Mail: Unmaintained 2018-07-15 mail/p5-Mail-Cache: Unmaintained 2018-07-15 www/p5-ZConf-RSS: Unmaintained 2018-07-15 www/p5-ZConf-RSS-GUI-GTK: Unmaintained 2018-07-15 devel/p5-ZConf-GUI: Unmaintained 2018-07-15 net-im/mastodon: Breaks too frequently 2018-07-15 x11-fm/p5-PerlFM: Unmaintained 2018-07-15 astro/p5-ZConf-Weather: Unmaintained 2018-07-15 sysutils/p5-ZConf-Cron: Unmaintained
* deskutils/taskcoach: 1.4.2 -> 1.4.3yuri2018-07-153-1496/+10
| | | | | | Port changes: * Remove pkg-plist: it records the list correctly now. * Add USE_PYTHON=noflavors: this is an app
* Update KDE Applications to 18.04.3tcberner2018-07-1427-74/+73
|
* deskutils/projectlibre: update to 1.8.0swills2018-07-092-4/+4
| | | | | | PR: 229617 Submitted by: Vidar Karlsen <vidar@karlsen.tech> Approved by: joe@thrallingpenguin.com (maintainer)
* Update to 4.2.24joneum2018-07-082-4/+4
|
* Update to 4.2.18joneum2018-07-082-4/+4
|
* - Add LICENSE_FILEamdmi32018-07-083-81/+75
| | | | | | | | | | - Rename I18N option to more standard NLS - Use options helpers - Whitespace fixes in pkg-descr - Fix WWW PR: 228979 Approved by: maintainer timeout (jt@ixsystems.com, 3 weeks)
* desktuils/ical: Fix build with Clang 6tobik2018-07-0726-84/+435
| | | | | | | | | | | - Submitter becomes maintainer - While here add missing dependencies http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/ical-2.2_4.log PR: 226799 Reported by: bob@immure.com Submitted by: fbsd@opal.com
* Mark these ports as broken on aarch64, and, where appropriate, armvX.linimon2018-07-071-0/+2
| | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket)
* Update calibre to 3.27.1madpilot2018-07-073-5/+5
|
* - Update to 17.1.20180625danilo2018-07-052-4/+4
|
* Add chart 3.0.0, CLI tool to create quick plots.vanilla2018-07-024-0/+60
| | | | | PR: 229160 Submitted by: mail@dbalan.in
* Reset maintainer: <kaeru@inigo-tech.com> Recipient not found.linimon2018-07-011-1/+1
|
* deskutils/gnome-screenshot: Update to 3.22.0cpm2018-07-015-105/+143
| | | | | | | | | | | | | | | | - Add LICENSE and LICENSE_FILE - Register missing dependencies - Switch to USES=localbase framework - Add NLS option - Add INTEL_FIX option to fix garbled screenshot when 3D hardware acceleration is enabled via x11-drivers/xf86-video-intel port - Provide more elaborate port description and add WWW line in pkg-descr Changelog: https://gitlab.gnome.org/GNOME/gnome-screenshot/blob/master/NEWS PR: 229061 Submitted by: cpm Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Approved by: gnome (maintainer timeout, 2 weeks)
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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 In ghc-pkgs.txt, check and remove all the packages that have been moved on the update, then use this command: # pkg install -y `cat ghc-pkgs.txt` Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16038
* devel/icu: update to 62.1jbeich2018-06-296-5/+6
| | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4)
* deskutils/gucharmap: update 9.0.4 -> 11.0.1, remove NLS optionpi2018-06-295-24/+41
| | | | | | | | | | - Update to Unicode 11.0.0 PR: 220597 Submitted by: Ting-Wei Lan <lantw44@gmail.com>, Reported by: vas@mpeks.tomsk.su Reviewed by: w.schwarzenfeld@utanet.at, Chris Hutchinson <portmaster@bsdforge.com> Relnotes: https://gitlab.gnome.org/GNOME/gucharmap/commits/master
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-2979-174/+179
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* - Fix LICENSE. This port uses multiple types of GNU licenses.danilo2018-06-261-1/+5
|
* s/FLAVOR/PY_FLAVOR/mat2018-06-261-1/+1
| | | | Sponsored by: Absolight
* Add new port: deskutils/synapsedanilo2018-06-255-0/+97
| | | | | | Synapse is a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine.
* - Update to 0.50.3danilo2018-06-239-2/+9
| | | | | | PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month)
* deskutils/timewarrior: update to 1.1.1swills2018-06-223-18/+26
| | | | | PR: 229216 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
* New port: deskutils/matpi2018-06-225-0/+60
| | | | | | | | | | | MAT (Metadata Anonymisation Toolkit) is a toolbox composed of a GUI application, a CLI application and a library, to anonymize/remove metadata. WWW: https://mat.boum.org PR: 226702 Submitted by: greg@unrelenting.technology
* deskutils/py-khal update to version 0.9.9tcberner2018-06-222-7/+13
| | | | | Submitted by: lebarondemerde@privacychain.ch (maintainer) Differential Revision: https://reviews.freebsd.org/D15873
* deskutils/fet: update to 5.36.0swills2018-06-223-4/+5
| | | | | PR: 229199 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
* multimedia/*phonon*: update and flavorize with @qt4/@qt5tcberner2018-06-223-1/+3
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632
* Use PY_FLAVOR for dependencies.mat2018-06-2116-87/+87
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Correctly depend on those Python ports.mat2018-06-211-1/+1
| | | | | | | - py-qt have their framework - depending on a single file breaks with multiple flavors. Sponsored by: Absolight
* deskutils/syncthing-gtk: update to 0.9.4swills2018-06-202-5/+4
|
* Reset maintainer: email bounces.linimon2018-06-181-1/+1
|
* Mark ports broken on powerpc64, categories d-f.linimon2018-06-184-2/+10
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* Update calibre to 3.26.1madpilot2018-06-162-4/+4
|
* deskutils/spice-gtk: update to 0.35swills2018-06-155-90/+24
| | | | | PR: 229032 Submitted by: xxjack12xx@gmail.com (maintainer)
* Mark net/p5-ZConf and related ports as deprecatedtobik2018-06-153-0/+9
| | | | | | | | | ZConf is unmaintained with glaring issues in bits of it and the developer did not have time to properly address them in over 8 years. PR: 223471 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer)
* Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadtijl2018-06-143-1/+47
| | | | | | | | multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine)
* Update KDE Applications to 18.04.2tcberner2018-06-1024-72/+72
|
* unbreak deskutils/gucharmap after update of textproc/UCDcmt2018-06-091-0/+10
| | | | | | | | | | | gen-guch-unicode-tables.pl generated a unicode-versions.h file with all unicode versions found in UCD's DerivedAge.txt file - regardless of wether gucharmap itself supports that unicode version. This makes sure that codepoints with a higer unicode version than supported are skipped. PR: 228830 Approved by: maintainer (pi)
* Adjust USES to fix building on gcc-based archs (in particular, powerpc64).linimon2018-06-032-2/+2
| | | | | | | | | | | | On the clang architectures, these changes have no effect: the baser compiler already includes the needed features. While here, remove now-redundant CXXFLAGS statements and pet portlint (no other content change). Tested on both powerpc64 and amd64. Approved by: portmgr (tier-2 blanket)
* deskutils/freeplane: update to 1.6.15swills2018-06-023-6/+6
| | | | | PR: 228649 Submitted by: lbartoletti@tuxfamily.org (maintainer)
* Update calibre to 3.25.0madpilot2018-06-022-4/+4
|
* - Update to 17.1.20180523danilo2018-06-012-4/+4
|
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradejrm2018-05-311-0/+5
| | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html