Bug 244388

Summary: sysutils/minikube: fix openBrowser: unsupported operating system: freebsd issue
Product: Ports & Packages Reporter: Sergey A. Osokin <osa>
Component: Individual Port(s)Assignee: Danilo Egea Gondolfo <danilo>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (danilo)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sysutils/minikube patch none

Description Sergey A. Osokin freebsd_committer freebsd_triage 2020-02-25 01:52:54 UTC
Created attachment 211919 [details]
sysutils/minikube patch

Hi,

I was playing with sysutils/minikub when I've got an issue with minikube.
When I request a service with the following command I get the error:

% minikube service kubia-http

|-----------|------------|-------------|-----------------------------|
| NAMESPACE |    NAME    | TARGET PORT |             URL             |
|-----------|------------|-------------|-----------------------------|
| default   | kubia-http |             | http://192.168.99.100:31166 |
|-----------|------------|-------------|-----------------------------|
* Opening service default/kubia-http in default browser...
* 
X open url failed: http://192.168.99.100:31166: openBrowser: unsupported operating system: freebsd
* 
* minikube is exiting due to an error. If the above message is not useful, open an issue:
  - https://github.com/kubernetes/minikube/issues/new/choose


I've attached the patch to fix the issue.

Thanks.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-27 23:16:26 UTC
A commit references this bug:

Author: danilo
Date: Thu Feb 27 23:16:03 UTC 2020
New revision: 527313
URL: https://svnweb.freebsd.org/changeset/ports/527313

Log:
  - Fix openBrowser: unsupported operating system [1]
  - Update to 1.7.3

  PR:		244388
  Submitted by:	osa [1]

Changes:
  head/sysutils/minikube/Makefile
  head/sysutils/minikube/distinfo
  head/sysutils/minikube/files/patch-vendor_github.com_pkg_browser_browser__unsupported.go
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2020-02-27 23:21:25 UTC
Committed. Thanks!