[Midnightbsd-cvs] [MidnightBSD/mports] 433dd0: textproc/iso8879: Fix build failure by using USES=...
Lucas Holt
noreply at github.com
Thu Jun 4 21:41:37 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 433dd0998f21a4b23c7ae54263177e5ba2932be0
https://github.com/MidnightBSD/mports/commit/433dd0998f21a4b23c7ae54263177e5ba2932be0
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M textproc/iso8879/Makefile
Log Message:
-----------
textproc/iso8879: Fix build failure by using USES=zip (#610)
Modernize the port by using USES=zip which utilizes the native unzip
command. This fixes a build failure where /usr/local/bin/unzip was
missing during the fake stage because it was only listed in
BUILD_DEPENDS and the port used NO_BUILD=yes.
Also simplify the do-install target by using standard INSTALL_DATA and
removing redundant pre-install target.
AI-Assisted-by: Gemini CLI <gemini-cli at google.com>
## Summary by Sourcery
Modernize the iso8879 port to use the standard zip framework and
simplify installation while fixing a missing unzip build-time
dependency.
Bug Fixes:
- Resolve build failures by switching from an explicit unzip
BUILD_DEPENDS to USES=zip, relying on the base system unzip.
Enhancements:
- Simplify the iso8879 port Makefile by using standard INSTALL_DATA,
consolidating PLIST substitutions, and removing the custom pre-install
logic.
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