summaryrefslogtreecommitdiff
path: root/x11-fm
AgeCommit message (Collapse)Author
2017-12-12- Those ports fail to build with python3Antoine Brodin
- Add some explicit FLAVOR to dependencies where needed
2017-12-11- Those ports fail to build with python3Antoine Brodin
- Add some explicit FLAVOR to dependencies where needed
2017-12-10- Those ports fail to build with python3Antoine Brodin
- Add some explicit FLAVOR to dependencies where needed
2017-12-01Cleanup LIB_DEPENDS on libpngAntoine Brodin
2017-11-30Convert Python ports to FLAVORS.Mathieu Arnold
Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
2017-11-28- Fix LICENSEDmitry Marakasov
- Add LICENSE_FILE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
2017-11-27x11-fm/thunar: Update from 1.6.12 to 1.6.13Jochen Neumeister
Changelog: - Handle cases when file watch is not supported - Missing Trash Translation String - Delete Thunar symlink on uninstall - Handle g_mem_is_system_malloc deprecation - Prefer local (file://) URIs than native ones (e.g. smb://) - Translation updates: Amharic, Arabic, Asturian, Bangla, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Persian, Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese PR: 223873 Submitted by: duchateau.olivier@gmail.com Approved by: madpilot (for @xfce), rene (mentor) Differential Revision: https://reviews.freebsd.org/D13257
2017-11-16- update from 3.12.0 to 3.13.0Mikhail Pchelin
Approved by: jpaetzel (mentor)
2017-11-01Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni
2017-10-31x11-fm/pcmanfm{-qt}: whitespace cleanup.Jimmy Olgeni
2017-10-27x11-fm/pcmanfmqt-l10n: Update to 0.12.0Steve Wills
PR: 223220 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
2017-10-27x11-fm/pcmanfm-qt: Update to 0.12.0Steve Wills
PR: 223215 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
2017-10-16- update from 3.11.0 to 3.12.0Mikhail Pchelin
Approved by: jpaetzel (mentor)
2017-10-15* Add post-release patch that reverts the columns autosizing. It makesKoop Mast
file-list view not very usefull, when dealing with long file names and not fullscreen. * While here drop, obsolete patch. Submitted by: Barbara Guida <barbara.freebsd@gmail.com> Obtained from: caja upstream
2017-10-14Minor MATE 1.18 update.Koop Mast
Apart from version updates, the highlights are: * fix orphaned file issues in atril/atril-lite. * Add licenses where required. * make sure the mime xml gets installed in mate-control-center. * regen the m-c-c patch, with make makepatch.
2017-10-12Remove WANT_GNOME and HAVE_GNOME.Mathieu Arnold
Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643
2017-10-07Fix LICENCE usage with multiple licence.Guido Falsi
This bug was exposed by r451432 change to bsd.licence.mk. PR: 222855 Submitted by: Robert Cina <transitive@gmail.com>
2017-09-27Bump PORTREVISION in ports depending on archivers/libzip.Raphael Kubo da Costa
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5 after the removal of zip_archive_set_tempdir(). All dependent ports continue to build fine without that symbol. PR: 222638
2017-09-27x11-fm/filerunner: update to 17.04.01.19Pietro Cerutti
2017-09-18- Update deskutils/xfce4-tumbler to 0.2.0 [1]Guido Falsi
- Update x11-fm/thunar 1.6.12 [2] - Silence USES portlint warning [2] - Regenerate patches [2] - Add warning about COVER tunar plugin requiring manual configuration [1] PR: 220805 [1], 220407 [2] Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
2017-09-10Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
2017-08-24Bump PORTREVISION after recent poppler updateSteve Wills
2017-08-19- update from 3.9.0 to 3.11.0Mikhail Pchelin
Approved by: jpaetzel (mentor)
2017-07-04Update the mate desktop to 1.18.Koop Mast
* The MATE DE is now GTK+3 based * mate-calc has come back. * New USE_MATE=mixer macro * Add license * Review dependancies * Swich to USES=localbase * atril/eom options reworked into option helper Thanks to Eric Turgeon for submitting the bulk of this MATE update. Obtained from: gnome devel repo
2017-05-23Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
2017-05-18- Fix various stage-qa warnings/errors by declaring missing dependenciesEmanuel Haupt
- Take maintainership MFH: 2017Q2 (blanket)
2017-05-16- update 3.8.5 to 3.9.0Mikhail Pchelin
Approved by: jpaetzel (implicit)
2017-04-25Chase ffmpeg 3.3 update (ABI changes)Thomas Zander
PR: 218658 Submitted by: riggs
2017-04-24- Fix shebangsMartin Wilke
Submitted by: Jochen Neumeister (via irc)
2017-04-21- Fix shebangsMartin Wilke
2017-04-10- Pet portlintDmitry Marakasov
- Fix LICENSE - Add LICENSE_FILE - Don't install useless docs - Regenerate patches
2017-04-07- Add LICENSEDmitry Marakasov
- Switch to options helpers - Regenerate patches
2017-04-01Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
2017-03-29Take maintainership of x11-fm/krusader2Tobias C. Berner
Approved by: rakuco (mentor)
2017-03-25Switch default version of samba from 4.3 to 4.4Antoine Brodin
With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131
2017-03-21- Add USES=samba to handle dependency on sambaAntoine Brodin
Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919
2017-03-19Take in olivierd@'s commit bit on his request.Rene Ladan
Submitted by: olivierd@ With hat: portmgr-secretary
2017-03-02- Update to 1.6.3Danilo Egea Gondolfo
2017-03-01- Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez
2017-02-26- Bump PORTREVISION. Freepascal was updatedJose Alonso Cardenas Marquez
2017-02-25Update to 0.7.8Tobias Kortkamp
Changes: http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=49 PR: 217327 Submitted by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9795
2017-02-15- Update to 1.6.11Olivier Duchateau
- Adjust dependencies (reported by QA script) - Remove unneeded patches
2017-01-31Update to 0.20.7.Vanilla I. Shu
2017-01-22Reset mva@'s ports, he handed in his ports bit.Rene Ladan
2017-01-22Reset sanpei@'s ports after 18 months of inactivity.Rene Ladan
2017-01-20Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh
2017-01-15Add new mirror, it avoids to change value of MASTER_SITES in LXQt related portsOlivier Duchateau
2017-01-15Update to 0.11.3Olivier Duchateau
2017-01-13- update from 3.8.4 to 3.8.5Mikhail Pchelin
Approved by: jpaetzel (implicit)
2017-01-10Use archivers/libunrar5 for the unrar libraryJason E. Hale
PR: 215925 Submitted by: myself Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)