diff options
| author | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-05-06 05:51:11 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-05-06 06:02:17 +0000 |
| commit | e0cc51e4b96f5bb86eb538dcbf00d08dad8216a7 (patch) | |
| tree | 0fd794c814fbe0cd17adc1aa7d1530495f217618 | |
| parent | 9923eb12d70291f1e4c10b911efb87cb0b22cfea (diff) | |
emulators/virtualbox-ose: Mark broken on 16
BROKEN_FreeBSD_16= clang++ from llvm11-14 (required for build) cannot compile libc++ 21
Reported by: pkg-fallout
Sponsored by: UNIS Labs
| -rw-r--r-- | emulators/virtualbox-ose/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index c08db16cc21d..a7c68bd14434 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -20,6 +20,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Upstream EOL reaches on 2024-01-31, use emulators/virtualbox-ose${PKGNAMESUFFIX}-72 instead EXPIRATION_DATE= 2026-12-31 +BROKEN_FreeBSD_16= clang++ from llvm11-14 (required for build) cannot compile libc++ 21 + ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= gtar:archivers/gtar \ |
