Date: Tue, 23 Sep 2025 06:50:49 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72411244ba19 - main - Revert "graphics/rubygem-ruby-vips: Add x11 and nox11 flavors" Message-ID: <202509230650.58N6onUh020009@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=72411244ba19c1219f95f8399b2b24b605171d3f commit 72411244ba19c1219f95f8399b2b24b605171d3f Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2025-09-08 07:35:30 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2025-09-23 06:50:04 +0000 Revert "graphics/rubygem-ruby-vips: Add x11 and nox11 flavors" This reverts commit e72ba6453422807521418bc76e5b352f42e5dbfa. This breaks building leaf port without x11 (redmine in particular) PR: 282726 Approved by: maintainer timeout (6+ months) --- graphics/rubygem-ruby-vips/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/graphics/rubygem-ruby-vips/Makefile b/graphics/rubygem-ruby-vips/Makefile index 58b1276cac50..3d1aefc812a2 100644 --- a/graphics/rubygem-ruby-vips/Makefile +++ b/graphics/rubygem-ruby-vips/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/libvips/ruby-vips LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libvips.so:graphics/vips@${FLAVOR} +LIB_DEPENDS= libvips.so:graphics/vips RUN_DEPENDS= rubygem-ffi>=1.12<2:devel/rubygem-ffi \ rubygem-logger>=0:devel/rubygem-logger @@ -19,10 +19,6 @@ USE_GNOME= glib20 NO_ARCH= yes -FLAVORS= x11 nox11 -FLAVOR?= ${FLAVORS:[1]} -nox11_PKGNAMESUFFIX= -nox11 - SHEBANG_FILES= example/*.rb .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509230650.58N6onUh020009>
