git: 72411244ba19 - main - Revert "graphics/rubygem-ruby-vips: Add x11 and nox11 flavors"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Sep 2025 06:50:49 UTC
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>