pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ripgrep
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 21:46:46 UTC 2023
Modified Files:
pkgsrc/textproc/ripgrep: Makefile
Log Message:
ripgrep: use cargo.mk's install
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ripgrep/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ripgrep/Makefile
diff -u pkgsrc/textproc/ripgrep/Makefile:1.18 pkgsrc/textproc/ripgrep/Makefile:1.19
--- pkgsrc/textproc/ripgrep/Makefile:1.18 Thu Aug 5 08:44:56 2021
+++ pkgsrc/textproc/ripgrep/Makefile Wed May 17 21:46:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/08/05 08:44:56 pin Exp $
+# $NetBSD: Makefile,v 1.19 2023/05/17 21:46:46 wiz Exp $
DISTNAME= ripgrep-13.0.0
CATEGORIES= textproc
@@ -13,17 +13,12 @@ LICENSE= unlicense
USE_TOOLS+= pkg-config
-INSTALLATION_DIRS= bin
-
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre2}/lib
RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.pcre2}/lib
CARGO_NO_DEFAULT_FEATURES= YES
CARGO_FEATURES+= pcre2
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/target/release/rg ${DESTDIR}${PREFIX}/bin
-
.include "../../lang/rust/cargo.mk"
.include "../../devel/pcre2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index