devel/freebsd-gcc6: Retire obsolete port.
Supported FreeBSD versions can no longer be built with GCC 6 and
users wishing to compile FreeBSD with GCC are encouraged to use
devel/freebsd-gcc9 or devel/freebsd-gcc12 instead.
Reviewed by: manu, otis
Differential Revision: https://reviews.freebsd.org/D39218
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
Tidy the Makefiles for devel/freebsd-gcc*. No functional change.
- Sort BUILD_DEPENDS before LIB_DEPENDS and RUN_DEPENDS.
- Quiet other warnings noted by portlint.
- Sort USES.
Requested by: mat (1), lwhsu (3)
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D29072