aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
Commit message (Collapse)AuthorAgeFilesLines
* x11-fm/thunar: fix build on GCC architecturesPiotr Kubaj2019-10-011-2/+2
| | | | | | | | | | | | | | | | | Use C11 compiler: In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33, from /usr/local/include/exo-2/exo/exo-enum-types.h:6, from /usr/local/include/exo-2/exo/exo.h:39, from ../thunar/thunar-enum-types.h:24, from ../thunar/thunar-file.h:28, from ../thunar/thunar-chooser-button.h:23, from thunar-chooser-button.c:27: /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513452
* - Update `x11-fm/worker' to version 4.1.0Alexey Dokuchaev2019-09-252-15/+8
| | | | | | | | | | | | | | | | | | - Put two new words on USES list: 1) `localbase' to ensure that e.g. Xinerama is detected when all options are turned off, and thus -L${LOCALBASE}/lib is not pulled in by pkgconf(1), this also allows to drop INOTIFY_LDFLAGS; and 2) `xorg' as suggested by DEV_WARNING - Fix Python dependency: it is only needed at run-time and the script (find_file_by_chksum.py) is compatible with both 2.7 and 3.x versions - Remove -Wno-error=narrowing gimmick bogusly readded in r506432 despite it was explained in r505818 that offending code is not there anymore - Stop requesting specific (and old) version of Lua: our current default (5.2) is actually what configure script is looking for Approved by: maintainer Notes: svn path=/head/; revision=512768
* Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-194-43/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278 Notes: svn path=/head/; revision=512378
* Deprecate a few portsAntoine Brodin2019-09-154-0/+8
| | | | Notes: svn path=/head/; revision=512125
* Drop C++11 workaround for GCC < 6 after r449590Jan Beich2019-09-141-7/+1
| | | | | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528 Notes: svn path=/head/; revision=512079
* Canonicalize librsvg dependencyTobias Kortkamp2019-09-131-2/+1
| | | | | | | | - Use USE_GNOME=librsvg2 where possible - Reduce scope of D18878 Notes: svn path=/head/; revision=511954
* KDE Applications: update to 19.08.1Tobias C. Berner2019-09-054-6/+11
| | | | | | | | | | | | | | | | | | | | | September 05, 2019. Today KDE released the first stability update for KDE Applications 19.08. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. More than twenty recorded bugfixes include improvements to Kontact, Dolphin, Kdenlive, Konsole, Step, among others. Improvements include: * Several regressions in Konsole's tab handling have been fixed * Dolphin again starts correctly when in split-view mode * Deleting a soft body in the Step physics simulator no longer causes a crash You can find the full list of changes here: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1 Notes: svn path=/head/; revision=511258
* x11-fm/doublecmd: update 0.9.5 -> 0.9.6Kurt Jaeger2019-09-032-5/+4
| | | | | | | | | PR: 240280 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Relnotes: https://doublecmd.sourceforge.io/mantisbt/changelog_page.php?version_id=61 Notes: svn path=/head/; revision=510967
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesJose Alonso Cardenas Marquez2019-09-031-1/+1
| | | | | | | | | | | | | - Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine Notes: svn path=/head/; revision=510956
* x11-fm/konqueror: fix dependency on www/tidy-html5Tobias C. Berner2019-08-302-0/+15
| | | | | | | | | | | | - Due to the workaround for the library name conflict between www/tidy-html5 (the wanted dependency) and www/tidy-lib, the build system was picking up the wrong shared library. PR: 240210 Reported by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=510288
* x11-fm/krusader2: update to 2.7.2Tobias C. Berner2019-08-263-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog [1]: 2.7.2 "Peace of Mind" ===================== FIXED: Memory leak in the Locate dialog FIXED: UDSEntry::insert deprecation warnings FIXED: [ 167410 ] synchronize directory window: column widths are incorrect FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all result items FIXED: [ 330788 ] "Information - Krusader" dialog does not fit to screen width; text non-copyable FIXED: [ 392750 ] After trying to rename the file that's being updated, rename function stops working on any file on this tab FIXED: [ 395609 ] New Text File is created with 600 (-rw-------) permissions FIXED: [ 397398 ] Misleading ‘Created’ date in file properties FIXED: [ 405212 ] Compilation error because of QOverload usage FIXED: [ 410118 ] The list of search results doesn't get the focus FIXED: [ 410120 ] Krusader does not search correctly if the "Follow links" checkbox is disabled FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout change) [1] https://cgit.kde.org/krusader.git/tree/ChangeLog?h=v2.7.2 Notes: svn path=/head/; revision=509958
* www/konqueror: add hint and resolution to color problems in video playbackTobias C. Berner2019-08-251-0/+10
| | | | | | | | | | | | | - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240098 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira Notes: svn path=/head/; revision=509802
* - address DOCSDIR pathJason Helfman2019-08-222-7/+11
| | | | | | | | | - bump portrevision Reported by: mat@ Notes: svn path=/head/; revision=509625
* - update to 6.2.0Jason Helfman2019-08-224-12/+12
| | | | | | | | - update WWW endpoint - take maintainership Notes: svn path=/head/; revision=509620
* - Bump PORTREVISION (lazarus ports were updated to 2.0.4)Jose Alonso Cardenas Marquez2019-08-151-1/+1
| | | | | | | - Remove LD_UNSAFE Notes: svn path=/head/; revision=509021
* Update KDE Applications to latest upstream release, 19.08Adriaan de Groot2019-08-156-13/+62
| | | | | | | | | | Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work. Notes: svn path=/head/; revision=509000
* Convert to UCL & cleanup pkg-message (categories x)Mathieu Arnold2019-08-142-3/+12
| | | | Notes: svn path=/head/; revision=508914
* Mark BROKEN: unfetchableAntoine Brodin2019-08-054-0/+8
| | | | Notes: svn path=/head/; revision=508166
* - Drop maintainershipDmitry Marakasov2019-07-291-1/+1
| | | | Notes: svn path=/head/; revision=507593
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-2613-7/+13
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* x11-fm/nautilus-python: create portSteve Wills2019-07-175-0/+69
| | | | | | | | | | | | | | | Nautilus-python is a set of python bindings for the Nautilus Extension Framework. With these bindings, you can write extensions for the Nautilus File Manager in python. WWW: https://wiki.gnome.org/Projects/NautilusPython PR: 234548 Submitted by: Daniel Shafer <daniel@shafer.cc> Reviewed by: mat Notes: svn path=/head/; revision=506809
* x11-fm/doublecmd: update to version 0.9.5Steve Wills2019-07-152-5/+4
| | | | | | | | PR: 239031 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=506675
* x11-fm/filerunner: update to 19.07.08.17Fernando Apesteguía2019-07-123-20/+127
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=506470
* KDE Applications: update to 19.04.3Tobias C. Berner2019-07-122-6/+6
| | | | | | | | | | | | | | | | | | | | | | July 11, 2019. Today KDE released the third stability update for KDE Applications 19.04. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK, K3b, Kdenlive, KTouch, Okular, Umbrello, among others. Improvements include: * Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13 * Cutting groups with compositions no longer crashes the Kdenlive video editor * The Python importer in Umbrello UML designer now handles parameters with default arguments Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3 Notes: svn path=/head/; revision=506435
* Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.soMark Linimon2019-07-121-1/+7
| | | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. While here, standardize on compiler:c++11-lang instead of -lib (they are equivalent these days), pet portlint, and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506432
* - Update `x11-fm/worker' to version 4.0.0 and adjust LICENSEAlexey Dokuchaev2019-07-043-32/+6
| | | | | | | | | | | | | | | | | | | | | | | | | - Catalog files for commands had been merged with their main files - Unfortunately, C++14 is now required for compilation - Remove -Wno-error=narrowing gimmick added in r492118, offending code is not there since version 3.15.4: --- worker-3.15.3/src/exprfilter_scanner.cc +++ worker-4.0.0/src/exprfilter_scanner.cc @@ -76,7 +76,7 @@ static const char _expr_parser_index_off 49, 51, 53, 55, 0 }; -static const char _expr_parser_trans_cond_spaces[] = { +static const signed char _expr_parser_trans_cond_spaces[] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, Approved by: maintainer Tested on: Mac mini G4 Notes: svn path=/head/; revision=505818
* KDE Applications: complete dependency listsTobias C. Berner2019-06-231-1/+2
| | | | | | | | | | This has been on the TODO list for forever... PR: 238764 Reported by: yuri Notes: svn path=/head/; revision=504959
* - Simplify XFCE MASTER_SITES usageGuido Falsi2019-06-192-2/+2
| | | | | | | | | | | | - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416 Notes: svn path=/head/; revision=504557
* - Update to 1.43.2Emanuel Haupt2019-06-192-4/+5
| | | | | | | - Pacify portlint Notes: svn path=/head/; revision=504536
* Update KDE Applications to 19.04.2Tobias C. Berner2019-06-072-6/+6
| | | | | | | https://kde.org/announcements/announce-applications-19.04.2.php Notes: svn path=/head/; revision=503611
* Switch default version of samba from 4.7 to 4.8Antoine Brodin2019-06-042-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=503475
* x11-fm/librfm: Drop misspelled MAKE_JOB_UNSAFETobias Kortkamp2019-05-251-1/+0
| | | | | | | | It was added in r372653 with no explanation and since nobody has complained about it so far MAKE_JOBS_UNSAFE is probably not needed. Notes: svn path=/head/; revision=502555
* x11-fm/doublecmd: update to 0.9.3Steve Wills2019-05-232-4/+4
| | | | | | | | PR: 237976 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=502337
* Update Thunar to 1.6.17Guido Falsi2019-05-183-4/+5
| | | | Notes: svn path=/head/; revision=501952
* update mate desktop to 1.22.1Eric Turgeon2019-05-113-11/+22
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=501269
* Enable extra debugging code when building binaries with debugging symbols.Guido Falsi2019-05-101-1/+7
| | | | | | | | PR: 236438 Submitted by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=501189
* Update KDE Applications to 19.04.1Tobias C. Berner2019-05-092-6/+6
| | | | | | | | Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.1 Notes: svn path=/head/; revision=501127
* x11-fm/fsv2: fix build with GCC-based architecturesPiotr Kubaj2019-05-091-1/+1
| | | | | | | | | | Add USES=compiler:c+11-lang to fix: /usr/local/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88: error: expected primary-expression before '(' token Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=501091
* - Fix LICENSEDmitry Marakasov2019-04-232-4/+4
| | | | | | | | | | - Fix LICENSE_FILE_* - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=499740
* Update KDE Applications to 19.04.0Tobias C. Berner2019-04-185-12/+11
| | | | | | | | | | The changelog can be found here: - https://kde.org/announcements/announce-applications-19.04.0.php Due to crashes on start, multimedia/kdenlive was kept at 18.12.3 for now. Notes: svn path=/head/; revision=499277
* x11-fm/doublecmd: update to 0.9.2Steve Wills2019-04-102-8/+6
| | | | | | | | PR: 236906 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=498605
* Upgrade the LXQt desktop environment to 0.14.0Jesper Schmitz Mouridsen2019-03-288-80/+33
| | | | | | | | | | Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19056 Notes: svn path=/head/; revision=497047
* Fix build on gcc-based architectures.Mark Linimon2019-03-241-1/+1
| | | | Notes: svn path=/head/; revision=496718
* x11-fm/qtfm: update to 6.1.8Fernando Apesteguía2019-03-203-8/+8
| | | | | | | | | | | | ChageLog: https://github.com/rodlie/qtfm/releases * Fix segfault if D-Bus is missing and QtFM is built with D-Bus support * Fix execute file path (with spaces) Reported by: portscout Notes: svn path=/head/; revision=496390
* multimedia/phonon, multimedia/phonon-gestreamer, ↵Tobias C. Berner2019-03-161-0/+1
| | | | | | | multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation) Notes: svn path=/head/; revision=495961
* x11-fm/qtfm: upgrade to 6.1.7 with Qt5Tobias C. Berner2019-03-099-270/+43
| | | | | | | - this only is an upgrade, without adapting the patches present previously for mounting. Notes: svn path=/head/; revision=495174
* Update KDE Applications to 18.12.3Tobias C. Berner2019-03-072-6/+6
| | | | Notes: svn path=/head/; revision=494980
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.0Jose Alonso Cardenas Marquez2019-03-071-0/+1
| | | | Notes: svn path=/head/; revision=494889
* x11-fm/doublecmd: update to version 0.9.1Steve Wills2019-02-282-25/+9
| | | | | | | | PR: 235803 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=494155
* - Update `x11-fm/worker' to version 3.15.4Alexey Dokuchaev2019-02-273-7/+6
| | | | | | | | | | - Remove bogus indefinite article from AVFS_DESC - Chase HTTP 302 redirection in the WWW: line Approved by: maintainer Notes: svn path=/head/; revision=494044