aboutsummaryrefslogtreecommitdiff
path: root/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* qt5: Fix build on GCC based architectures.Tobias C. Berner2018-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 231584 PR: 231677 PR: 231685 PR: 231830 PR: 231955 PR: 231905 PR: 231892 PR: 231684 PR: 231958 PR: 231960 PR: 231818 PR: 231542 PR: 231860 PR: 231681 PR: 231963 PR: 231891 PR: 231966 PR: 231904 PR: 231676 PR: 231819 PR: 231956 PR: 231680 PR: 231957 PR: 231903 PR: 231901 PR: 231667 PR: 231861 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482034
* Update KDE Applications to 18.08.2Tobias C. Berner2018-10-113-9/+9
| | | | Notes: svn path=/head/; revision=481851
* accessibility/py-atspi: fix build with python 3.7Ruslan Makhmatkhanov2018-10-031-0/+69
| | | | | | | | | | Add upstream patch for https://gitlab.gnome.org/GNOME/pyatspi2/issues/1 This patch fixes build with python 3.7 With hat: gnome Notes: svn path=/head/; revision=481169
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵Rene Ladan2018-10-011-1/+1
| | | | | | | safekeeping. Notes: svn path=/head/; revision=481072
* Cleanup plist handlingAntoine Brodin2018-10-012-76/+1
| | | | Notes: svn path=/head/; revision=480999
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-3025-520/+379
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=480951
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-103-0/+6
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Update the current KDE Applications to 18.08.1, the latest release.Adriaan de Groot2018-09-063-9/+9
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=479161
* Deprecate KDE4 software, categories a-c.Adriaan de Groot2018-08-306-0/+18
| | | | | | | | | | | | | | 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: audio/kid3-kde4, that's not ours, and it supports Qt5 and KF5 as well despite its name. Notes: svn path=/head/; revision=478444
* Update KDE Applications to 18.08Tobias C. Berner2018-08-253-9/+9
| | | | | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php Notes: svn path=/head/; revision=478003
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476761
* accessibility/sct: Update to 0.3.1Mateusz Piotrowski2018-07-313-5/+5
| | | | | | | | | | | | - Refactor some parts of the manual page. - Add some error checking for easier diagnosis. Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16521 Notes: svn path=/head/; revision=475979
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Update KDE Applications to 18.04.3Tobias C. Berner2018-07-134-10/+9
| | | | Notes: svn path=/head/; revision=474596
* - Update to 3.2.7Martin Wilke2018-07-082-4/+4
| | | | | | | | | Changes: https://ruby-gnome2.osdn.jp/?News_20180607_1#Changes Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=474173
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-2810-21/+20
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-0/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadTijl Coosemans2018-06-141-6/+3
| | | | | | | | | | | multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=472376
* Update KDE Applications to 18.04.2Tobias C. Berner2018-06-103-9/+9
| | | | Notes: svn path=/head/; revision=472130
* accessibility/redshift: update to 1.12Steve Wills2018-05-214-14/+13
| | | | Notes: svn path=/head/; revision=470560
* Update the Qt5 ports to 5.10.1.Raphael Kubo da Costa2018-05-182-1/+1
| | | | | | | | | | | | | | | | | | | | The work was done by tcberner and myself, with thanks to antoine for the exp-run. Not a lot to report compared to other Qt5 updates: * net/qt5-network is still broken with LibreSSL. I said this in a commit message ages ago but it bears repeating: upstream is open to adding support for LibreSSL, but someone needs to step up to maintain it upstream, otherwise things will continue to be broken all the time. * www/qt5-webengine is a huge monster that is terrible to update, just like www/chromium itself is. We (kde@) have decided to keep using the 5.9 series for the time being, as it should be compatible with the rest of Qt anyway. It was updated to 5.9.5, the latest 5.9 release at the time of writing. PR: 228213 Notes: svn path=/head/; revision=470288
* Update KDE Applications to 18.04.1Tobias C. Berner2018-05-113-9/+9
| | | | Notes: svn path=/head/; revision=469610
* accessibility/redshift: update to 1.11Steve Wills2018-05-094-30/+67
| | | | Notes: svn path=/head/; revision=469472
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469047
* Update KDE Applications to 18.04.0Tobias C. Berner2018-04-285-9/+11
| | | | | | | * Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo. Notes: svn path=/head/; revision=468558
* Add missing accessiblility/kdeaccessibility metaportTobias C. Berner2018-04-283-0/+29
| | | | Notes: svn path=/head/; revision=468533
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=467054
* New port: accessibility/kmag, accessibility/kmousetool, accessibility/kmouthTobias C. Berner2018-04-0613-0/+331
| | | | | | | | | | | This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D14820 Notes: svn path=/head/; revision=466689
* accessibility/redshift: take maintainership since I use thisSteve Wills2018-04-051-1/+1
| | | | Notes: svn path=/head/; revision=466573
* Give back to the ports poolMark Felder2018-04-051-1/+1
| | | | | | | | I do not have a FreeBSD install with a graphical desktop to test updates on at this time. Notes: svn path=/head/; revision=466570
* Fix permissions in installed Qt5 header filesTobias C. Berner2018-03-291-0/+1
| | | | | | | | | | | | | | | | | | For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com Notes: svn path=/head/; revision=465911
* - Add LICENSEDmitry Marakasov2018-03-191-0/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=464999
* accessibility/sct: Update to 0.2.1Yuri Victorovich2018-03-032-9/+8
| | | | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Added manpage * Removed stripping - now done upstream PR: 226297 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463470
* Give the KDE SC4 applications ports a -kde4 suffixTobias C. Berner2018-02-2223-16/+16
| | | | | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413 Notes: svn path=/head/; revision=462619
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-192-3/+4
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* - Add LICENSEDmitry Marakasov2018-02-141-3/+4
| | | | | | | | | - Switch to USES=localbase Approved by: portmgr blanket Notes: svn path=/head/; revision=461811
* Follow up to r461375Tobias C. Berner2018-02-102-36/+0
| | | | | | | | | | | | | * Remove the (origins of the) copied ports manually (as the new ones are repo-copies of these, no history is lost). * Fixup index in games/Makefile Sorry for the breakage. Pointy hat: tcberner Notes: svn path=/head/; revision=461387
* Rename KDE4 meta portsTobias C. Berner2018-02-108-6/+43
| | | | | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979 Notes: svn path=/head/; revision=461375
* - Fix shebangs for py-speech-dispatcherDmitry Marakasov2018-02-032-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=460827
* Do not use %%PYTHON_PYOEXTENSION%% in python2 plistsAntoine Brodin2018-01-201-24/+24
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=459549
* This is a port of sct, a simple command-line utility written by Ted Unangst,Mark Felder2018-01-164-0/+40
| | | | | | | | | | | | | | | | | | | which can be used to control screen temperature. It exceeds at being much more lightweight than similar software solutions like Redshift and f.lux. At the same time it is easier to use than xrandr. Sct takes temperature values in range 1000 to 10000, where 6500 is the default value. Here are some usage examples: * Campfire style: `sct 4500` * Dust storm on Mars style: `sct 2000` * Coffee free all nighter style: `sct 8000` * Default style: `sct` WWW: https://www.tedunangst.com/flak/post/sct-set-color-temperature Notes: svn path=/head/; revision=459211
* accessiblity/qt4-accessbile, fix build with clang6Tobias C. Berner2018-01-061-1/+2
| | | | | | | | PR: 224945 Reported by: jbeich Notes: svn path=/head/; revision=458296
* Update Qt5 ports to 5.9.3.Raphael Kubo da Costa2018-01-063-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took quite a lot of time because Qt's own build system underwent several changes in 5.8.0 that took a while to adapt to. And, of course, qt5-webengine is a behemoth that we need to patch like crazy due to its bundling of Chromium. In fact, most of the Chromium patches in qt5-webengine have been imported with no changes from www/chromium@433510 ("www/chromium: update to 56.0.2924.87"). New port: accessibility/qt5-speech Bigger changes to Qt5 ports we had to make: - Qt now allows using a configure.json file to define configuration options and specify configuration checks that can be done when qmake is invoked. However, configure.json checks done in a subdirectory only propagates to subdirectories, and checks elsewhere will fail if all .pro files are being parsed at once (i.e. qmake -recursive), so several ports had to switch to USES=qmake:norecursive along with manual additional qmake invocations in subdirectories in order to work. It's been mentioned in a few places such as Qt's bug tracker that qmake's recursive mode is pretty much deprecated, so we might switch to non-recursive mode by default in the future. - Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts arbitrary options such as '-foo' and '-no-bar' at the end of the command-line. They can be specified in QMAKE_CONFIGURE_ARGS. - graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is built with the WAYLAND option, so a corresponding option (off by default) was added to the port. - misc/qt5-doc: Switch to a pre-built documentation tarball. The existing port was not working with Qt 5.9. Instead of trying to fix it, switch to what Gentoo does and fetch a tarball that already contains all documentation so that we do not have to build anything at all. The tarball's name and location in download.qt.io look a bit weird, but it seems to work fine. - www/qt5-webengine: Use binutils from ports, Chromium's GN build system generates a build.ninja that uses ar(1) with the @file syntax that is not supported by BSD ar, so we need to use GNU ar from binutils. - x11-toolkits/qt5-declarative-render2d: This port was merged into the main Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the ports tree. Changes to other ports we had to make: - biology/ugene: Drop a '#define point "."' that is not present in more recent versions of the port. Defining a macro with such a common name causes build issues with Qt 5.9, which uses |point| as an argument name in methods. - cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer installed with `cp -f -R', but rather `qmake install qinstall', which does not install %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory That's a local file that should not even have been part of the tarball anyway. - chinese/gcin-qt5: Add additional private Qt directories (which should not be used in the first place) to get the port to build with Qt 5.9. - devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some test classes no longer generate documentation files. - security/keepassx-devel: Import a patch sent upstream almost a year ago to fix the build with Qt 5.9. Thanks to antoine for the exp-run, and tcberner and Laurent Cimon <laurent@nuxi.ca> for landing changes in our qt-5.9 branch. PR: 224849 Notes: svn path=/head/; revision=458293
* Cleanup Mk/Uses/gnome.mk.Mathieu Arnold2018-01-033-6/+2
| | | | | | | | | | | | | | | | | - Remove the use of comp_DETECT. - Remove all comp_DETECT variables. - Remove a use of comp_DETECT outside of gnome.mk - Remove py3gobject3. - Have ports depending directly on devel/py-gobject3 use gnome to do it. PR: 224618 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13550 Notes: svn path=/head/; revision=457964
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-3013-56/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* Update to 3.2.1Sunpoet Po-Chuan Hsieh2017-11-212-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=454624
* Update to 3.2.0Sunpoet Po-Chuan Hsieh2017-11-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=453824
* Fix pkg-plist.Tijl Coosemans2017-10-291-1/+0
| | | | Notes: svn path=/head/; revision=453105
* Update Linux CentOS 7 ports to 7.4.1708.Tijl Coosemans2017-10-264-14/+16
| | | | Notes: svn path=/head/; revision=452945