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
Unknown Object (File)
Feb 21 2024, 1:32 AM
Unknown Object (File)
Feb 21 2024, 1:31 AM
Unknown Object (File)
Feb 21 2024, 1:31 AM
Unknown Object (File)
Feb 21 2024, 1:25 AM
Unknown Object (File)
Feb 21 2024, 1:25 AM
Unknown Object (File)
Feb 20 2024, 9:03 PM
Unknown Object (File)
Jan 15 2024, 3:30 AM
Unknown Object (File)
Dec 20 2023, 6:37 AM
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