aboutsummaryrefslogtreecommitdiff
path: root/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+1
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376110
* Update cinnamon to 2.4, this should fix [1] and [2].Koop Mast2014-12-302-3/+4
| | | | | | | | | | | | Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo Notes: svn path=/head/; revision=375852
* Remove now useless dependency on gnomehierBaptiste Daroussin2014-12-203-7/+7
| | | | Notes: svn path=/head/; revision=375129
* Cleanup plistBaptiste Daroussin2014-12-0910-301/+0
| | | | Notes: svn path=/head/; revision=374347
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-087-76/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update GNOME to 3.14.2.Koop Mast2014-12-039-17/+25
| | | | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo Notes: svn path=/head/; revision=373802
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-1935-1202/+1856
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Cleanup plistAntoine Brodin2014-11-131-2/+0
| | | | Notes: svn path=/head/; revision=372533
* x11/rubygem-gnome2: update to 2.2.3Steve Wills2014-11-122-3/+3
| | | | | | | | | Update all rubygem-gnome2 and related ports to 2.2.3 While here, mark rubygem-glib2 as broken with Ruby 2.1 Notes: svn path=/head/; revision=372475
* Upgrade CentOS to 6.6Johannes Jost Meixner2014-11-111-4/+4
| | | | | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=372445
* Remove @dirrm and @dirrmtry entries from the Qt ports.Raphael Kubo da Costa2014-10-231-2/+0
| | | | Notes: svn path=/head/; revision=371415
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371241
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-1922-59/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine Notes: svn path=/head/; revision=371193
* - Convert ports from accessibility/, archivers/ and astro/ to newMarcus von Appen2014-10-184-8/+4
| | | | | | | | | | USES=python Approved by: portmgr (implicit) With hat: python@ Notes: svn path=/head/; revision=371096
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.hTijl Coosemans2014-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=369260
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-226-3/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=368845
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+1
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-108-8/+8
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert to @sampleBaptiste Daroussin2014-09-021-17/+15
| | | | Notes: svn path=/head/; revision=367096
* Convert to @sampleBaptiste Daroussin2014-09-021-3/+1
| | | | Notes: svn path=/head/; revision=367095
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-012-6/+6
| | | | | | | Obtained from: gnome-dev Notes: svn path=/head/; revision=366942
* Convert to USES=libtool and add INSTALL_TARGET=install-stripTijl Coosemans2014-09-012-6/+6
| | | | | | | Obtained from: gnome-dev Notes: svn path=/head/; revision=366941
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-012-4/+5
| | | | | | | Obtained from: gnome-dev Notes: svn path=/head/; revision=366940
* Add USES=libtool to accessibility/atkmm and bump dependent portsTijl Coosemans2014-09-012-4/+5
| | | | Notes: svn path=/head/; revision=366938
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-0/+2
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* x11/rubygem-gnome2: update to 2.2.0Steve Wills2014-08-262-3/+3
| | | | Notes: svn path=/head/; revision=366177
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-156-2/+6
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid aMarcus von Appen2014-08-141-1/+1
| | | | | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@ Notes: svn path=/head/; revision=364857
* - Convert my ports to USES=pythonMarcus von Appen2014-08-101-4/+2
| | | | Notes: svn path=/head/; revision=364518
* Remove expired ports:Rene Ladan2014-07-216-124/+0
| | | | | | | | | | 2014-07-21 accessibility/at-poke: Depends on expired libgailgnome 2014-04-10 misc/bigboard: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 net/desktop-data-model: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-07-21 net/online-desktop: Disappeared upstream, depends on expired ports Notes: svn path=/head/; revision=362408