pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gping



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Oct 20 21:22:56 UTC 2023

Modified Files:
        pkgsrc/net/gping: Makefile

Log Message:
net/gping: fix build with new libgit2

Switch to vendored libgit2 to avoid mismatches.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/gping/Makefile

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

Modified files:

Index: pkgsrc/net/gping/Makefile
diff -u pkgsrc/net/gping/Makefile:1.2 pkgsrc/net/gping/Makefile:1.3
--- pkgsrc/net/gping/Makefile:1.2       Wed Aug  2 18:22:13 2023
+++ pkgsrc/net/gping/Makefile   Fri Oct 20 21:22:56 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/08/02 18:22:13 pin Exp $
+# $NetBSD: Makefile,v 1.3 2023/10/20 21:22:56 pin Exp $
 
 DISTNAME=      gping-1.14.0
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=orf/}
 GITHUB_TAG=    refs/tags/gping-v${PKGVERSION_NOREV}
@@ -16,7 +17,6 @@ WRKSRC=       ${WRKDIR}/gping-gping-v${PKGVERS
 
 USE_TOOLS+=            pkg-config
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
-RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/gping \
@@ -25,5 +25,4 @@ do-install:
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/gping.1
 
 .include "../../lang/rust/cargo.mk"
-.include "../../devel/libgit2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index