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)
Mon, Mar 31, 9:52 AM
Unknown Object (File)
Thu, Mar 20, 2:55 PM
Unknown Object (File)
Fri, Mar 7, 8:24 AM
Unknown Object (File)
Mar 1 2025, 8:11 AM
Unknown Object (File)
Feb 27 2025, 6:45 PM
Unknown Object (File)
Feb 24 2025, 5:57 PM
Unknown Object (File)
Feb 5 2025, 8:43 PM
Unknown Object (File)
Jan 18 2025, 10:58 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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lang/go/Makefile
39–40 ↗(On Diff #70494)

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 ↗(On Diff #70494)

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 ↗(On Diff #70500)

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 ↗(On Diff #70500)

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