The port ja-mikachan-ttfonts-8.7 doesn't install the dependency lha which is needed to do a `make extract'. This is, because the dependency is listed as a BUILD_DEPENDS in the Makefile. Fix: If the dependency would be listed as a FETCH_DEPENDS, lha will be built prior to the `make extract'. Here is a diff: --- Makefile~ Fri Apr 25 09:07:59 2003 +++ Makefile Fri Apr 25 09:08:23 2003 @@ -18,7 +18,7 @@ MAINTAINER= sada@FreeBSD.org COMMENT= Handwritten Japanese TrueType fonts by Mika-chan -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha +FETCH_DEPENDS= lha:${PORTSDIR}/archivers/lha NO_CDROM= "Don't sell distfile" EXTRACT_CMD= lha How-To-Repeat: Try to install the port without lha installed.
Responsible Changed From-To: freebsd-ports-bugs->sada Over to maintainer.
State Changed From-To: open->closed Committed, thanks!