| Summary: | M4 port dies in building with info errors | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | russo |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
russo
2006-12-21 11:30:21 UTC
Responsible Changed From-To: freebsd-ports-bugs->ade Over to maintainer State Changed
From-To: open->closed
Update your ports tree. devel/m4 1.4.8_1 handles the texinfo issue
as follows:
.if ${OSVERSION} < 600000
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
CONFIGURE_ENV+= MAKEINFO=${LOCALBASE}/bin/makeinfo
.endif
|