git: 863f8db9cb4b - main - sysutils/rdfind: Remove dependency and optimize port
Daniel Engberg <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a6da125.1f176.68f76d6a__12134.7651978553$1785569664$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=863f8db9cb4bff32b6e0f7f9d95b426655115970 commit 863f8db9cb4bff32b6e0f7f9d95b426655115970 Author: Daniel Engberg <[email protected]> AuthorDate: 2026-08-01 06:38:22 +0000 Commit: Daniel Engberg <[email protected]> CommitDate: 2026-08-01 07:32:28 +0000 sysutils/rdfind: Remove dependency and optimize port * Remove USES= autoreconf * Define USES= compiler:c++17-lang * Define INSTALL_TARGET= install-strip for consistency with the tree and simplify port Makefile PR: 296988 Reviewed by: dtxdf (maintainer) --- sysutils/rdfind/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sysutils/rdfind/Makefile b/sysutils/rdfind/Makefile index 1b5121ea1cb5..69dc4a18175f 100644 --- a/sysutils/rdfind/Makefile +++ b/sysutils/rdfind/Makefile @@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnettle.so:security/nettle -USES= autoreconf localbase:ldflags +USES= compiler:c++17-lang localbase:ldflags GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +INSTALL_TARGET= install-strip OPTIONS_DEFINE= XXHASH OPTIONS_DEFAULT=XXHASH @@ -27,7 +28,4 @@ XXHASH_CONFIGURE_WITH= xxhash PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - .include <bsd.port.mk>