Bug 244388 - sysutils/minikube: fix openBrowser: unsupported operating system: freebsd issue
Summary: sysutils/minikube: fix openBrowser: unsupported operating system: freebsd issue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-25 01:52 UTC by Sergey A. Osokin
Modified: 2020-02-27 23:21 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danilo)


Attachments
sysutils/minikube patch (548 bytes, patch)
2020-02-25 01:52 UTC, Sergey A. Osokin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!