pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/jj
Module Name: pkgsrc
Committed By: pin
Date: Sat Oct 21 18:56:02 UTC 2023
Modified Files:
pkgsrc/devel/jj: Makefile
Log Message:
devel/jj: fix build with new libgit2
Switch to vendored libgit2 to avoid mismatches.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/jj/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/jj/Makefile
diff -u pkgsrc/devel/jj/Makefile:1.3 pkgsrc/devel/jj/Makefile:1.4
--- pkgsrc/devel/jj/Makefile:1.3 Fri Oct 13 09:57:34 2023
+++ pkgsrc/devel/jj/Makefile Sat Oct 21 18:56:01 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/10/13 09:57:34 pin Exp $
+# $NetBSD: Makefile,v 1.4 2023/10/21 18:56:01 pin Exp $
DISTNAME= jj-0.10.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=martinvonz/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -19,13 +19,11 @@ USE_TOOLS+= pkg-config
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
-RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/jj \
${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
-.include "../../devel/libgit2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index