From owner-freebsd-ports@FreeBSD.ORG Fri Sep 21 16:20:57 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 152C616A46D for ; Fri, 21 Sep 2007 16:20:57 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id B7CCB13C474 for ; Fri, 21 Sep 2007 16:20:56 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=nexii.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.44 (FreeBSD)) id 1IYlFO-000PWT-VP for freebsd-ports@freebsd.org; Fri, 21 Sep 2007 20:20:55 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id F166F17041 for ; Fri, 21 Sep 2007 20:20:06 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 1CDBC4096; Fri, 21 Sep 2007 20:22:08 +0400 (MSD) Date: Fri, 21 Sep 2007 20:22:08 +0400 From: Dmitry Marakasov To: freebsd-ports@freebsd.org Message-ID: <20070921162208.GA83826@hades.panopticon> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp65.agava.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - amdmi3.ru X-Source: X-Source-Args: X-Source-Dir: Subject: porting software using glibc's getline() X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 16:20:57 -0000 Hi! I have a problem porting a piece of software that use getline(char**, int*, FILE*). This function is only present in glibc so I wonder what do I do in this case? Maybe there is some port which provides required functionality (like for example argp-standalone)? -- Best regards, Dmitry Marakasov mailto:amdmi3@amdmi3.ru