git: 4f0b176a99d7 - main - news/inn: Remove com_err.h handling
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Nov 2022 21:41:31 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f0b176a99d7af71eee619cee173d6f1fafcf55b commit 4f0b176a99d7af71eee619cee173d6f1fafcf55b Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2022-11-17 21:39:58 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2022-11-17 21:41:14 +0000 news/inn: Remove com_err.h handling Autoconf will do the right thing Reported by: Julien ELIE <julien@trigofacile.com> --- news/inn/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/news/inn/Makefile b/news/inn/Makefile index 215d23cf1111..43f8ef0bfb22 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -198,9 +198,6 @@ GID!= id -g post-patch: @${REINPLACE_CMD} -E 's!\$$[{(]PATHETC[})]!${EXAMPLESDIR}!g' \ ${WRKSRC}/site/Makefile - @${REINPLACE_CMD} -e 's!et/com_err\.h!com_err.h!g' \ - -e 's!-lk5crypto!!g' \ - ${WRKSRC}/configure ${WRKSRC}/authprogs/auth_krb5.c @${REINPLACE_CMD} -e '/^#pragma/d' ${WRKSRC}/*/*.c .if ${PORT_OPTIONS:MBERKELEYDB} @${REINPLACE_CMD} -e 's!-ldb!-ldb-${BDB_VER}!' ${WRKSRC}/configure