Created attachment 220705 [details] patch I have attempted to update the port, but I am encountering this build failure: # github.com/coreos/etcd/clientv3 vendor/github.com/coreos/etcd/clientv3/health_balancer.go:54:10: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:60:18: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:137:54: undefined: grpc.BalancerConfig vendor/github.com/coreos/etcd/clientv3/health_balancer.go:208:41: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:383:34: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:434:38: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:470:56: undefined: grpc.BalancerGetOptions vendor/github.com/coreos/etcd/clientv3/health_balancer.go:470:82: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:518:44: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:577:22: undefined: grpc.Address vendor/github.com/coreos/etcd/clientv3/health_balancer.go:577:22: too many errors Maybe someone else will be able to fix it.
Created attachment 220706 [details] updated patch I fixed that error, but now I have: # k8s.io/klog vendor/k8s.io/klog/klog.go:1280:34: cannot use logging.logr.V(int(level)) (type logr.InfoLogger) as type logr.Logger in field value: logr.InfoLogger does not implement logr.Logger (missing Error method)
Created attachment 220707 [details] updated patch I got it working!
Created attachment 220708 [details] build log
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/236655209
Created attachment 222111 [details] updated patch New patch to update to 0.14.5