1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Adjust estimated 12.3 EOL date to actual

This commit is contained in:
Jan Beich 2023-02-18 20:39:52 +00:00
parent 1c1e0975ad
commit eb35c77bfe
8 changed files with 8 additions and 8 deletions

View File

@ -84,7 +84,7 @@ post-patch:
${WRKSRC}/UI/NativeApp.cpp
@${REINPLACE_CMD} -e 's/"unknown"/"${DISTVERSIONFULL}"/' \
${WRKSRC}/git-version.cmake
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
# https://cgit.freebsd.org/src/commit/?id=773538247007
@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1203501 ]; then \
${REINPLACE_CMD} -e '/if.*__STDC_/,/XXH/s/static_assert/_Static_assert/' \

View File

@ -107,7 +107,7 @@ post-patch:
-e '/GIT_VERSION/s/local_build/${GH_TAGNAME:C/[^-]*-//}/' \
${WRKSRC}/${PORTNAME}/git-version.cmake
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 (don't forget distinfo)
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 (don't forget distinfo)
.if !exists(/usr/include/c++/v1/concepts) || make(makesum) || make(fetch)
USES+= llvm:13,build
CC= clang${LLVM_VERSION}

View File

@ -25,7 +25,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= requires int128 and dynarmic backend
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
.if !exists(/usr/include/c++/v1/concepts)
BROKEN_FreeBSD_12= base libc++ is too old
.endif

View File

@ -33,7 +33,7 @@ post-patch:
# Search assets under PREFIX instead of current directory
@${REINPLACE_CMD} 's,assets",../${DATADIR_REL}/&,' \
${WRKSRC}/cargo-crates/bevy_asset-*/src/lib.rs
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
# https://cgit.freebsd.org/src/commit/?id=98a049f22ef3
.if !exists(/usr/bin/llvm-readelf)
@${REINPLACE_CMD} '/readelf/s/llvm-//' \

View File

@ -20,7 +20,7 @@ GL_COMMIT= 92b031749c0fe84ef5cdf895067b84a829920e25
SHEBANG_FILES= tool/*.py
post-patch:
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
# https://cgit.freebsd.org/src/commit/?id=773538247007
@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1203501 ]; then \
${REINPLACE_CMD} -e 's/static_assert/_Static_assert/' \

View File

@ -68,7 +68,7 @@ post-patch:
@${REINPLACE_CMD} -e '/mounts/s,/proc,/compat/linux&,' \
${WRKSRC}/debug/perf/ftrace_impl.cpp
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 (don't forget distinfo)
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/concepts) || make(makesum) || make(fetch)
USES+= llvm:13,build

View File

@ -60,7 +60,7 @@ post-patch:
# Respect hier(7) for examples
@${REINPLACE_CMD} '/datadir/s/doc/examples/' \
${WRKSRC}/docs/meson.build
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
# https://cgit.freebsd.org/src/commit/?id=773538247007
@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1203501 ]; then \
${REINPLACE_CMD} -e '/_POSIX_C_SOURCE/d' ${WRKSRC}/src/cursor.c; \

View File

@ -46,7 +46,7 @@ do-install:
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 (don't forget distinfo)
# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/concepts) || make(makesum) || make(fetch)
USES+= llvm:min=12,build