summaryrefslogtreecommitdiff
path: root/x11-fm
AgeCommit message (Collapse)Author
2015-10-14x11-fm/xfe: 1.40 -> 1.40.1Kurt Jaeger
Version 1.40.1 (released 11/08/2015) - fixed archive extensions like tar.gz, tar.bz2, tar.xz that were uncorrectly displayed as gz, bz2 and xz in file lists - applied fixes from Coverity analysis - fixed bug #181 (USB drive requires manual refresh on re-mount) - fixed a bug in the PathLinker where a path such as /test was incorrectly found as being a part of a path like /home/test/temp - fixed bug #204 (Can't overwrite folders ). The rename command now forbids renaming files or directories to a destination that already exists - set focus on the cancel button in some confirmation dialogs - when pressing the return key on a multiple selection of files and directories, the files are now opened and the directories are ignored - fixed missing suffixes when creating directory copies from copy / paste operation - fixed the user and group combo box sizes in the Properties dialog - fixed wrong icon size in xferc for aac and flac types - fixed wrong if test in onCmdPopupMenu() for FilePanel.cpp and SearchPanel.cpp (Coverity) - fixed the path linker button text when the directory name contains '&' characters - implemented natural sorting in DirList - fixed natural file sorting in compare_locale() and compare_nolocale() (bug #203) - updated spanish translation (thanks to jcsl <trcs@gmx.com>) - fixed a bash-ism in configure.ac (bug #200) - fixed Ctrl-C, Ctrl-V, Ctrl-X and Ctrl-A shortcuts that didn't work in text fields with caps lock enabled - in the search window, pressing the Return key does not launch another search when the panel has the focus - fixed a problem where data count is wrongly reset when moving files between different file systems - updated hungarian translation (thanks to Sndor Sipos <ss1978@freestart.hu>) - fixed a freeze problem with the uim input method and changed the way input methods are detected. We now use the XMODIFIERS environment variable. This works well with ibus, uim and fcitx input methods. There remains a problem where composed characters don't work with the SCIM input method, can't find why - fixed a compilation problem in non Linux systems (cmd variable not declared in main.cpp, bug #198) PR: 203762 Submitted by: Walter Schwarzenfeld <w.litter@aon.at>
2015-10-14- Update to 3.8.1Dmitry Marakasov
PR: 203692 Submitted by: mp39590@gmail.com (maintainer)
2015-10-10Add upstream patch to fix that the first symbol in directory's name can'tKoop Mast
be changed in the new directory dialog. PR: 201336 Submitted by: Andriy Solonenko <ap_berzerk@yahoo.com> Tested by: Tobias Berner <tcberner@gmail.com> Obtained from: krusader upstream
2015-10-08Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni
2015-09-25- Add LICENSEDmitry Marakasov
- Fix WWW:
2015-09-24- Reassign to the heap after fluffy@'s bit was taken in for safekeepingFrederic Culot
2015-09-20Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev
on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
2015-09-15- Switch to options helpersDmitry Marakasov
2015-09-06- Add NO_ARCHDmitry Marakasov
- Switch to options helpers Approved by: portmgr blanket
2015-08-28- Bump PORTREVISION after libzip updateMax Brazhnikov
2015-08-20Update librfm and rodent ports to 5.3.16.3Rodrigo Osorio
2015-08-18- Fix buildJose Alonso Cardenas Marquez
- Add missing build dependencies
2015-08-18- Update to 0.6.5Dmitry Marakasov
PR: 202391 Submitted by: bbtruk@users.sourceforge.net (maintainer)
2015-08-16- Fix buildDmitry Marakasov
PR: 202348 Submitted by: bbtruk@users.sourceforge.net (maintainer)
2015-08-09Fix dependencies : use lang/gawk instead of japanese/gawkRodrigo Osorio
2015-08-09- editors/lazarus update to 1.4.2Jose Alonso Cardenas Marquez
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
2015-08-08* Add PORTSCOUT macros to only show stable gnome versions.Koop Mast
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked.
2015-08-05The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
2015-08-05Part 2 of adding USE_GNOME=intltool to ports that require it.Koop Mast
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
2015-08-02- Drop 8.x-related conditions for my portsDmitry Marakasov
2015-08-02Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
2015-08-02Update poppler to 0.34.0. [1]Koop Mast
Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
2015-08-02By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans
<file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
2015-07-29Update caja to 1.10.3.Koop Mast
2015-07-28Update to 3.8.0Guido Falsi
PR: 201880 Submitted by: mp39590@gmail.com (maintainer)
2015-07-27Update MATE DE to 1.10.0.Koop Mast
This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
2015-07-27- Add upstream patch which fixes crash on alt+tabDmitry Marakasov
PR: 201723 Submitted by: enitarzi@gmail.com MFH: 2015Q3 (blanket)
2015-07-22x11-fm/doublecmd: update 0.6.3 -> 0.6.4Bartek Rutkowski
PR: 201746 Submitted by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2015-07-15x11-fm/pcmanfm: cleanupPhilip M. Gollucci
- Bump PORTREVISION - Add gettext-runtime into USES - Sort USES - Fix NLS option - Regenerate patch PR: 201414 Submitted by: s3erios@gmail.com and maintainer Approved by: horia@racoviceanu.com (maintainer)
2015-07-01- Pass MAKE_ENV to build commands, fixing built with ccache as a resultDmitry Marakasov
PR: 201219 Submitted by: andrey@bsdnir.info Approved by: bbtruk@users.sourceforge.net (maintainer)
2015-06-22Convert to USES=jpegAntoine Brodin
2015-06-19- Update to 0.6.3Dmitry Marakasov
PR: 200902 Submitted by: bbtruk@users.sourceforge.net (maintainer)
2015-06-16- Update to 1.4.7Danilo Egea Gondolfo
2015-06-15- Bump PORTREVISION. lazarus was updated to 1.4.0Jose Alonso Cardenas Marquez
2015-06-14- Update audio/libmusicbrainz5 to 5.1.0Jason E. Hale
- Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added upstream, but not in this release) [1] - Bump PORTREVISION on dependent ports PR: 196959 [1] Submitted by: Pete Johanson <peter@peterjohanson.com> [1]
2015-06-12Reset dhn's portsErwin Lansing
PR: 197522 Submitted by: jbeich Approved by: portmgr
2015-06-07Update to 3.7.1Guido Falsi
PR: 200681 Submitted by: mp39590 at gmail.com (maintainer)
2015-05-26- Update to 0.6.2Dmitry Marakasov
PR: 200152 Submitted by: bbtruk@users.sourceforge.net (maintainer)
2015-05-23- Update to 1.6.10 (bugfix)Olivier Duchateau
- Remove unneeded patches
2015-05-22Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold
With hat: portmgr Sponsored by: Absolight
2015-05-22- Update to 1.6.9Olivier Duchateau
- Add patches, which fixes trash at startup [1] Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=11913 [1]
2015-05-20- Update to 1.4.6Danilo Egea Gondolfo
- Bugfix for a bug which resulted in storing clear-text passwords [1] [1] - https://bugzilla.gnome.org/show_bug.cgi?id=653573 MFH: 2015Q2
2015-05-20- Update to 3.7.0Dmitry Marakasov
PR: 200248 Submitted by: mp39590@gmail.com (maintainer)
2015-05-20Upgrade rodent and librfm from 5.2.9 to 5.3.14.6Rodrigo Osorio
2015-05-18Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold
With hat: portmgr Sponsored by: Absolight
2015-05-14MASTER_SITES cleanup.Mathieu Arnold
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
2015-05-13- Fix Trash panel plugin (PLUG_TPA), now receives good signal during monitoringOlivier Duchateau
trash folder - Bump PORTREVISION Obtained from: Upstream git repo
2015-05-11Cleanup DIST* variables.Mathieu Arnold
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
2015-05-07- Update to 0.20.0Dmitry Marakasov
- Project renamed upstream - Update WWW
2015-05-07Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight