Page MenuHomeFreeBSD

lang/go-devel: Convert to slave of lang/go, apply D24122
ClosedPublic

Authored by dmgk on Apr 13 2020, 3:13 PM.
Tags
None
Referenced Files
F171245674: D24397.id70494.diff
Wed, Sep 9, 7:42 PM
Unknown Object (File)
Sat, Aug 22, 3:48 PM
Unknown Object (File)
Sat, Aug 22, 12:52 PM
Unknown Object (File)
Sat, Aug 22, 10:31 AM
Unknown Object (File)
Sat, Aug 22, 9:19 AM
Unknown Object (File)
Fri, Aug 21, 3:49 PM
Unknown Object (File)
Fri, Aug 21, 1:09 PM
Unknown Object (File)
Fri, Aug 21, 12:55 PM
Subscribers

Details

Summary
- Convert to slave port of lang/go
- Apply D24122 (similar to r530387 for lang/go) to relax module consistency
  checks in go1.14 mode
Test Plan

poudriere testport: OK for both lang/go and lang/go-devel

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 30456
Build 28213: arc lint + arc unit

Event Timeline

lang/go/Makefile
39–40

Unrelated to this review, but these are now flagged by portscan/portclippy. Can you drop them? Without setting SHEBANG_LANG=sh they are unused.

42

Overwrites the one from go-devel. Use ?=.

dmgk marked 2 inline comments as done.
  • remove sh*CMD
  • do not overwrite CONFLICTS_INSTALL

Thanks. One more nit but otherwise LGTM.

lang/go/Makefile
16

Oh, COMMENT also needs ?=.

This revision is now accepted and ready to land.Apr 13 2020, 4:19 PM
  • also leave COMMENT alone
This revision now requires review to proceed.Apr 13 2020, 4:28 PM
dmgk marked an inline comment as done.Apr 13 2020, 4:29 PM
dmgk added inline comments.
lang/go/Makefile
16

Thanks for catching these.

dmgk marked an inline comment as done.Apr 13 2020, 4:31 PM
This revision is now accepted and ready to land.Apr 13 2020, 6:53 PM