From owner-freebsd-ports@FreeBSD.ORG Thu May 19 15:51:10 2005 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 A42F616A4D0 for ; Thu, 19 May 2005 15:51:10 +0000 (GMT) Received: from mail.iso-ne.com (mail.iso-ne.com [205.172.241.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 001A443D5E for ; Thu, 19 May 2005 15:51:09 +0000 (GMT) (envelope-from msoffen@iso-ne.com) Received: (qmail 12127 invoked by uid 0); 19 May 2005 15:51:07 -0000 Received: from unknown (HELO EXCHSULB.iso-ne.com) (10.145.10.106) by mail.iso-ne.com with SMTP; 19 May 2005 15:51:07 -0000 Received: from msoffen.iso-ne.com ([10.145.210.120]) by EXCHSULB.iso-ne.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 19 May 2005 11:51:05 -0400 Received: from msoffen.iso-ne.com (localhost.localdomain [127.0.0.1]) by msoffen.iso-ne.com (8.13.1/8.12.8) with ESMTP id j4JFp5T0006103; Thu, 19 May 2005 11:51:05 -0400 Received: (from msoffen@localhost) by msoffen.iso-ne.com (8.13.1/8.12.11/Submit) id j4JFp2kv006099; Thu, 19 May 2005 11:51:02 -0400 X-Authentication-Warning: msoffen.iso-ne.com: msoffen set sender to msoffen@iso-ne.com using -f From: Matthew Soffen To: Scot Hetzel In-Reply-To: <790a9fff05051907418391836@mail.gmail.com> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> <20050519160428.25a1e630.flynn@energyhq.es.eu.org> <1116511949.4994.27.camel@msoffen.iso-ne.com> <790a9fff05051907418391836@mail.gmail.com> Date: Thu, 19 May 2005 11:51:02 -0400 Message-Id: <1116517862.5492.15.camel@msoffen.iso-ne.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) X-OriginalArrivalTime: 19 May 2005 15:51:05.0810 (UTC) FILETIME=[91039320:01C55C8A] X-Scanned-By: RAE MPP/extblocker http://www.messagepartners.com X-Scanned-By: This message was scanned by MPP v.2 (www.messagepartners.com) X-Scanned-By: RAE MPP/Clamd http://www.messagepartners.com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@freebsd.org cc: Alexander Leidinger cc: kris@obsecurity.org Subject: Re: FreeBSD Port: automake19-1.9.5 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: Thu, 19 May 2005 15:51:10 -0000 On Thu, 2005-05-19 at 09:41 -0500, Scot Hetzel wrote: > On 5/19/05, Matthew Soffen wrote: > > I am curious though, why did FreeBSD ports use things like automake19 > > instead of the way Linux does it with automake-1.9 ? > > > Probably because we thought of it first, and Linux tried to improve on it. ;-) Then there is one more thing you need to "improve" too. Some of the tools do things where they rebuild *.am files , the tools are looking for automake-{VER} , That probably should be patched to use automake19 instead of automake-1.9, yes ? Matt