Summary: | net/clash: Switch to USES=go:modules, fix build with go1.13 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitri Goutnik <dmgk> | ||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | yuri | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Committed, thanks! A commit references this bug: Author: yuri Date: Thu Aug 15 18:32:00 UTC 2019 New revision: 509041 URL: https://svnweb.freebsd.org/changeset/ports/509041 Log: net/clash: Switch to USES=go:modules, fix build with go1.13 PR: 239863 Submitted by: Dmitri Goutnik <dg@syrec.org> Changes: head/net/clash/Makefile head/net/clash/distinfo |
Created attachment 206551 [details] patch file ===> Building for clash-0.15.0 $GOPATH/go.mod exists but should not *** Error code 1 - Switch to USES=go:modules, this also fixes the build with go1.13 - Remove custom targets QA: poudriere testport: OK (120a-go1.12.8, 120a-go-devel)