git: d3c98f9f5b93 - main - textproc/augeas: Unbreak on HEAD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 18:36:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3c98f9f5b934d047fdaa0a7d751e66ac16476cd commit d3c98f9f5b934d047fdaa0a7d751e66ac16476cd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-12 15:36:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-12 18:36:06 +0000 textproc/augeas: Unbreak on HEAD Approved by: portmgr (blanket) --- textproc/augeas/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index ec9ea9f669c0..b2ea1b26e647 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -17,10 +17,17 @@ USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip LENSESDIR= ${PREFIX}/share/augeas/lenses +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+=-Wno-error=int-conversion +.endif + post-patch: @${REINPLACE_CMD} -e 's:/bin/bash:/usr/bin/env bash:' ${WRKSRC}/tests/*.sh @${REINPLACE_CMD} -e 's:sed:gsed:' ${WRKSRC}/tests/test-augtool.sh @@ -29,4 +36,4 @@ post-patch: ${WRKSRC}/lenses/puppet_auth.aug \ ${WRKSRC}/lenses/puppetfileserver.aug -.include <bsd.port.mk> +.include <bsd.port.post.mk>