2004-04-02 09:29:48 +02:00
|
|
|
COMMENT = Ports to help disabled users
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
SUBDIR += accerciser
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
SUBDIR += at-spi2-atk
|
2011-08-01 04:53:58 +02:00
|
|
|
SUBDIR += at-spi2-core
|
2004-04-02 09:29:48 +02:00
|
|
|
SUBDIR += atk
|
2011-08-01 04:53:58 +02:00
|
|
|
SUBDIR += atkmm
|
2014-11-19 12:49:04 +01:00
|
|
|
SUBDIR += caribou
|
2008-02-16 18:22:05 +01:00
|
|
|
SUBDIR += eflite
|
2020-08-11 07:21:36 +02:00
|
|
|
SUBDIR += feedbackd
|
2020-12-10 06:52:39 +01:00
|
|
|
SUBDIR += gammy
|
2018-04-28 12:22:20 +02:00
|
|
|
SUBDIR += kdeaccessibility
|
2018-04-06 22:37:04 +02:00
|
|
|
SUBDIR += kmag
|
|
|
|
SUBDIR += kmousetool
|
|
|
|
SUBDIR += kmouth
|
2019-05-19 17:31:35 +02:00
|
|
|
SUBDIR += libqaccessibilityclient
|
2019-09-10 21:30:09 +02:00
|
|
|
SUBDIR += linux-c7-at-spi2-atk
|
|
|
|
SUBDIR += linux-c7-at-spi2-core
|
2016-10-19 16:50:26 +02:00
|
|
|
SUBDIR += linux-c7-atk
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += orca
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
SUBDIR += py-atspi
|
2017-11-30 16:50:30 +01:00
|
|
|
SUBDIR += py-speech-dispatcher
|
Update Qt5 ports to 5.9.3.
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
2018-01-06 22:30:31 +01:00
|
|
|
SUBDIR += qt5-speech
|
2010-11-25 05:12:51 +01:00
|
|
|
SUBDIR += redshift
|
2013-06-09 20:42:38 +02:00
|
|
|
SUBDIR += rubygem-atk
|
2018-01-16 23:24:57 +01:00
|
|
|
SUBDIR += sct
|
2020-11-27 14:39:31 +01:00
|
|
|
SUBDIR += sctd
|
2010-01-08 09:24:00 +01:00
|
|
|
SUBDIR += speech-dispatcher
|
2022-01-29 21:43:40 +01:00
|
|
|
SUBDIR += wl-gammarelay-rs
|
2020-11-09 22:25:15 +01:00
|
|
|
SUBDIR += wlsunset
|
2008-02-16 18:23:44 +01:00
|
|
|
SUBDIR += yasr
|
2004-01-20 09:57:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|