aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
Commit message (Collapse)AuthorAgeFilesLines
* releaseDmitry Sivachenko2013-10-271-1/+1
| | | | Notes: svn path=/head/; revision=331755
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Support STAGEDIROlivier Duchateau2013-10-233-17/+25
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Replace APIDOCS option by DOCS - Fix NLS, when it's unset - Standardize 'startup-notification' description Notes: svn path=/head/; revision=331421
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-2212-15/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* - Update from 2.19.4 to 3.1.0 [1]Danilo Egea Gondolfo2013-10-193-18/+10
| | | | | | | | | | | | - Drop .asc file - Add stage support - Use shebangfix instead of REINPLACE_CMD PR: ports/183078 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1] Notes: svn path=/head/; revision=330847
* - Update to 13.07.25.13Pietro Cerutti2013-10-154-41/+50
| | | | | | | | | | - Convert to USES+=tk - Take maintainership (tcltk@FreeBSD.org) - Move PORTDOCS into DATADIR, since they're used by the program itself - STAGE-clean Notes: svn path=/head/; revision=330368
* - Support STAGEDIROlivier Duchateau2013-10-142-9/+7
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=330351
* Explicitly link libraries on 10 unmaintained portsJohn Marino2013-10-081-1/+1
| | | | | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5 Notes: svn path=/head/; revision=329750
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wePietro Cerutti2013-10-071-0/+1
| | | | | | | now use ltverhack on FOX. This should be the last time. Notes: svn path=/head/; revision=329703
* x11/menu-cacheRusmir Dusko2013-10-042-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.5.0 - Change maintainer email to @FreeBSD.org - Remove not needed patches x11/lxde-meta - Bump PORTREVISION - Change maintainer email to @FreeBSD.org - Add dependency for deskutils/lxshortcut - Add NO_MTREE=yes x11/libfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files with stage x11-fm/pcmanfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files x11/lxpanel - Bump PORTREVISION Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=329402
* - Update to 0.5.7Jose Alonso Cardenas Marquez2013-10-026-45/+274
| | | | | | | | | | - Add plugins suppport PR: ports/181217 Submitted by: Benat Gonzalez Etxepare <bbtruk __ at __ users.sourceforge.net> Notes: svn path=/head/; revision=329014
* - Bump PORTREVISION. Lazarus has been updated to 1.0.12Jose Alonso Cardenas Marquez2013-09-301-1/+2
| | | | | | | - Fix MAN file installatin Notes: svn path=/head/; revision=328838
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2036-25/+41
| | | | | | | x11-fm) Notes: svn path=/head/; revision=327780
* - Update to 1.1.2Rusmir Dusko2013-09-162-7/+7
| | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS Approved by: wxs/wg/pawel (mentors) Notes: svn path=/head/; revision=327434
* Convert to new perl frameworkBaptiste Daroussin2013-09-162-6/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327419
* Remove USE_GCC=any: builds properly with clangBaptiste Daroussin2013-09-141-1/+0
| | | | Notes: svn path=/head/; revision=327272
* Add explicit dependency on pkgconf (20 ports)John Marino2013-09-121-5/+2
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327041
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326958
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-092-6/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326840
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-072-2/+2
| | | | Notes: svn path=/head/; revision=326658
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-6/+2
| | | | Notes: svn path=/head/; revision=326145
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326132
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-0/+1
| | | | Notes: svn path=/head/; revision=326129
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326107
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326089
* - fix PLIST after the updateMarcus von Appen2013-09-011-1/+0
| | | | Notes: svn path=/head/; revision=325872
* - Update to 0.9.0Marcus von Appen2013-09-013-4/+7
| | | | Notes: svn path=/head/; revision=325865
* - Fix PLISTPietro Cerutti2013-08-281-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=325511
* - Update to 1.35Pietro Cerutti2013-08-288-82/+298
| | | | | | | | | | | | | | | | | - Most patches have been accepted upstreams. The remaining ones have been submitted on http://sourceforge.net/p/xfe/bugs/176/ Release notes: This release adds a scripts feature: like in Nautilus, users can now apply custom shell scripts to a list of selected files. See the documentation page for more information. The default keyboard shortcut for the file rename operation was changed to F2. Swedish and greek translation were updated. A spanish colombian translation was also added. And as usual, several bugs were fixed. Notes: svn path=/head/; revision=325510
* - Unbreak parallel (-jX) builds by calling sub-makes correctlyAlexey Dokuchaev2013-08-245-26/+50
| | | | | | | | | | | | - Avoid hardcoding version in DISTNAME, use modern LIB_DEPENDS syntax - Do not install COPYING as portdocs, use LICENSE framework instead - Fix the build against Clang (return should match function prototype) - Cleanup do-install target recipe while I am here Approved by: miwi, bapt (portmgr, implicit) Notes: svn path=/head/; revision=325299
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-144-4/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix usage of USESAndrej Zverev2013-08-041-2/+1
| | | | | | | Approved by: kwm@ (gnome@) Notes: svn path=/head/; revision=324219
* - Convert to new perl frameworkMathieu Arnold2013-08-032-3/+4
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Trim Makefile header, comment out dead MASTER_SITESAlexey Dokuchaev2013-07-313-27/+220
| | | | | | | | | - Patch internal makefiles to allow parallel (-jX) builds - Touch COMMENT and port description, remove dead URL - Wrap one overly long line; miscellaneous port cleanups Notes: svn path=/head/; revision=324013
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2611-490/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - Update to version 1.1.1Pawel Pekala2013-07-243-11/+10
| | | | | | | | | | - Convert to new options macros PR: ports/180810 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=323616
* x11-fm/rodent: pass maintainershipWilliam Grzybowski2013-07-171-3/+3
| | | | | | | | | | | | - Pass maintainership (asked via mailing list) [1] - USES gmake - Remove leading article from COMMENT PR: ports/180618 [1] Submitted by: Jens K. Loewe <bsd tuxproject.de> (maintainer) Notes: svn path=/head/; revision=323185
* Mark jobs unsafeBaptiste Daroussin2013-07-101-6/+3
| | | | | | | | Convert to USES=gmake where appropriate Trim headers Notes: svn path=/head/; revision=322689
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-2/+1
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* x11-fm/doublecmd: update to 0.5.5William Grzybowski2013-07-0412-129/+118
| | | | | | | | | | | | | - Update to 0.5.5 Changes: http://doublecmd.sourceforge.net/mediawiki/index.php/Changes_in_version_0.5.5 PR: ports/180240 Submitted by: Beñat Etxepare <bbtruk@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=322297
* Add missing directories to pkg-plistAntoine Brodin2013-06-291-0/+4
| | | | Notes: svn path=/head/; revision=322056
* Convert to USES=imakeBaptiste Daroussin2013-06-283-14/+6
| | | | Notes: svn path=/head/; revision=322013
* - Pass maintainership to submitterWen Heping2013-06-191-1/+1
| | | | | | | | PR: 179695 Submitted by: nemysis <nemysis@gmx.ch> (new maintainer) Notes: svn path=/head/; revision=321226
* Send some ports back to the pool that I no longer have time forKris Moore2013-06-181-1/+1
| | | | Notes: svn path=/head/; revision=321199
* Fix build with glib 2.36.Koop Mast2013-06-172-7/+5
| | | | | | | Convert to USES=desktop-file-utils and shared-mime-info. Notes: svn path=/head/; revision=321088
* x11-fm/xplore: fix build with clangWilliam Grzybowski2013-06-161-5/+4
| | | | | | | | | | | - Fix build with clang, -Wno-return-type - Add LICENSE (GPLv2) - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321035
* - Fix buildMartin Wilke2013-06-111-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320594
* - Remove custom option descriptionsAlex Kozlov2013-06-111-10/+3
| | | | | | | | | | - Remove USE_GNOME=desktopfileutils because port's desktop file doesn't contain MimeType Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=320539