git: e165e4038015 - main - x11-wm/chamfer: drop devel/boost-python-libs workaround after 746098895d20
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 00:25:57 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e165e4038015315cd65fc4c79ceb41dc2d134fec commit e165e4038015315cd65fc4c79ceb41dc2d134fec Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-27 00:22:22 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-27 00:23:23 +0000 x11-wm/chamfer: drop devel/boost-python-libs workaround after 746098895d20 https://github.com/mesonbuild/meson/commit/4e52a0f7fd9f --- x11-wm/chamfer/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile index 89984dfbfbca..787655cd0b21 100644 --- a/x11-wm/chamfer/Makefile +++ b/x11-wm/chamfer/Makefile @@ -37,9 +37,7 @@ post-patch: @${REINPLACE_CMD} -e 's,/usr,${PREFIX},' \ ${WRKSRC}/src/config.cpp ${WRKSRC}/src/main.cpp # XXX import('python').find_installation().dependency() -# XXX https://github.com/mesonbuild/meson/issues/4788 @${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \ - -e '/boost/s/python3/python${PYTHON_SUFFIX}/' \ -e '/boost/s/,/,static:true,/' \ ${WRKSRC}/meson.build