Bug 34593 - minicom-2.00.0 does not build when autoconf-2.52 is installed
Summary: minicom-2.00.0 does not build when autoconf-2.52 is installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anders Nordby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-03 21:00 UTC by Geoffrey Mainland
Modified: 2002-04-10 20:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Mainland 2002-02-03 21:00:00 UTC
	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
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-02-05 08:32:38 UTC
Responsible Changed
From-To: freebsd-ports->anders

Over to maintainer
Comment 2 Anders Nordby freebsd_committer freebsd_triage 2002-04-10 20:39:17 UTC
State Changed
From-To: open->closed

Fixed (solved it a somewhat different way however), thanks!