1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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.
This commit is contained in:
Charlie Li 2024-03-16 04:03:33 -04:00
parent 09149f6221
commit 7669247b74
No known key found for this signature in database
GPG Key ID: 678F936058415CCA
3 changed files with 5 additions and 12 deletions

View File

@ -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
@ -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

View File

@ -1,6 +1,5 @@
PORTNAME= vala
DISTVERSION= ${_VALA_VERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= lang gnome
MASTER_SITES= GNOME
@ -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

View File

@ -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