Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jul 2003 14:05:43 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        portmgr@FreeBSD.org
Subject:   ports/54254: bsd.port.mk contains non-existing autoconf version
Message-ID:  <E19aDhf-0002aC-GM@mx1.fillmore-labs.com>
Resent-Message-ID: <200307091210.h69CADpa052397@freefall.freebsd.org>

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

>Number:         54254
>Category:       ports
>Synopsis:       bsd.port.mk contains non-existing autoconf version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 05:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

bsd.port.mk check for WANT_AUTOCONF_VER 213, 253 or 254,
but port devel/autoconf254 doesn't exists.

>How-To-Repeat:

define
WANT_AUTOCONF_VER=	254
in a ports Makefile

>Fix:

port devel/autoconf257 exists:

--- bsd.port.mk.patch begins here ---
--- Mk/bsd.port.mk.orig	Mon Jul  7 11:05:40 2003
+++ Mk/bsd.port.mk	Wed Jul  9 13:53:09 2003
@@ -222,7 +222,7 @@
 # WANT_AUTOCONF_VER (PORT MAY SET THIS VALUE)
 #				- Implies GNU_CONFIGURE=yes.
 #				- Says that the port wants autoconf; legal values
-#				  are: 213, 253, 254.
+#				  are: 213, 253, 257.
 #				- Each specify a version of autoconf to use
 #				  and appropriatly set AUTOCONF{,_DIR} and other
 #				  autoconf-related program paths.
@@ -1150,7 +1150,7 @@
 dev_amver=	17
 old_acver=	213
 cur_acver=	253
-dev_acver=	254
+dev_acver=	257
 
 ########## automake setup
 .if defined(USE_AUTOMAKE_VER)
--- bsd.port.mk.patch ends here ---

even though this seems a little big fragile on the long run...

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19aDhf-0002aC-GM>