Skip to content

Commit

Permalink
lang/vala: update to 0.56.16
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vishwin committed Mar 16, 2024
1 parent 09149f6 commit 7669247
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
8 changes: 1 addition & 7 deletions Mk/Uses/vala.mk
Expand Up @@ -8,7 +8,7 @@
.if ! defined(_INCLUDE_USES_VALA_MK)
_INCLUDE_USES_VALA_MK= yes

_VALA_VERSION= 0.56.8
_VALA_VERSION= 0.56.16
_VALA_LIB_VERSION= ${_VALA_VERSION:R}
_VALA_LIBRARY= libvala-${_VALA_LIB_VERSION}.so
_VALA_BINARY= valac
Expand All @@ -23,10 +23,4 @@ BUILD_DEPENDS+= ${_VALA_BINARY}:${_VALA_PORT}
. endif
. endif

# remove after https://gitlab.gnome.org/GNOME/vala/-/issues/1408 is fixed
.include "${USESDIR}/compiler.mk"
. if ${CHOSEN_COMPILER_TYPE} == "clang"
CFLAGS+= -Wno-error=incompatible-function-pointer-types
. endif

.endif
3 changes: 1 addition & 2 deletions lang/vala/Makefile
@@ -1,6 +1,5 @@
PORTNAME= vala
DISTVERSION= ${_VALA_VERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= lang gnome
MASTER_SITES= GNOME
Expand All @@ -16,7 +15,7 @@ PORTSCOUT= limitw:1,even
USES= bison cpe gettext-runtime gmake gnome libtool \
localbase pathfix pkgconfig tar:xz\
vala:no_depend
USE_GNOME= glib20 gnomeprefix libxslt:build
USE_GNOME= glib20 gnomeprefix introspection:build libxslt:build
CPE_VENDOR= gnome
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
Expand Down
6 changes: 3 additions & 3 deletions lang/vala/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1687575805
SHA256 (vala-0.56.8.tar.xz) = 93f81dcfc6a93b77baa271d65e6be981ee3238ad451ef380af118e295d904bde
SIZE (vala-0.56.8.tar.xz) = 3994328
TIMESTAMP = 1710571274
SHA256 (vala-0.56.16.tar.xz) = 05487b5600f5d2f09e66a753cccd8f39c1bff9f148aea1b7774d505b9c8bca9b
SIZE (vala-0.56.16.tar.xz) = 4013716

0 comments on commit 7669247

Please sign in to comment.