aboutsummaryrefslogtreecommitdiff
path: root/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILETijl Coosemans2016-08-012-0/+0
| | | | | | | | | | and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This only affects Centos 6 ports because they are the only ones where LINUX_REPO_ARCH != LINUX_RPM_ARCH. Notes: svn path=/head/; revision=419437
* Cleanup patches, a* categories.Mathieu Arnold2016-07-269-25/+24
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* accessibility/redshift: Fix warningsMark Felder2016-06-221-0/+2
| | | | | | | | | | USE_XORG is required for proper dependency declaration MFH: 2016Q2 Differential Revision: https://reviews.freebsd.org/D6883 Notes: svn path=/head/; revision=417321
* Update Linux ports to Centos 6.8.Tijl Coosemans2016-06-202-10/+12
| | | | | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891 Notes: svn path=/head/; revision=417169
* Add USE_KDE4 so that KDE4_VERSION is definedSteve Wills2016-05-261-0/+1
| | | | | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua> Notes: svn path=/head/; revision=415902
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-256-6/+5
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-192-11/+11
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* CentOS ports: for c6_64, install 32bit libraries alongsideSteve Wills2016-04-132-0/+4
| | | | | | | | PR: 206943 Submitted by: xmj Notes: svn path=/head/; revision=413168
* - Update to 3.0.8Sunpoet Po-Chuan Hsieh2016-04-112-4/+3
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=413067
* Remove expired port:Rene Ladan2016-04-089-315/+0
| | | | | | | 2016-04-07 accessibility/gnopernicus: Not developed upstream anymore. Obsoleted by accessibility/orca Notes: svn path=/head/; revision=412783
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-0121-63/+63
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-013-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* accessibility/gnopernicus: mark deprecatedRuslan Makhmatkhanov2016-03-071-0/+3
| | | | | | | | | | This port is not developed upstream anymore and was completely obsoleted by accessibility/orca. Users (if any) should migrate to latter. With hat: gnome Notes: svn path=/head/; revision=410511
* Update at-spi2-core to 2.18.3.Koop Mast2016-03-042-3/+3
| | | | Notes: svn path=/head/; revision=410114
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-1418-71/+69
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* Remove source and intermediate build output from intalled rubygem- portsSteve Wills2016-02-021-0/+1
| | | | | | | PR: 192949 Notes: svn path=/head/; revision=407788
* Welcome Centos 6.7Martin Wilke2016-01-303-10/+8
| | | | | | | | | | | | | | | | | - Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments. Notes: svn path=/head/; revision=407537
* Add dependancy to py3-speech-dispatcherKoop Mast2016-01-181-0/+2
| | | | Notes: svn path=/head/; revision=406564
* Split off the python bindings into it own slave port. They where not buildKoop Mast2016-01-185-30/+59
| | | | | | | | | | | by default and orca requires the bindings. Bump port revision just to be sure there will be no conflicts. PR: 205486 Approved by: maintainer (timeout 27 days) Notes: svn path=/head/; revision=406563
* - Update to 3.0.7Sunpoet Po-Chuan Hsieh2016-01-172-5/+4
| | | | | | | | | | - Fix LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406472
* - Add LICENSE_FILEDmitry Marakasov2016-01-101-2/+2
| | | | | | | | | | - Drop unneeded PLIST_DIRS - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=405700
* Update to the lastest GNOME 3.16 releases.Koop Mast2015-12-123-7/+4
| | | | Notes: svn path=/head/; revision=403595
* Let gnome3 stack be built with python 3.5Ruslan Makhmatkhanov2015-11-186-249/+276
| | | | | | | | | | | | This mostly fixing packaging for python3.5, but there is also py35 waf fix for py3-cairo, that was obtained from Ubuntu repository. PR: 204075 Approved by: maintainer timeout (22 days) Notes: svn path=/head/; revision=401900
* Typos, whitespace and capitalization fixes (A-F).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397395
* Remove conditions around the EXTRA_PATCHES: always apply the patchBaptiste Daroussin2015-08-241-6/+1
| | | | Notes: svn path=/head/; revision=395157
* Re-commit ofAlexander Leidinger2015-08-093-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs) Notes: svn path=/head/; revision=393817
* * Add PORTSCOUT macros to only show stable gnome versions.Koop Mast2015-08-081-1/+2
| | | | | | | | | | | * 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. Notes: svn path=/head/; revision=393729
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast2015-08-0518-58/+122
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=393607
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Notes: svn path=/head/; revision=393429
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-1/+0
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* Unbreak INDEX, reverting r392921Antoine Brodin2015-07-263-101/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=392922
* 64 bit linuxulator support (not activated by default):Alexander Leidinger2015-07-263-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore) Notes: svn path=/head/; revision=392921
* accessibility/speech-dispatcher: remove NLS optionAlberto Villa2015-06-302-20/+5
| | | | | | | | | | Building the port without NLS failed as the configure script still required the gettext tools. PR: 201221 Notes: svn path=/head/; revision=391013
* accessibility/speech-dispatcher: update to 0.8.3Alberto Villa2015-06-2910-170/+39
| | | | | | | | | | - Enable optional Python bindings (Python 3 required) - Make NLS optional - Remove original .conf files from DATADIR (.sample files available) - Remove stale patches Notes: svn path=/head/; revision=390919
* - Add empty directory to plistDmitry Marakasov2015-05-181-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386662
* MASTER_SITES cleanup.Mathieu Arnold2015-05-142-4/+2
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* - Update to 2.2.5Sunpoet Po-Chuan Hsieh2015-05-032-3/+6
| | | | | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master Notes: svn path=/head/; revision=385305
* - Add CPE infoDmitry Marakasov2015-04-171-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384164
* Convert kde@ ports to USES=metaport.Raphael Kubo da Costa2015-04-031-4/+1
| | | | | | | Submitted by: alonso@ Notes: svn path=/head/; revision=383168
* Add build dependency required for VIDMODE and older Nvidia graphics driversMark Felder2015-03-301-0/+1
| | | | | | | PR: 199004 Notes: svn path=/head/; revision=382669
* Update the Gnome stack to the latest in the 3.14 series.Koop Mast2015-03-276-7/+12
| | | | | | | | | | Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes ports updated. Obtained from: GNOME dev repo Notes: svn path=/head/; revision=382383
* accessibility/gnome-speech: add LICENSEBartek Rutkowski2015-03-152-0/+4
| | | | | | | | | | | - Fix missing pkg-plist dir - Maintainer's timeout (gnome@FreeBSD.org) PR: 185613 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> Notes: svn path=/head/; revision=381309
* Update KDE SC to 4.14.3Alonso Schaich2015-03-115-10/+10
| | | | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 Notes: svn path=/head/; revision=381052
* Fix packagingAntoine Brodin2015-02-081-2/+2
| | | | Notes: svn path=/head/; revision=378648
* Use options helpersBaptiste Daroussin2015-02-081-18/+8
| | | | Notes: svn path=/head/; revision=378645
* Switch default python3 version from 3.3 to 3.4.Dmitry Sivachenko2015-01-103-1/+3
| | | | | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine Notes: svn path=/head/; revision=376731
* Don't hardcode python version.Koop Mast2015-01-086-474/+480
| | | | | | | | | | | | | While here: Add vala as build depend to gedit. Gedit-plugins: builds vte3 and gucharmap bindings. Register the depends and package the files. PR: 196618 Submitted by: python3 default to 3.4 exp-run (via antoine@) Notes: svn path=/head/; revision=376571
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376417