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
F132239041: D24397.id70500.diff
Wed, Oct 15, 2:23 AM
Unknown Object (File)
Sat, Oct 4, 4:28 AM
Unknown Object (File)
Sep 15 2025, 3:42 AM
Unknown Object (File)
Sep 13 2025, 8:27 AM
Unknown Object (File)
Sep 12 2025, 11:18 PM
Unknown Object (File)
Sep 12 2025, 10:31 AM
Unknown Object (File)
Sep 11 2025, 3:17 PM
Unknown Object (File)
Sep 11 2025, 2:18 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 30462
Build 28219: arc lint + arc unit

Event Timeline

lang/go/Makefile
38–39

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

40

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