pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lazygit
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed Aug 21 12:23:57 UTC 2024
Modified Files:
pkgsrc/devel/lazygit: Makefile
Log Message:
lazygit: fix NetBSD build
Only build what is being installed, not the integration tests. One of these
tests uses the go-ps package, which (a) has no NetBSD support and (b) is
archived and accepts no new code.
Thanks abs@ for the report about breakage!
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/lazygit/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/lazygit/Makefile
diff -u pkgsrc/devel/lazygit/Makefile:1.44 pkgsrc/devel/lazygit/Makefile:1.45
--- pkgsrc/devel/lazygit/Makefile:1.44 Sun Aug 18 16:23:53 2024
+++ pkgsrc/devel/lazygit/Makefile Wed Aug 21 12:23:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2024/08/18 16:23:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.45 2024/08/21 12:23:57 bsiegert Exp $
DISTNAME= lazygit-0.43.1
CATEGORIES= devel
@@ -11,6 +11,7 @@ COMMENT= Simple terminal UI for git com
LICENSE= mit
INSTALLATION_DIRS+= bin
+GO_BUILD_PATTERN= .
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/lazygit ${DESTDIR}${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index