[Midnightbsd-cvs] [MidnightBSD/mports] 204ae7: chinese/libcangjie: remove bogus LIB_DEPENDS and U...
Lucas Holt
noreply at github.com
Wed Apr 29 20:43:06 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 204ae74748e1f1d28e59fafa78d13484cd67e442
https://github.com/MidnightBSD/mports/commit/204ae74748e1f1d28e59fafa78d13484cd67e442
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M chinese/libcangjie/Makefile
Log Message:
-----------
chinese/libcangjie: remove bogus LIB_DEPENDS and USE_XORG
configure.ac only requires sqlite3 via PKG_CHECK_MODULES. The port
was incorrectly listing libfreetype, libdbus-1, and X11 Xi as
dependencies; none of these are referenced anywhere in the source or
build system. These spurious deps forced the package cluster to build
print/freetype2, devel/dbus, and x11/libXi before libcangjie, any of
which could block or delay the build unnecessarily.
Remove the bogus LIB_DEPENDS entries. The existing USES=sqlite handles
the sqlite3 dependency (preferring the base system), making the
redundant explicit libsqlite3.so LIB_DEPENDS unnecessary too.
Remove xorg from USES and USE_XORG=xi accordingly.
Bump PORTREVISION for the dependency change.
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list