Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.10.1.2010202007061.01_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
12.10.1.2010202007061.01_1 02 Mar 2023 05:23:10 |
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. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
12.10.1.2010202007061.01 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
12.10.1.2010202007061.01 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
12.10.1.2010202007061.01 16 Dec 2021 04:30:15 |
Hiroki Tagato (tagattie) |
devel/libappindicator: update to 12.10.1.2010202007061.01 |
12.10.1.1804201803221.05_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
12.10.1.1804201803221.05_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
12.10.1.1804201803221.05_1 02 Mar 2021 14:29:43 |
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). |
12.10.1.1804201803221.05_1 02 Mar 2021 08:34:53 |
ak |
- Remove empty file left after r538197
Approved by: portmgr blanket |
12.10.1.1804201803221.05_1 08 Jun 2020 04:41:31 |
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.
(Only the first 15 lines of the commit message are shown above ) |
12.10.1.1804201803221.05 13 Apr 2020 03:15:19 |
tagattie |
Change MAINTAINER email address to FreeBSD.org one
Approved by: ehaupt (mentor) |
12.10.1.1804201803221.05 06 Feb 2020 18:22:25 |
swills |
devel/libappindicator: update and undeprecate
While here, pass maintainership to submitter
PR: 243750
Submitted by: Hiroki Tagato <tagattie@yandex.com> |
12.10.0_2 29 Jan 2020 13:28:35 |
antoine |
Deprecate a few pygtk2 ports
With hat: portmgr |
12.10.0_2 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
12.10.0_2 04 Mar 2019 21:25:58 |
swills |
devel/libappindicator: make VAPI option ON by default
PR: 236124
Submitted by: Hiroki Tagato <tagattie@yandex.com> |
12.10.0_1 05 Jan 2019 02:45:36 |
swills |
devel/libappindicator: Fix build if lang/vala is installed
PR: 234549
Submitted by: John Hein <jcfyecrayz@liamekaens.com> |
12.10.0_1 09 Dec 2018 04:53:00 |
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> |
12.10.0 27 May 2018 08:17:58 |
antoine |
libappindicator is not compatible with python3 |
12.10.0 05 May 2018 03:47:45 |
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 |