ports/55104: [patch] lang/mawk: Fix broken configure by re-running autoconf (bento)

Volker Stolz stolz at fump.kawo2.rwth-aachen.de
Thu Jul 31 11:10:16 UTC 2003


>Number:         55104
>Category:       ports
>Synopsis:       [patch] lang/mawk: Fix broken configure by re-running autoconf (bento)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 31 04:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD fump.kawo2.rwth-aachen.de 5.1-CURRENT FreeBSD 5.1-CURRENT #10: Sun Jul 27 15:23:54 CEST 2003 alex at fump.kawo2.rwth-aachen.de:/data/obj/usr/src/sys/ZEROGRAVITY i386


>Description:
There's something in the shipped configure which makes gcc33 trip, cf. bento's log:
checking for -lm... no
checking for log... no
configure: error: Cannot find a math library. You need to set MATHLIB in config.user
>How-To-Repeat:
-STABLE: CC=gcc33 CXX=g++33 make configure
-CURRENT: make configure
>Fix:
Tell the port to regenerate the configure script by running autoconf 2.13
(2.53 won't do!).

--- /usr/ports/lang/mawk/Makefile	Wed Jul 16 12:18:19 2003
+++ Makefile	Thu Jul 31 12:55:21 2003
@@ -16,6 +16,7 @@
 COMMENT=	An implementation of new/posix awk
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_AUTOCONF_VER=	213
 GNU_CONFIGURE=	yes
 ALL_TARGET=
 

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



More information about the freebsd-ports-bugs mailing list