[Bug 276189] multimedia/vmaf: BUILD_DEPENDS explicitly depends on sysutils/xxd even though xxd might have been installed with editors/vim

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 07 Jan 2024 22:19:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276189

            Bug ID: 276189
           Summary: multimedia/vmaf: BUILD_DEPENDS explicitly depends on
                    sysutils/xxd even though xxd might have been installed
                    with editors/vim
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: george@m5p.com
                CC: adamw@FreeBSD.org, gmarco@giovannelli.it,
                    jbeich@FreeBSD.org
                CC: adamw@FreeBSD.org, gmarco@giovannelli.it

This could be characterized as me (the poudriere resistance) building in an
unclean environment again, but multimedia/vmaf/Makefile mistakenly assumes that
the sysutils/xxd utility:

BUILD_DEPENDS=  xxd:sysutils/xxd

Perhaps this could be:

BUILD_DEPENDS= ${LOCALBASE}/bin/xxd

but I'm not really conversant with the proper syntax.

-- 
You are receiving this mail because:
You are the assignee for the bug.