https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238667
Bug ID: 238667 Summary: make build-depends-list / run-depends-list / pretty-print-build-depends-list / pretty-print-run-depends-list not working Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: matthias+freebsd+bugzi...@harz.de CC: k...@freebsd.org, pyt...@freebsd.org CC: k...@freebsd.org, pyt...@freebsd.org "make build-depends-list" in a port Directory should list all dependencies of he port an all dependencies of those dependencies (recusion over all dependencies) cd /usr/ports/devel/cmake make build-depends-list /bs/repo/x12ports/ports-mgmt/pkg /bs/repo/x12ports/textproc/py-sphinx /bs/repo/x12ports/ftp/curl /bs/repo/x12ports/textproc/expat2 /bs/repo/x12ports/devel/jsoncpp /bs/repo/x12ports/devel/libuv /bs/repo/x12ports/security/rhash /bs/repo/x12ports/archivers/libarchive cd /usr/ports/textproc/py-sphinx make build-depends-list /bs/repo/x12ports/ports-mgmt/pkg /bs/repo/x12ports/devel/py-Jinja2 /bs/repo/x12ports/textproc/py-docutils /bs/repo/x12ports/devel/py-six /bs/repo/x12ports/devel/py-setuptools /bs/repo/x12ports/lang/python36 shows that no recursion ist happening. same thing with "make run-depends-list" "make pretty-print-run-depends-list" and "make pretty-print-build-depends-list" ist totaly hosed as it shows non dependencies at all. BONUS: All dependencies pulled in bei "USES=" e.g. "USES= groff" sont Show up at all. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"