Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2024 16:41:32 GMT
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b3d3fc27fa9 - main - sysutils/bulk_extractor: Fix build error
Message-ID:  <202402161641.41GGfW3s002530@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nobutaka:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b3d3fc27fa95e88812c2a854f9fe6fa9681a19f

commit 8b3d3fc27fa95e88812c2a854f9fe6fa9681a19f
Author:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2024-02-16 16:36:25 +0000
Commit:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2024-02-16 16:40:52 +0000

    sysutils/bulk_extractor: Fix build error
    
    PR:             277014
    Reported by:    mandree
---
 sysutils/bulk_extractor/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile
index fa15b78d40f1..866bdc41d380 100644
--- a/sysutils/bulk_extractor/Makefile
+++ b/sysutils/bulk_extractor/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libabsl_base.so:devel/abseil \
 		libgpg-error.so:security/libgpg-error \
 		libre2.so:devel/re2
 
-USES=		autoreconf compiler:c++17-lang gnome iconv:wchar_t localbase \
+USES=		autoreconf compiler:c++17-lang gnome iconv:wchar_t \
 		pkgconfig python:build sqlite ssl
 USE_GITHUB=	yes
 
@@ -48,7 +48,4 @@ post-extract:
 pre-configure:
 	(cd ${WRKSRC} && ${PYTHON_CMD} etc/makefile_builder.py)
 
-post-configure:
-	${REINPLACE_CMD} -e 's|-isystem -pipe|-pipe -isystem|' ${WRKSRC}/src/Makefile
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402161641.41GGfW3s002530>