git: 7dc940945688 - main - graphics/vulkan-headers: adjust FreeBSD 12 EOL comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Sep 2023 09:26:57 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dc940945688fc74d6f72aec254e267643e22f22 commit 7dc940945688fc74d6f72aec254e267643e22f22 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-09-23 09:25:53 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-09-23 09:25:53 +0000 graphics/vulkan-headers: adjust FreeBSD 12 EOL comment --- graphics/vulkan-headers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 78e36b87e482..062b15a64763 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -21,7 +21,7 @@ post-extract: @${FIND} ${WRKSRC}/registry -name \*.py -exec ${REINPLACE_CMD} -i '' '/^#!/d' {} + post-patch: -# XXX Drop after FreeBSD 12.* EOL around 2024-06-30 +# XXX Drop after FreeBSD 12.4 EOL around 2023-12-31 @if [ -L /usr/include/sched.h ]; then \ ${REINPLACE_CMD} $$'/^namespace/i\\\n#undef major\\\n#undef minor\\\n\\\n' \ ${WRKSRC}/include/vulkan/vulkan_structs.hpp; \