From owner-cvs-all@FreeBSD.ORG Wed Oct 1 07:12:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3902416A4BF for ; Wed, 1 Oct 2003 07:12:18 -0700 (PDT) Received: from smtp1.sea.theriver.com (smtp1.sea.theriver.com [216.39.128.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 0133E4402D for ; Wed, 1 Oct 2003 07:12:13 -0700 (PDT) (envelope-from damm@fpsn.net) Received: (qmail 32639 invoked from network); 1 Oct 2003 14:12:13 -0000 Received: from portal.aphroland.org (HELO 10.10.10.132-unassigned.aphroland.org) (216.39.174.24) by smtp1.sea.theriver.com with SMTP; 1 Oct 2003 14:12:13 -0000 From: Scott Likens To: Peter Pentchev In-Reply-To: <20031001133904.GR551@straylight.oblivion.bg> References: <200309301227.h8UCRg5J081765@repoman.freebsd.org> <20031001133904.GR551@straylight.oblivion.bg> Content-Type: text/plain Message-Id: <1065017536.4056.1.camel@desolation.livid.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 01 Oct 2003 07:12:16 -0700 Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Edwin Groothuis Subject: Re: cvs commit: ports/net/lft Makefile ports/net/lft/files patch-lft.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 14:12:18 -0000 On Wed, 2003-10-01 at 06:39, Peter Pentchev wrote: > On Tue, Sep 30, 2003 at 05:27:42AM -0700, Edwin Groothuis wrote: > > edwin 2003/09/30 05:27:42 PDT > > > > FreeBSD ports repository > > > > Modified files: > > net/lft Makefile > > net/lft/files patch-lft.c > > Log: > > patch for net/lft > > > > ports/net/lft has a slight problem on 4.x servers > > > > GCC 2.95 does not support atol on 4.x, where as 5.x has > > atol, to solve this slight problem we must use either a > > version check, or use depreciated atoll > > > > Informed maintainer. > > However, my 4.9-RC doesn't have atoll(3) at all - neither as a manpage, > nor even in the src/lib/libc/stdlib/ sources. How about the following > patch, which makes it use strtoll(3) instead? > > G'luck, > Peter Yes, 4.x does not have atol, it should have atoll instead. If this can be verified that atoll has been removed from 4.9 please let me know. But rest assured, it is there. If not, some major catastrophy has happened and the world has ended. Scott.