pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/minikube



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 10:31:45 UTC 2024

Modified Files:
        pkgsrc/net/minikube: DESCR Makefile

Log Message:
minikube: Only for select few platforms


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/minikube/DESCR
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/minikube/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/minikube/DESCR
diff -u pkgsrc/net/minikube/DESCR:1.1 pkgsrc/net/minikube/DESCR:1.2
--- pkgsrc/net/minikube/DESCR:1.1       Fri Jul  5 19:51:46 2024
+++ pkgsrc/net/minikube/DESCR   Mon Sep  9 10:31:45 2024
@@ -2,3 +2,5 @@ minikube implements a local Kubernetes c
 Windows. minikube's primary goals are to be the best tool for local
 Kubernetes application development and to support all Kubernetes
 features that fit.
+
+Note: this package does not support NetBSD.

Index: pkgsrc/net/minikube/Makefile
diff -u pkgsrc/net/minikube/Makefile:1.3 pkgsrc/net/minikube/Makefile:1.4
--- pkgsrc/net/minikube/Makefile:1.3    Fri Sep  6 18:48:51 2024
+++ pkgsrc/net/minikube/Makefile        Mon Sep  9 10:31:45 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2024/09/06 18:48:51 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2024/09/09 10:31:45 nia Exp $
 
 DISTNAME=      minikube-1.33.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kubernetes/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -18,6 +18,11 @@ BINNAME=     minikube-${OPSYS:tl}-${GOARCH}
 BUILD_TARGET+= ${BINNAME}
 MAKE_ENV+=     V=1
 
+ONLY_FOR_PLATFORM=     Darwin-*-aarch64
+ONLY_FOR_PLATFORM+=    Darwin-*-x86_64
+ONLY_FOR_PLATFORM+=    Linux-*-aarch64
+ONLY_FOR_PLATFORM+=    Linux-*-x86_64
+
 do-build:
        cd ${WRKSRC} && \
        ${RUN} ${_ULIMIT_CMD} \



Home | Main Index | Thread Index | Old Index