notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-toolkits/libhandy0/Makefile
SVNWeb

Number of commits found: 9

Wed, 12 Jul 2023
[ 18:56 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  7d1faa7  (Only the first 10 of 299 ports in this commit are shown above. View all ports for this commit)
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
Tue, 23 May 2023
[ 18:38 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:10896145b514a0d77bc9f3999d77502b0f5f4c08  commit hash:10896145b514a0d77bc9f3999d77502b0f5f4c08  commit hash:10896145b514a0d77bc9f3999d77502b0f5f4c08  1089614 
x11-toolkits/libhandy0: disable glade

Only consumer is Fractal, which may not need glade. Long-forgotten
local change.

While here, refresh COMMENT and use GNOME GitLab

Reported by: Eirik Øverby <ltning[at]anduin[dot]net>
Event: Kitchener-Waterloo Hackathon 202305
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 26 Aug 2022
[ 17:02 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  d9b0d9a  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
framework: switch tree to using vala.mk

PR:		249940
Mon, 31 Jan 2022
[ 23:18 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:1f519ed516c9316841f1efdf5d63046bbe5d83e6  commit hash:1f519ed516c9316841f1efdf5d63046bbe5d83e6  commit hash:1f519ed516c9316841f1efdf5d63046bbe5d83e6  1f519ed 
x11-toolkits/libhandy0: mark BROKEN after ea9efcafe262

../glade/glade-hdy-header-group.c:46:46: error: use of undeclared identifier
'GPC_OBJECT_DELIMITER'
          g_strdup_printf ("%s%s%s", string, GPC_OBJECT_DELIMITER,
                                             ^
../glade/glade-hdy-header-group.c:77:3: warning: implicit declaration of
function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
  GWA_GET_CLASS (G_TYPE_OBJECT)->read_widget (adaptor, widget, node);
  ^
../glade/glade-hdy-header-group.c:77:34: error: member reference type 'int' is
not a pointer
  GWA_GET_CLASS (G_TYPE_OBJECT)->read_widget (adaptor, widget, node);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
../glade/glade-hdy-header-group.c:123:3: warning: implicit declaration of
function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
  GWA_GET_CLASS (G_TYPE_OBJECT)->write_widget (adaptor, widget, context, node);
  ^
../glade/glade-hdy-header-group.c:123:34: error: member reference type 'int' is
not a pointer
  GWA_GET_CLASS (G_TYPE_OBJECT)->write_widget (adaptor, widget, context, node);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
../glade/glade-hdy-header-group.c:157:5: warning: implicit declaration of
function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
    GWA_GET_CLASS (G_TYPE_OBJECT)->set_property (adaptor, object,
    ^
../glade/glade-hdy-header-group.c:157:36: error: member reference type 'int' is
not a pointer
    GWA_GET_CLASS (G_TYPE_OBJECT)->set_property (adaptor, object,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^

Reported by:	pkg-fallout
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 17 Sep 2020
[ 11:45 bapt search for other commits by this committer ] Original commit   Revision:548837
Update libhandy to 1.0.0 which is needed by recently gnome

Repocopy the old version into libhandy0 so that ports relying on it
can still work.
Bump revision of those ports

Number of commits found: 9