From owner-freebsd-current@FreeBSD.ORG Wed Mar 10 20:58:45 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5F861065672; Wed, 10 Mar 2010 20:58:45 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 7F98B8FC70; Wed, 10 Mar 2010 20:58:44 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id o2AKwb9j042270; Wed, 10 Mar 2010 21:58:38 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <4B9807FC.1020003@fgznet.ch> Date: Wed, 10 Mar 2010 21:58:36 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.8) Gecko/20100227 Lightning/1.0b1 Thunderbird/3.0.3 MIME-Version: 1.0 To: Ed Schouten , nobutaka@FreeBSD.org, Current References: <4B5227B6.40406@fgznet.ch> <20100117013602.GO64905@hoeg.nl> <4B52FE83.9070705@fgznet.ch> <4B6F2895.4080802@fgznet.ch> In-Reply-To: <4B6F2895.4080802@fgznet.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: Subject: Re: PING: Re: HEADS UP: gone. All welcome . X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2010 20:58:46 -0000 Ping again. Tia, Andreas On 07.02.10 21:54, Andreas Tobler wrote: > Hi all, > > On 17.01.10 13:11, Andreas Tobler wrote: > >> On 17.01.10 02:36, Ed Schouten wrote: >> >>> * Andreas Tobler wrote: >>>> So far everything went smooth. But one issue I have, I use mlterm >>>> (/usr/ports/x11/mlterm) and here I fail to build it. >>>> >>>> kik_utmp_bsd.c:28:2: error: #error "UT_LINESIZE is not defined." >>>> kik_utmp_bsd.c:32:2: error: #error "_PATH_UTMP is not defined." >>>> kik_utmp_bsd.c:36:2: error: #error "_PATH_WTMP is not defined." >>>> kik_utmp_bsd.c:40:2: error: #error "_PATH_LASTLOG is not defined." >>>> >>>> I see they where defined in utmp.h, but I do not see how to >>>> handle/patch this with the current situation. >>>> >>>> Would you mind giving me a hand on how to fix this? I'm willing to >>>> hack/test. >>> >>> Could you try the attached patch? Nobutaka, if the patch works properly, >>> could you commit it to CVS, please? >> >> Thanks a lot! >> >> Works here so far. > > I use the patch you sent me with success. Everytime I sync the ports > tree it is gone :( > > Is there something we forgot to test? Or why is this patch not committed > to the ports tree? > > If you'd need some help/test from my side, please tell me.