git: c466a35eee33 - main - games/openmw: prepare for Boost-1.89, do not link with stub Boost::system
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Sep 2025 09:48:28 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c466a35eee337a91de243fa7994acb18a81c99de
commit c466a35eee337a91de243fa7994acb18a81c99de
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-09-22 09:48:05 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-09-22 09:48:05 +0000
games/openmw: prepare for Boost-1.89, do not link with stub Boost::system
---
games/openmw/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/games/openmw/Makefile b/games/openmw/Makefile
index e0654383dacc..b997f291ff26 100644
--- a/games/openmw/Makefile
+++ b/games/openmw/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openmw
DISTVERSIONPREFIX= openmw-
DISTVERSION= 0.49.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MAINTAINER= fluffy@FreeBSD.org
@@ -64,11 +64,11 @@ LDFLAGS_i386+= -Wl,--no-check-dynamic-relocations
.endif
post-patch:
- ${REINPLACE_CMD} -e 's/Qt6 Qt5/Qt6/' \
+ @${REINPLACE_CMD} -e 's/Qt6 Qt5/Qt6/' \
-e 's/program_options system/program_options/' \
- ${WRKSRC}/CMakeLists.txt
- ${REINPLACE_CMD} -e '/Boost::system/d' \
- ${WRKSRC}/components/CMakeLists.txt
+ ${WRKSRC}/CMakeLists.txt
+ @${REINPLACE_CMD} -e '/Boost::system/d' \
+ ${WRKSRC}/components/CMakeLists.txt
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*