mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +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:
parent
09149f6221
commit
7669247b74
@ -8,7 +8,7 @@
|
|||||||
.if ! defined(_INCLUDE_USES_VALA_MK)
|
.if ! defined(_INCLUDE_USES_VALA_MK)
|
||||||
_INCLUDE_USES_VALA_MK= yes
|
_INCLUDE_USES_VALA_MK= yes
|
||||||
|
|
||||||
_VALA_VERSION= 0.56.8
|
_VALA_VERSION= 0.56.16
|
||||||
_VALA_LIB_VERSION= ${_VALA_VERSION:R}
|
_VALA_LIB_VERSION= ${_VALA_VERSION:R}
|
||||||
_VALA_LIBRARY= libvala-${_VALA_LIB_VERSION}.so
|
_VALA_LIBRARY= libvala-${_VALA_LIB_VERSION}.so
|
||||||
_VALA_BINARY= valac
|
_VALA_BINARY= valac
|
||||||
@ -23,10 +23,4 @@ BUILD_DEPENDS+= ${_VALA_BINARY}:${_VALA_PORT}
|
|||||||
. endif
|
. endif
|
||||||
. 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
|
.endif
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
PORTNAME= vala
|
PORTNAME= vala
|
||||||
DISTVERSION= ${_VALA_VERSION}
|
DISTVERSION= ${_VALA_VERSION}
|
||||||
PORTREVISION= 1
|
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= lang gnome
|
CATEGORIES= lang gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
@ -16,7 +15,7 @@ PORTSCOUT= limitw:1,even
|
|||||||
USES= bison cpe gettext-runtime gmake gnome libtool \
|
USES= bison cpe gettext-runtime gmake gnome libtool \
|
||||||
localbase pathfix pkgconfig tar:xz\
|
localbase pathfix pkgconfig tar:xz\
|
||||||
vala:no_depend
|
vala:no_depend
|
||||||
USE_GNOME= glib20 gnomeprefix libxslt:build
|
USE_GNOME= glib20 gnomeprefix introspection:build libxslt:build
|
||||||
CPE_VENDOR= gnome
|
CPE_VENDOR= gnome
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1687575805
|
TIMESTAMP = 1710571274
|
||||||
SHA256 (vala-0.56.8.tar.xz) = 93f81dcfc6a93b77baa271d65e6be981ee3238ad451ef380af118e295d904bde
|
SHA256 (vala-0.56.16.tar.xz) = 05487b5600f5d2f09e66a753cccd8f39c1bff9f148aea1b7774d505b9c8bca9b
|
||||||
SIZE (vala-0.56.8.tar.xz) = 3994328
|
SIZE (vala-0.56.16.tar.xz) = 4013716
|
||||||
|
Loading…
Reference in New Issue
Block a user