non port: devel/libappindicator/Makefile |
Number of commits found: 17 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 26 Aug 2022
|
17:02 Tobias C. Berner (tcberner)
framework: switch tree to using vala.mk
PR: 249940
d9b0d9a |
Thursday, 16 Dec 2021
|
04:30 Hiroki Tagato (tagattie)
devel/libappindicator: update to 12.10.1.2010202007061.01
e29d3fe |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 2 Mar 2021
|
14:29 danfe
Unbreak the build when Mono is installed. Ideally MONO option should be
introduced with missing dependencies added, and this `post-patch' target
converted to `post-patch-MONO-off' (unfortunately, configure script does
not have --disable-mono switch or useful ac_cv_FOO variable which can be
passed via CONFIGURE_ENV).
 |
Monday, 8 Jun 2020
|
04:41 kevans
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
 |
Monday, 13 Apr 2020
|
03:15 tagattie
Change MAINTAINER email address to FreeBSD.org one
Approved by: ehaupt (mentor)
 |
Thursday, 6 Feb 2020
|
18:22 swills
devel/libappindicator: update and undeprecate
While here, pass maintainership to submitter
PR: 243750
Submitted by: Hiroki Tagato <tagattie@yandex.com>
 |
Wednesday, 29 Jan 2020
|
13:28 antoine
Deprecate a few pygtk2 ports
With hat: portmgr
 |
Friday, 8 Nov 2019
|
11:39 tobik
devel: Add missing USES={gl,gnome,php,sdl}
 |
Monday, 4 Mar 2019
|
21:25 swills
devel/libappindicator: make VAPI option ON by default
PR: 236124
Submitted by: Hiroki Tagato <tagattie@yandex.com>
 |
Saturday, 5 Jan 2019
|
02:45 swills
devel/libappindicator: Fix build if lang/vala is installed
PR: 234549
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
 |
Sunday, 9 Dec 2018
|
04:53 swills
devel/libappindicator: Fix configure if CUPS option in x11-toolkits/gtk{2,3)0 is
disabled
PR: 233846
Reported by: Grzegorz Junka <list1@gjunka.com>
 |
Sunday, 27 May 2018
|
08:17 antoine
libappindicator is not compatible with python3
 |
Saturday, 5 May 2018
|
03:47 swills
devel/libappindicator: create port
A library to allow applications to export a menu into the Unity Menu bar. Based
on KSNI it also works in KDE and will fallback to generic Systray support if
none of those are available.
WWW: https://launchpad.net/libappindicator
 |
Number of commits found: 17 |