Date: Wed, 3 Nov 2021 09:02:08 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: 5e91225d657b - main - graphics/gnome-color-manager: drop unused Meson options after 9ff5ddc73c00 Message-ID: <202111030902.1A39280f022083@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=5e91225d657b464d82f6c1149821086e1170fd2e commit 5e91225d657b464d82f6c1149821086e1170fd2e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-03 08:48:40 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-03 09:00:12 +0000 graphics/gnome-color-manager: drop unused Meson options after 9ff5ddc73c00 meson.build:1:0: ERROR: Unknown options: "exiv, packagekit" https://gitlab.gnome.org/GNOME/gnome-color-manager/-/commit/5a1bf35e30ff PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- graphics/gnome-color-manager/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/graphics/gnome-color-manager/Makefile b/graphics/gnome-color-manager/Makefile index 10cfae8b8a31..c2a9abc82c5e 100644 --- a/graphics/gnome-color-manager/Makefile +++ b/graphics/gnome-color-manager/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnome-color-manager PORTVERSION= 3.36.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -29,16 +30,7 @@ USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \ pkgconfig tar:xz USE_GNOME= cairo gtk30 vte3 USE_LDCONFIG= yes -MESON_ARGS= -Dtests=false \ - -Dpackagekit=false - -OPTIONS_DEFINE= RAW -OPTIONS_DEFAULT=RAW -OPTIONS_SUB= yes - -RAW_DESC= Enable RAW EXIF support -RAW_LIB_DEPENDS= libexiv2.so:graphics/exiv2 -RAW_MESON_TRUE= exiv +MESON_ARGS= -Dtests=false post-patch: @${REINPLACE_CMD} -e "s|'share/man/man1'|'man/man1'|g" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111030902.1A39280f022083>