Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2002 12:59:14 -0800 (PST)
From:      Geoffrey Mainland <mainland@apeiron.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34593: minicom-2.00.0 does not build when autoconf-2.52 is installed
Message-ID:  <200202032059.g13KxEX27415@anaximander.apeiron.net>

next in thread | raw e-mail | index | archive | help

>Number:         34593
>Category:       ports
>Synopsis:       minicom-2.00.0 does not build when autoconf-2.52 is installed
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 03 13:00:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Geoffrey Mainland
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD anaximander.apeiron.net 4.5-STABLE FreeBSD 4.5-STABLE #4: Fri Feb 1 02:38:28 PST 2002 toor@anaximander.apeiron.net:/.amd_mnt/anaximander/home01/freebsd-src/obj/.amd_mnt/anaximander/home01/freebsd-src/src/sys/APEIRON i386

>Description:
	Port does not build when autoconf-2.52 is installed.
>How-To-Repeat:
	Install autoconf-2.52 and try to make the port
>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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202032059.g13KxEX27415>