pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Apply same fix as in main



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Mar 30 18:42:58 2025 +0200
Changeset:	e5eaafa7628db8045af11ec11783a939bc54078d

Modified Files:
	cargo-c/Makefile
	cargo-edit/Makefile

Log Message:
Apply same fix as in main

https://mail-index.netbsd.org/pkgsrc-changes/2025/03/29/msg320144.html

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e5eaafa7628db8045af11ec11783a939bc54078d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cargo-c/Makefile    | 2 ++
 cargo-edit/Makefile | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/cargo-c/Makefile b/cargo-c/Makefile
index e993dcaef0..50e4229c01 100644
--- a/cargo-c/Makefile
+++ b/cargo-c/Makefile
@@ -36,4 +36,6 @@ do-install:
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/cargo-edit/Makefile b/cargo-edit/Makefile
index 415f2eefe8..aba9ee2d3d 100644
--- a/cargo-edit/Makefile
+++ b/cargo-edit/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=killercup/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
-MAINTAINER=	pin%NetBSD.org@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/killercup/cargo-edit/
 COMMENT=	Utility for managing cargo dependencies from the command line
 LICENSE=	mit


Home | Main Index | Thread Index | Old Index