Bug 34593

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   

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!