git: 0c9b91e89c29 - main - multimedia/totem: drop unused Meson options after 38ae40f5daf7

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 07 Nov 2021 20:34:41 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c9b91e89c296422d8ee88fd77555e5476e3189a

commit 0c9b91e89c296422d8ee88fd77555e5476e3189a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-07 20:20:10 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-07 20:34:10 +0000

    multimedia/totem: drop unused Meson options after 38ae40f5daf7
    
    meson.build:1:0: ERROR: Unknown options: "enable-vala"
    
    https://gitlab.gnome.org/GNOME/totem/-/commit/627c1ee182ea
    
    PR:             259080
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
 multimedia/totem/Makefile | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index efa8ae5b548c..3efb4b34dae9 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -49,15 +49,6 @@ GLIB_SCHEMAS=	org.gnome.totem.enums.xml \
 		org.gnome.totem.plugins.opensubtitles.gschema.xml \
 		org.gnome.totem.plugins.pythonconsole.gschema.xml
 
-# There is an upstream issue in meson which makes the build of totem
-# fail when using vala, due to badly created targets.
-# https://gitlab.gnome.org/GNOME/totem/issues/272
-# https://bugzilla.gnome.org/show_bug.cgi?id=786248
-# https://github.com/mesonbuild/meson/issues/1994
-# Until upstream fixes this, remove vala support from totem.
-MESON_ARGS=	-Denable-vala=no
-PLIST_SUB+=	VALA="@comment "
-
 .include <bsd.port.options.mk>
 
 .if defined(WITH_DVD_DEVICE)