From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 8 17:00:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA9B316A4B3 for ; Wed, 8 Oct 2003 17:00:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B0E43FDD for ; Wed, 8 Oct 2003 17:00:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9900bFY015033 for ; Wed, 8 Oct 2003 17:00:37 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9900bTG015032; Wed, 8 Oct 2003 17:00:37 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 8 Oct 2003 17:00:37 -0700 (PDT) Resent-Message-Id: <200310090000.h9900bTG015032@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D70E816A4B3 for ; Wed, 8 Oct 2003 16:54:43 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E38043FE5 for ; Wed, 8 Oct 2003 16:54:41 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id F1E843E9D9F for ; Thu, 9 Oct 2003 07:54:39 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04563-06 for ; Thu, 9 Oct 2003 07:54:33 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id D0B553E9D9E; Thu, 9 Oct 2003 07:54:32 +0800 (CST) Message-Id: <20031008235432.D0B553E9D9E@utopia.leeym.com> Date: Thu, 9 Oct 2003 07:54:32 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57774: update Mk/bsd.port.mk: set dev_acver=257 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yen-Ming Lee List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 00:00:39 -0000 >Number: 57774 >Category: ports >Synopsis: update Mk/bsd.port.mk: set dev_acver=257 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 08 17:00:36 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.1-RELEASE-p8 FreeBSD 5.1-RELEASE-p8 #19: Mon Sep 29 12:15:15 CST 2003 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386 >Description: autoconf254 is replaced by autoconf257 >How-To-Repeat: build any port with USE_AUTOCONF_VER=254 >Fix: --- bsd.port.mk.diff begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.468 diff -u -r1.468 bsd.port.mk --- bsd.port.mk 3 Sep 2003 19:50:24 -0000 1.468 +++ bsd.port.mk 8 Oct 2003 23:20:37 -0000 @@ -221,7 +221,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. @@ -1185,7 +1185,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: