From owner-freebsd-ports@FreeBSD.ORG Tue Mar 23 02:21:19 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 8CE6316A4CE for ; Tue, 23 Mar 2004 02:21:19 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD9843D3F for ; Tue, 23 Mar 2004 02:21:18 -0800 (PST) (envelope-from freebsd-ports@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B5j24-00087v-00 for ; Tue, 23 Mar 2004 11:21:16 +0100 Received: from n219078136154.netvigator.com ([219.78.136.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Mar 2004 11:21:16 +0100 Received: from xhidem by n219078136154.netvigator.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Mar 2004 11:21:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Kevin Leung Date: Tue, 23 Mar 2004 18:14:44 +0800 Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: n219078136154.netvigator.com User-Agent: Mozilla Thunderbird 0.5 (X11/20040323) X-Accept-Language: en-us, en Sender: news Subject: Autoconf and Automake limitation in 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: Tue, 23 Mar 2004 10:21:19 -0000 Hi I am porting a new program which requires autoconf258 or greater. I have looked into and found that the devel autoconf version is set to 257. I think we need to remove the 257 "barrier". Could somebody please look into that? Thanks Kevin Leung