Page MenuHomeFreeBSD

Tidy the Makefiles for devel/freebsd-gcc*. No functional change.
ClosedPublic

Authored by jhb on Mar 4 2021, 11:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 4 2024, 2:59 PM
Unknown Object (File)
Dec 3 2024, 8:10 AM
Unknown Object (File)
Nov 29 2024, 7:59 AM
Unknown Object (File)
Nov 25 2024, 5:49 PM
Unknown Object (File)
Nov 24 2024, 4:43 AM
Unknown Object (File)
Nov 24 2024, 3:03 AM
Unknown Object (File)
Nov 23 2024, 12:31 PM
Unknown Object (File)
Nov 22 2024, 8:06 PM
Subscribers

Details

Summary
  • Sort BUILD_DEPENDS before LIB_DEPENDS and RUN_DEPENDS.
  • Quiet other warnings noted by portlint.

Requested by: mat (1)

Test Plan
  • poudriere bulk -t of all flavors

Diff Detail

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

Event Timeline

jhb requested review of this revision.Mar 4 2021, 11:54 PM
jhb created this revision.
lwhsu added a subscriber: lwhsu.
lwhsu added inline comments.
devel/freebsd-gcc6/Makefile
27

We can have this sorted.

devel/freebsd-gcc9/Makefile
26

This list can be sorted.

This revision is now accepted and ready to land.Mar 5 2021, 2:19 AM
This revision was automatically updated to reflect the committed changes.
jhb marked 2 inline comments as done.