Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 12:59:59 +0200 (CEST)
From:      Volker Stolz <stolz@fump.kawo2.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alex@FreeBSD.org
Subject:   ports/55104: [patch] lang/mawk: Fix broken configure by re-running autoconf (bento)
Message-ID:  <200307311059.h6VAxxO2009228@fump.kawo2.rwth-aachen.de>
Resent-Message-ID: <200307311110.h6VBAEmc028009@freefall.freebsd.org>

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

>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@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:



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