Changeset View
Changeset View
Standalone View
Standalone View
java/openjdk23/Makefile
| Show All 15 Lines | |||||
| DEPRECATED= No longer supported by upstream | DEPRECATED= No longer supported by upstream | ||||
| EXPIRATION_DATE= 2026-05-12 | EXPIRATION_DATE= 2026-05-12 | ||||
| ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le | ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le | ||||
| # On FreeBSD 14 and 15 the i386 build fails with a segfault in java during the | # On FreeBSD 14 and 15 the i386 build fails with a segfault in java during the | ||||
| # buildtools_create_symbols_javac__the.COMPILE_CREATE_SYMBOLS_batch build step. | # buildtools_create_symbols_javac__the.COMPILE_CREATE_SYMBOLS_batch build step. | ||||
| # | # | ||||
| BROKEN_FreeBSD_13_i386= Build failed for target 'images' in configuration 'bsd-x86-server-release' | |||||
| BROKEN_FreeBSD_14_i386= Build failed for target 'images' in configuration 'bsd-x86-server-release' | BROKEN_FreeBSD_14_i386= Build failed for target 'images' in configuration 'bsd-x86-server-release' | ||||
| BROKEN_FreeBSD_15_i386= Build failed for target 'images' in configuration 'bsd-x86-server-release' | BROKEN_FreeBSD_15_i386= Build failed for target 'images' in configuration 'bsd-x86-server-release' | ||||
| BUILD_DEPENDS= zip:archivers/zip \ | BUILD_DEPENDS= zip:archivers/zip \ | ||||
| ${LOCALBASE}/include/cups/cups.h:print/cups \ | ${LOCALBASE}/include/cups/cups.h:print/cups \ | ||||
| bash:shells/bash \ | bash:shells/bash \ | ||||
| gsed:textproc/gsed | gsed:textproc/gsed | ||||
| LIB_DEPENDS= libasound.so:audio/alsa-lib \ | LIB_DEPENDS= libasound.so:audio/alsa-lib \ | ||||
| ▲ Show 20 Lines • Show All 156 Lines • Show Last 20 Lines | |||||