aboutsummaryrefslogtreecommitdiff
path: root/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* In preparation for making libtool generate libraries with a sane name, fix ↵Baptiste Daroussin2013-12-118-30/+14
| | | | | | | | | all LIB_DEPENDS in accessibility With hat: portmgr Notes: svn path=/head/; revision=336152
* - Stage support for all -reference portsAntoine Brodin2013-12-092-2/+0
| | | | | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer) Notes: svn path=/head/; revision=336013
* Fix building with the GUI optionMark Felder2013-11-252-19/+31
| | | | | | | | | | Split the Gnome clock integration into its own option PR: ports/182925 Approved by: swills (mentor) Notes: svn path=/head/; revision=334904
* Explicitly disable espeak or festival support if we haven't asked for it [1]Koop Mast2013-11-232-4/+13
| | | | | | | | | | While here stageify. PR: ports/182522 Submitted by: rm@ Notes: svn path=/head/; revision=334697
* - Chase speech-dispatcher soversion bump.Alberto Villa2013-11-202-2/+4
| | | | | | | Reported by: Greg Rivers <gcr+kde-freebsd@tharned.org> Notes: svn path=/head/; revision=334458
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-6/+6
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* - Update to 0.8.Alberto Villa2013-11-1617-217/+215
| | | | | | | | - STAGEify. - Use OPTIONS helpers. Notes: svn path=/head/; revision=334013
* Fix build error on 9.x+Eitan Adler2013-11-122-1/+15
| | | | | | | Approved by: David K. Gerry <david.k.gerry@gmail.com> (maintainer) Notes: svn path=/head/; revision=333627
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332031
* Restrict python to -2.7Koop Mast2013-10-296-7/+6
| | | | | | | Submitted by: mva@ Notes: svn path=/head/; revision=331973
* Support STAGEMark Felder2013-10-262-3/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=331645
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-225-5/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.Raphael Kubo da Costa2013-10-131-2/+1
| | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team, with commits by makc@, Schaich Alonso and yours truly. Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33 (from ports), staging support in the Makefiles and dependency fixes related to pkg-config. Many thanks to the people who helped test the ports using our area51 repository, and also to the people who provided patches and bug reports via GNATS! PR: ports/180615 ports/181921 ports/182049 Notes: svn path=/head/; revision=330266
* Stage-ready out-of-the-box.Rene Ladan2013-10-041-1/+0
| | | | Notes: svn path=/head/; revision=329333
* Rename orca to orca-plot to avoid name collision with accessibility/orcaBaptiste Daroussin2013-10-021-2/+0
| | | | | | | Remove LATEST_LINK on accessibility/orca as it is now useless Notes: svn path=/head/; revision=329055
* - Convert to PYDISTUTILS_AUTOPLISTMarcus von Appen2013-09-292-20/+9
| | | | | | | | - Enable stage support - Convert to new OPTIONS framework Notes: svn path=/head/; revision=328664
* - Enable stage supportMarcus von Appen2013-09-292-3/+2
| | | | Notes: svn path=/head/; revision=328663
* Fix header conversionBaptiste Daroussin2013-09-202-2/+2
| | | | Notes: svn path=/head/; revision=327768
* Add no stage all over the place in accessibility in preparation for the ↵Baptiste Daroussin2013-09-2033-15/+36
| | | | | | | staging area support Notes: svn path=/head/; revision=327684
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326494
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326491
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326449
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-2/+2
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326151
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326147
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-033-3/+3
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326103
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326095
* Finish converting accessibility from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-3015-65/+24
| | | | | | | | | While here: - trim some headers - convert from USE_GNOME=pkgconfig to USES=pkgconfig Notes: svn path=/head/; revision=325643
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-148-8/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-3113-164/+105
| | | | | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1] Notes: svn path=/head/; revision=324037
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-265-3021/+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
* Update my email address throughout the treeMark Felder2013-07-251-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323636
* Use USES=display:configure instead of custom implementationBaptiste Daroussin2013-07-091-24/+2
| | | | | | | | | While here: - Trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322550
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-045-10/+10
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-025-10/+10
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* - Fix buildMartin Wilke2013-06-111-1/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320595
* Ruby/ATK is a Ruby binding for ATK.Steve Wills2013-06-094-0/+24
| | | | | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173379 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=320376
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andRene Ladan2013-05-305-119/+0
| | | | | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=319410
* Fix build with clang: this unbreak gnome2 with clangBaptiste Daroussin2013-05-242-7/+38
| | | | | | | | | While here: - Trim headers - Remove test for unsupported FreeBSD versions Notes: svn path=/head/; revision=318974
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-185-10/+10
| | | | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. Notes: svn path=/head/; revision=318452
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}Baptiste Daroussin2013-04-291-2/+4
| | | | | | | | | While here: - trim headers - convert to new options framework Notes: svn path=/head/; revision=316850
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+0
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Add pkgconfigKoop Mast2013-04-281-1/+1
| | | | Notes: svn path=/head/; revision=316722
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-2411-11/+11
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-242-4/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Convert all a categories to USE=pkgconfigBaptiste Daroussin2013-04-235-14/+10
| | | | | | | While here trim some headers and convert some gnomehack to pathfix Notes: svn path=/head/; revision=316309
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!Max Brazhnikov2013-03-2711-23/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner Notes: svn path=/head/; revision=315373