Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2021 09:02:06 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3168fd53e411 - main - www/epiphany: drop unused Meson options after 6106add6f4e9
Message-ID:  <202111030902.1A3926nt022030@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3168fd53e41110f005c06f89fc9f10b869b54fc4

commit 3168fd53e41110f005c06f89fc9f10b869b54fc4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-03 08:32:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-03 09:00:12 +0000

    www/epiphany: drop unused Meson options after 6106add6f4e9
    
    meson.build:1:0: ERROR: Unknown options: "distributor_name"
    
    https://gitlab.gnome.org/GNOME/epiphany/-/commit/554a375e8a90
    
    PR:             259080
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
 www/epiphany/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index bb3ec43fbcf0..081449ca6c23 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -46,7 +46,6 @@ USE_GNOME=	cairo gnomedesktop3 intlhack libwnck3 libxml2 libxslt
 USE_XORG=	x11
 USE_LDCONFIG=	yes
 MESON_ARGS=	-Db_lundef=false \
-		-Ddistributor_name="GNOME Web by the FreeBSD GNOME Project" \
 		-Dunit_tests=disabled
 GLIB_SCHEMAS=	org.gnome.Epiphany.enums.xml \
 		org.gnome.epiphany.gschema.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111030902.1A3926nt022030>