| Summary: | minicom-2.00.0 does not build when autoconf-2.52 is installed | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Geoffrey Mainland <mainland> |
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports->anders Over to maintainer State Changed From-To: open->closed Fixed (solved it a somewhat different way however), thanks! |
Port does not build when autoconf-2.52 is installed. Fix: --- Makefile 31 Jan 2002 01:03:58 -0000 1.37 +++ Makefile 3 Feb 2002 20:53:41 -0000 @@ -40,6 +40,9 @@ ${SH} ${SCRIPTDIR}/create-dev-link .endif +post-configure: + ${PERL} -pi -e "s@autoheader@autoheader213@g" ${WRKSRC}/Makefile + post-install: ${CHOWN} uucp:dialer ${PREFIX}/bin/minicom ${CHMOD} 4511 ${PREFIX}/bin/minicom How-To-Repeat: Install autoconf-2.52 and try to make the port