HomeFreeBSD

Makefile: Fix `make index` on FreeBSD 13

Description

Makefile: Fix make index on FreeBSD 13

With recent main branch make index causes following warning message
on FreeeBSD 13.

make_index: Circular dependency loop found: glib-2.84.1_2,2 depends upon itself.

And it generates empty index file.

The issue seems to happen because /usr/libexec/make_index is used on
FreeBSD 13. So fix it by changing Makefile so Tools/make_index is
always used.

PR: 285999
Approved by: portmgr (implicit, just fix it)

Details

Provenance
yasuAuthored on Apr 26 2025, 10:00 PM
Parents
R11:64f93d6d88b5: net/subnetcalc: Update 2.6.1 => 2.6.4
Branches
Unknown
Tags
Unknown