git: 7ac865e740c8 - main - devel/qt6-base: Drop unused textproc/xmlstarlet
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Apr 2025 02:42:21 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7ac865e740c85737a68dbca87734efa4545d065b
commit 7ac865e740c85737a68dbca87734efa4545d065b
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-04-12 02:08:16 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-04-12 02:40:25 +0000
devel/qt6-base: Drop unused textproc/xmlstarlet
xmlstarlet is only used as a last resort attempt to reduce MIME database
size if no actual file compression methods are found. Since we enable
zstd support, this is the effective compression method used.
PR: 285738
Reported by: diizzy
MFH: 2025Q2
---
devel/qt6-base/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/qt6-base/Makefile b/devel/qt6-base/Makefile
index 3ad3c1f254f3..e3ec93bddc7c 100644
--- a/devel/qt6-base/Makefile
+++ b/devel/qt6-base/Makefile
@@ -1,13 +1,13 @@
PORTNAME= base
DISTVERSION= ${QT6_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt base (core, gui, widgets, network,...)
-BUILD_DEPENDS= xml:textproc/xmlstarlet \
- ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
+BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \
libatk-bridge-2.0.so:accessibility/at-spi2-core \