ports/54254: bsd.port.mk contains non-existing autoconf version
Oliver Eikemeier
eikemeier at fillmore-labs.com
Wed Jul 9 12:10:15 UTC 2003
>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:
More information about the freebsd-ports-bugs
mailing list