Skip to content

Commit

Permalink
*: move FreeBSD 13.2 EOL to 2024Q3
Browse files Browse the repository at this point in the history
FreeBSD 13.3 was released on 2024-03-05. The transition period is at
least 3 months but usually rounded up to almost 4 months.
  • Loading branch information
jbeich committed Mar 11, 2024
1 parent ed01541 commit 85ebb2b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion devel/hyprlang/Makefile
Expand Up @@ -25,7 +25,7 @@ PLIST_FILES= include/${PORTNAME}.hpp \
CXXFLAGS+= -fexperimental-library
.endif

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/expected) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export
Expand Down
2 changes: 1 addition & 1 deletion emulators/rpcs3/Makefile
Expand Up @@ -94,7 +94,7 @@ post-patch:
-e '/GIT_VERSION/s/local_build/${GH_TAGNAME:C/[^-]*-//}/' \
${WRKSRC}/${PORTNAME}/git-version.cmake

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h)
PATH:= ${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm*
CC= clang${LLVM_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion emulators/yuzu/Makefile
Expand Up @@ -158,7 +158,7 @@ post-patch-VAAPI-off:
@${REINPLACE_CMD} -i .nova '/pkg_check.*libva/d' \
${WRKSRC}/CMakeLists.txt

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
. if !exists(/usr/include/c++/v1/__memory/concepts.h)
USES+= llvm:min=14,build,export
Expand Down
2 changes: 1 addition & 1 deletion x11-wm/gamescope/Makefile
Expand Up @@ -76,7 +76,7 @@ post-configure:
--skip-subprojects/' ${BUILD_WRKSRC}/build.ninja
.endif

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
BUILD_DEPENDS+= ${CMAKE_BIN}:devel/cmake-core
Expand Down
2 changes: 1 addition & 1 deletion x11-wm/hyprland/Makefile
Expand Up @@ -92,7 +92,7 @@ update-hash:
)/" \
${.CURDIR}/Makefile

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export
Expand Down
2 changes: 1 addition & 1 deletion x11/hyprlock/Makefile
Expand Up @@ -41,7 +41,7 @@ LIB_DEPENDS+= libdate-tz.so:devel/date
USES+= localbase:ldflags
.endif

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/expected) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export
Expand Down
2 changes: 1 addition & 1 deletion x11/xdg-desktop-portal-hyprland/Makefile
Expand Up @@ -53,7 +53,7 @@ USE_QT= qmake:build buildtools:build core gui wayland:run widgets
CXXFLAGS+= -fexperimental-library
.endif

# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export
Expand Down

0 comments on commit 85ebb2b

Please sign in to comment.