notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: Mk/Uses/vala.mk

Number of commits found: 11

Tuesday, 15 Oct 2024
20:42 Charlie Li (vishwin) search for other commits by this committer
lang/vala: update to 0.56.17

Changelog: https://gitlab.gnome.org/GNOME/vala/-/blob/0.56.17/NEWS
commit hash: 355233badf1a9f9959831f193ec492668577305b commit hash: 355233badf1a9f9959831f193ec492668577305b commit hash: 355233badf1a9f9959831f193ec492668577305b commit hash: 355233badf1a9f9959831f193ec492668577305b 355233b
Saturday, 16 Mar 2024
08:10 Charlie Li (vishwin) search for other commits by this committer
lang/vala: update to 0.56.16

Changelog: https://gitlab.gnome.org/GNOME/vala/-/blob/0.56.16/NEWS

Notably, pragmas have been added to ignore incompatible {,function}
pointer type warnings/errors, so dispense of our local workaround.
commit hash: 7669247b749544524def60e075379ba5e651f938 commit hash: 7669247b749544524def60e075379ba5e651f938 commit hash: 7669247b749544524def60e075379ba5e651f938 commit hash: 7669247b749544524def60e075379ba5e651f938 7669247
Wednesday, 31 Jan 2024
08:22 Piotr Kubaj (pkubaj) search for other commits by this committer
Mk/Uses/vala.mk: remove powerpc conditional since clang condition fixes other
build failures on powerpc
commit hash: 926b73117918979bf5f6ca10356fd94db564513c commit hash: 926b73117918979bf5f6ca10356fd94db564513c commit hash: 926b73117918979bf5f6ca10356fd94db564513c commit hash: 926b73117918979bf5f6ca10356fd94db564513c 926b731
Thursday, 19 Oct 2023
07:07 Robert Clausecker (fuz) search for other commits by this committer
Mk/Uses/vala.mk: fix when COMPILER_TYPE=gcc

gcc does not support -Wno-error=incompatible-function-pointer-types.
Only enable the warning for clang to fix various ports that fail to
build with error messages like

cc1: error: '-Wno-error=incompatible-function-pointer-types': no
option '-Wincompatible-function-pointer-types'; did you mean
'-Wincompatible-pointer-types'?

MFH:		2023Q4
commit hash: 4d0ab9e20997630f4ad6306c2fd12efb710ab2ac commit hash: 4d0ab9e20997630f4ad6306c2fd12efb710ab2ac commit hash: 4d0ab9e20997630f4ad6306c2fd12efb710ab2ac commit hash: 4d0ab9e20997630f4ad6306c2fd12efb710ab2ac 4d0ab9e
Tuesday, 22 Aug 2023
18:51 Jason E. Hale (jhale) search for other commits by this committer
Mk/Uses/vala.mk: Fix indentations

[pre-commit] ERROR: vala.mk is not properly indented -- please use
/tmp/check_indentations-vala.mk.44f1W9pfI1/vala.mk which was created
using Tools/scripts/indent_make_if.pl

Reported by:	'check_mk_indentations' pre-commit hook
commit hash: 4711d70491a04283f09a6afd19caf09ac8f52beb commit hash: 4711d70491a04283f09a6afd19caf09ac8f52beb commit hash: 4711d70491a04283f09a6afd19caf09ac8f52beb commit hash: 4711d70491a04283f09a6afd19caf09ac8f52beb 4711d70
Saturday, 12 Aug 2023
01:37 Piotr Kubaj (pkubaj) search for other commits by this committer
x11/babl: fix build on powerpc

Clang miscompiles babl-html-dump:
pid 27736 (babl-html-dump), jid 963, uid 65534: exited on signal 11 (core
dumped)

Also, -Wno-error=incompatible-function-pointer-types is not compatible with GCC.
commit hash: ba1796ef177be725eff5319198ecb1c3bdf52184 commit hash: ba1796ef177be725eff5319198ecb1c3bdf52184 commit hash: ba1796ef177be725eff5319198ecb1c3bdf52184 commit hash: ba1796ef177be725eff5319198ecb1c3bdf52184 ba1796e
Saturday, 24 Jun 2023
03:56 Charlie Li (vishwin) search for other commits by this committer
lang/vala: disable incompatible function pointer type error

Generated code that is then passed to clang 16 errors with this.
Fixes to the code generator are substantial and may not be backported
to this release cycle, so work around as upstream suggests.

Context: https://gitlab.gnome.org/GNOME/vala/-/issues/1408
commit hash: c57cd4390a2785863ecd06fb818da4000910a053 commit hash: c57cd4390a2785863ecd06fb818da4000910a053 commit hash: c57cd4390a2785863ecd06fb818da4000910a053 commit hash: c57cd4390a2785863ecd06fb818da4000910a053 c57cd43
03:15 Charlie Li (vishwin) search for other commits by this committer
lang/vala: update to 0.56.8
commit hash: c49f3dc89b7a35281e8d3170b73e605120aa05cd commit hash: c49f3dc89b7a35281e8d3170b73e605120aa05cd commit hash: c49f3dc89b7a35281e8d3170b73e605120aa05cd commit hash: c49f3dc89b7a35281e8d3170b73e605120aa05cd c49f3dc
Sunday, 19 Feb 2023
13:46 Tobias C. Berner (tcberner) search for other commits by this committer
lang/vala: update to 0.56.4
commit hash: 7e1dfa38cfa02e870dec487c5322fa2ece3788dc commit hash: 7e1dfa38cfa02e870dec487c5322fa2ece3788dc commit hash: 7e1dfa38cfa02e870dec487c5322fa2ece3788dc commit hash: 7e1dfa38cfa02e870dec487c5322fa2ece3788dc 7e1dfa3
Monday, 5 Sep 2022
15:47 Tobias C. Berner (tcberner) search for other commits by this committer
lang/vala: update to 0.56.3

Changelog:
 * Various improvements and bug fixes:
  - vala: Don't unconditionally expect ObjectType of Class [#1341]
  - vala: Make try-statement parsing more resilient [#1304]
  - vala: Avoid problems with '\' in #line directives on Windows [#1353]
  - gidlparser: Set source reference of parameters

 * Bindings:
  - atspi-2: Fix a few binding errors
  - glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50 [#1350]
  - gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attribute
commit hash: 04bda0d8e940b627c1e495b308cff5d5eb335072 commit hash: 04bda0d8e940b627c1e495b308cff5d5eb335072 commit hash: 04bda0d8e940b627c1e495b308cff5d5eb335072 commit hash: 04bda0d8e940b627c1e495b308cff5d5eb335072 04bda0d
Friday, 26 Aug 2022
17:02 Tobias C. Berner (tcberner) search for other commits by this committer
framework: add vala.mk -- easily depend on lang/vala

The vala library comes with the version in the name.
Instead of updating the LIB_DEPENDS on every major vala update,
   LIB_DEPENDS=libvala-XX.so:lang/vala
one can now just have a static
   USES=vala:lib

For build-time dependencies on vala or valac, use
   USES=vala:build

PR:		249940
commit hash: 19a9a1889f0e14b7ec179103da50cfd8b1216970 commit hash: 19a9a1889f0e14b7ec179103da50cfd8b1216970 commit hash: 19a9a1889f0e14b7ec179103da50cfd8b1216970 commit hash: 19a9a1889f0e14b7ec179103da50cfd8b1216970 19a9a18

Number of commits found: 11