Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2003 22:05:33 +0200 (CEST)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <oliver@FreeBSD.org>
Subject:   ports/54885: update bsd.port.mk to reflect the autoconf update to 257
Message-ID:  <200307262005.h6QK5XUx056560@kartoffel.salatschuessel.net>
Resent-Message-ID: <200307262010.h6QKAC44099832@freefall.freebsd.org>

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

>Number:         54885
>Category:       ports
>Synopsis:       update bsd.port.mk to reflect the autoconf update to 257
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 13:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Jun 24 07:22:19 CEST 2003 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386-4.8/usr/src/sys/KARTOFFEL i386


>Description:
	dev_acver is still 254 but there is no devel/autoconf254 port anymore.
	The devel version is devel/autoconv257

>How-To-Repeat:

>Fix:


--- bsd.port.mk.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.457
diff -u -r1.457 bsd.port.mk
--- bsd.port.mk	22 Jul 2003 03:51:15 -0000	1.457
+++ bsd.port.mk	26 Jul 2003 19:56:36 -0000
@@ -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.diff ends here ---


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



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