git: 9db6ed55174a - main - emulators/virtualbox-ose-70: Improve DESC for OGG and VORBIS options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 May 2025 23:28:31 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=9db6ed55174a7acf1764ea0cd1caf0055f25102b commit 9db6ed55174a7acf1764ea0cd1caf0055f25102b Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-05-12 23:21:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-05-12 23:27:41 +0000 emulators/virtualbox-ose-70: Improve DESC for OGG and VORBIS options Make a description that more accurately describes what these options do. MFH: 2025Q2 --- emulators/virtualbox-ose-70/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/virtualbox-ose-70/Makefile b/emulators/virtualbox-ose-70/Makefile index eb3ca2311040..26c32ab3d9e4 100644 --- a/emulators/virtualbox-ose-70/Makefile +++ b/emulators/virtualbox-ose-70/Makefile @@ -93,14 +93,14 @@ AIO_DESC= Enable Asyncronous IO support (check pkg-message) DEBUG_DESC= Debug symbols, additional logs and assertions GUESTADDITIONS_DESC= Build with Guest Additions NLS_DESC= Native language support (requires QT5) -OGG_DESC= Use libogg for audio recording +OGG_DESC= Use libogg from audio/libogg instead of bundled one QT5_DESC= Build with QT5 frontend (requires X11) R0LOGGING_DESC= Enable R0 logging (requires DEBUG) UDPTUNNEL_DESC= Build with UDP tunnel support VBOXIMG_DESC= Build vboximg-mount (requires fuse-libs) VDE_DESC= Build with VDE support VNC_DESC= Build with VNC support -VORBIS_DESC= Use libvorbis for audio recording +VORBIS_DESC= Use libvorbis from audio/libvorbis instead of bundled one VPX_DESC= Use libvpx for video recording WEBSERVICE_DESC= Build Webservice