Date: Mon, 17 Jan 2022 13:20:44 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a180b4ade278 - main - *: Fix USE_GNOME usage Message-ID: <202201171320.20HDKi0W073062@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=a180b4ade278bcfcd43afc8b8ffa69bbbcaadc77 commit a180b4ade278bcfcd43afc8b8ffa69bbbcaadc77 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2022-01-17 12:33:16 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2022-01-17 13:20:24 +0000 *: Fix USE_GNOME usage USE_GNOME no longer implies USES=gnome. USE_GNOME will not have any effect unless you add USES=gnome yourself. Reported by: portscan --- editors/zile/Makefile | 2 +- www/nginx-devel/Makefile.extmod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/zile/Makefile b/editors/zile/Makefile index e4a01b09cf29..35babcb1c6c3 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc \ libgee-0.8.so:devel/libgee BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man -USES= gmake ncurses perl5 pkgconfig compiler:c++11-lang +USES= gmake gnome ncurses perl5 pkgconfig compiler:c++11-lang USE_PERL5= build USE_GNOME= glib20 GNU_CONFIGURE= yes diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 2a2093aae47e..720b0c9411c8 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -310,7 +310,7 @@ SRCACHE_VARS= DSO_EXTMODS+=srcache VOD_GH_TUPLE= kaltura:nginx-vod-module:1.27:vod VOD_USE= GNOME=libxml2 -VOD_USES= iconv +VOD_USES= gnome iconv VOD_VARS= DSO_EXTMODS+=vod VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201171320.20HDKi0W073062>