[Bug 217951] tftp-proxy depends on WITH_PF but not WITH_TFTP

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 20 13:26:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217951

            Bug ID: 217951
           Summary: tftp-proxy depends on WITH_PF but not WITH_TFTP
           Product: Base System
           Version: 11.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: philippe.michel7 at sfr.fr

The tftp proxy is installed if pf is available. From libexec/Makefile :

.if ${MK_PF} != "no"
_tftp-proxy=    tftp-proxy
.endif

Shouldn't it depend on tftpd as well, with something like :

.if ${MK_PF} != "no" && ${MK_TFTP} != "no

and the corresponding changes in OptionalObsoleteFiles.inc ?

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


More information about the freebsd-bugs mailing list