pkgsrc-WIP-changes archive

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

lima: Remove commented out GO_BUILD_PATTERN



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jun 12 23:32:50 2022 +0200
Changeset:	ec6f2b7dbab590d85ead1e0a899c5353c97fede1

Modified Files:
	lima/Makefile

Log Message:
lima: Remove commented out GO_BUILD_PATTERN

We use upstream Makefile target to build and so we do not need it.

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

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

diffstat:
 lima/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/lima/Makefile b/lima/Makefile
index 45af3eabad..5192a8f778 100644
--- a/lima/Makefile
+++ b/lima/Makefile
@@ -10,10 +10,6 @@ HOMEPAGE=	https://github.com/lima-vm/lima
 COMMENT=	Linux virtual machines for running containerd
 LICENSE=	apache-2.0
 
-#GO_BUILD_PATTERN+=	-ldflags ' \
-#			-X github.com/lima-vm/lima/pkg/version.Version=${GITHUB_TAG}'
-#GO_BUILD_PATTERN+=	./cmd/limactl
-
 MAKE_FLAGS+=	VERSION=${GITHUB_TAG}
 
 USE_TOOLS+=	gmake


Home | Main Index | Thread Index | Old Index