aboutsummaryrefslogtreecommitdiff
path: root/accessibility/kdeaccessibility
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update KDE Applications to 18.12.2Tobias C. Berner2019-02-081-1/+0
| | | | | | | | [1] https://www.kde.org/announcements/announce-applications-18.12.2.php [2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2 Notes: svn path=/head/; revision=492409
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Add missing accessiblility/kdeaccessibility metaportTobias C. Berner2018-04-282-0/+28
| | | | Notes: svn path=/head/; revision=468533
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-264-3020/+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
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8Beat Gaetzi2012-12-301-0/+3
| | | | | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe Notes: svn path=/head/; revision=309662
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Reset maintainership de jure. In fact KDE 3 has not been maintained by our teamMax Brazhnikov2011-07-071-1/+1
| | | | | | | | | for a long time, not to mention upstream. Discussed a while ago among the KDE/FreeBSD team. Notes: svn path=/head/; revision=277232
* Disable alsa explicitlyMax Brazhnikov2010-12-062-3/+2
| | | | | | | Clean up a bit while I'm here Notes: svn path=/head/; revision=265763
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix build after X.org 7.4 merge.Florent Thoumie2009-01-251-0/+2
| | | | | | | Reported by: pointyhat via pav via miwi Notes: svn path=/head/; revision=226835
* The KDE FreeBSD team is proud to announce the releaseMartin Wilke2008-08-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release notes can be found at: http://www.kde.org/announcements/announce-3.5.10.php While not a very exciting release in terms of features, 3.5.10 brings a couple of nice bugfixes and translation updates to those who choose to stay with KDE 3.5. The fixes are thinly spread across KPDF with a number of crash fixes, KGPG and probably most interesting various fixes in kicker, KDE3's panel: * Improved visibility on transparent backgrounds * Themed arrow buttons in applets that were missing them * Layout and antialiasing fixes in various applets Approved by: portmgr (erwin/pav) Notes: svn path=/head/; revision=219410
* The KDE FreeBSD team is proud to announce the releaseMartin Wilke2008-08-182-4/+3
| | | | | | | | | | | | | | | | | | | of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release notes can be found at: http://www.kde.org/announcements/announce-3.5.9.php After the KDE 4.1.0 import the team found time to make KDE 3.5.9 ready for the Ports tree. KDE 3.5.9 was released six months ago and 3.5.10 is coming soon. We are not sure we have time to get 3.5.10 for FreeBSD 7.1/6.4 release, but we would have minimum 3.5.9 for those people who prefer to stay with KDE3. Of course Thanks to all Testers. Notes: svn path=/head/; revision=218752
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214427
* Update to KDE 3.5.8Michael Nottebrock2007-10-291-3/+3
| | | | Notes: svn path=/head/; revision=202377
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-043-4/+53
| | | | Notes: svn path=/head/; revision=194883
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to KDE 3.5.6 / KOffice 1.6.2Michael Nottebrock2007-03-131-3/+3
| | | | Notes: svn path=/head/; revision=187334
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-191-3/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=180198
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-121-3/+3
| | | | Notes: svn path=/head/; revision=172898
* Update to KDE 3.5.3Michael Nottebrock2006-06-052-4/+59
| | | | Notes: svn path=/head/; revision=164487
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Update to KDE 3.5.2Michael Nottebrock2006-03-302-5/+4
| | | | Notes: svn path=/head/; revision=158431
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+19
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to KDE 3.5.1.Michael Nottebrock2006-02-012-3/+4
| | | | Notes: svn path=/head/; revision=154984
* Update to KDE 3.5.0Michael Nottebrock2006-01-082-86/+274
| | | | Notes: svn path=/head/; revision=153084
* Add SHA256 message digest to distinfo fileEdwin Groothuis2005-12-271-0/+1
| | | | | | | | PR: ports/90962 Submitted by: Scott Flatman <sf@slappy.org> Notes: svn path=/head/; revision=152174
* Update to KDE 3.4.3 / KOffice 1.4.2Michael Nottebrock2005-11-051-2/+2
| | | | Notes: svn path=/head/; revision=147365
* Update to KDE 3.4.2 / KOffice 1.4.1Michael Nottebrock2005-07-311-2/+2
| | | | Notes: svn path=/head/; revision=140588
* Update to KDE 3.4.1Michael Nottebrock2005-06-262-6/+101
| | | | Notes: svn path=/head/; revision=138043
* Update to KDE 3.4Michael Nottebrock2005-03-202-2/+2435
| | | | Notes: svn path=/head/; revision=131766
* Update to KDE 3.3.2Michael Nottebrock2004-12-132-19/+2
| | | | Notes: svn path=/head/; revision=123951
* Update to KDE 3.3.1Michael Nottebrock2004-11-081-2/+2
| | | | Notes: svn path=/head/; revision=121092
* Update to KDE 3.3Michael Nottebrock2004-08-303-3/+5
| | | | Notes: svn path=/head/; revision=117701
* Update to version 3.2.3Michael Nottebrock2004-06-091-2/+2
| | | | Notes: svn path=/head/; revision=111165
* Update to KDE 3.2.2Michael Nottebrock2004-04-201-2/+2
| | | | Notes: svn path=/head/; revision=107688
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-093-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). Notes: svn path=/head/; revision=103453
* Update to KDE 3.2.0Michael Nottebrock2004-02-051-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. Notes: svn path=/head/; revision=100015
* Add kdeaccessibility. This port is set to IGNORE,Michael Nottebrock2004-02-044-0/+180
it will be activated once the rest of KDE 3.2 is committed. Notes: svn path=/head/; revision=99949