From owner-freebsd-ports@FreeBSD.ORG Mon May 31 08:45:42 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C8816A4CE; Mon, 31 May 2004 08:45:42 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77BB43D55; Mon, 31 May 2004 08:45:40 -0700 (PDT) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) i4VFjDDv058071 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 31 May 2004 17:45:14 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)i4VFjDEs058068; Mon, 31 May 2004 17:45:13 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1])i4VFeiIs057378; Mon, 31 May 2004 17:40:49 +0200 (CEST) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)i4VFehGN057377; Mon, 31 May 2004 17:40:43 +0200 (CEST) (envelope-from andreas) Date: Mon, 31 May 2004 17:40:43 +0200 From: Andreas Klemm To: ade@FreeBSD.org Message-ID: <20040531154043.GA53086@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 5.2.1-RELEASE-p7 X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.6i cc: freebsd-ports@FreeBSD.org Subject: bug in bsd.autotools.mk: doesn't honour autoconf259 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2004 15:45:42 -0000 Hi, want to compile and install dspam developement version which needs newest "auto-tools": - autoconf 2.59 and - automake 1.8 Trying to compile automake18 from ports collection fails: root@titan[ttyp2]{290} /usr/ports/devel/automake18 make ===> automake-1.8.4_1 is marked as broken: unknown AUTOCONF version: 259. Reason is, that bsd.autotools.mk,v 1.1 only knows about autoconf versions: 213, 253, 257. This small patch helped to compile and install automake 1.8 successfully. Only don't know, if its ok to simply replace dev_acver=257 with 259. Maybe this breaks other ports ? cvs diff: Diffing . Index: bsd.autotools.mk =================================================================== RCS file: /export/ncvs/ports/Mk/bsd.autotools.mk,v retrieving revision 1.1 diff -u -r1.1 bsd.autotools.mk --- bsd.autotools.mk 19 Apr 2004 01:37:11 -0000 1.1 +++ bsd.autotools.mk 31 May 2004 15:36:24 -0000 @@ -19,7 +19,7 @@ # WANT_AUTOCONF_VER (PORT MAY SET THIS VALUE) # - Implies GNU_CONFIGURE=yes. # - Says that the port wants autoconf; legal values -# are: 213, 253, 257. +# are: 213, 253, 257, 259. # - Each specify a version of autoconf to use # and appropriatly set AUTOCONF{,_DIR} and other # autoconf-related program paths. @@ -123,7 +123,7 @@ dev_amver= 17 old_acver= 213 cur_acver= 253 -dev_acver= 257 +dev_acver= 259 ########## automake setup .if defined(USE_AUTOMAKE_VER) At least something has to be done, to make automake 1.8 compileable. Is this e-mail enough or do you need a PR as reminder ? Best regards Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/