From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 17 02:18:50 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 415E31065670 for ; Sun, 17 Jan 2010 02:18:50 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id C9DBC8FC0A for ; Sun, 17 Jan 2010 02:18:49 +0000 (UTC) Received: by ewy26 with SMTP id 26so2234371ewy.3 for ; Sat, 16 Jan 2010 18:18:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yozPD6z45ycdRwgkXlzhVbFOO2jEFaAXfTH72GJzpRE=; b=aBbp+B8l70zNp0yAbOPnPZAZisTSAgMhOidNot8y4PqGuEp9PESn8Il5eVC844X9sf OerxybuMDvKmAKCPnsNrF6Bp5WYmom4bUPLngkDAdEWg784tJDHAuIY6dX0P19BTOgQt WHj1du8SNrF/DexiixhTxpUT2EBJVK5icRMgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kiEVnIYhbaEGNkqAPo1aHuGZLzoCvpuIJEJvOR/2m76X3B4oyjONgrDNf3K4ugUqmd zFaVvfcBHujsTeGZKp3K5GLsxhB88SeYSBS5pOanBcyjM9IUTS874AxdYmtlXn0TUZnp 8T1S9NI8WlDQUZ43m0lh50pjvhS0ZbxP1SR4c= MIME-Version: 1.0 Received: by 10.216.93.75 with SMTP id k53mr1599568wef.209.1263694272524; Sat, 16 Jan 2010 18:11:12 -0800 (PST) In-Reply-To: <20100117020450.GP64905@hoeg.nl> References: <20100116143121.GG64905@hoeg.nl> <20100117020450.GP64905@hoeg.nl> Date: Sat, 16 Jan 2010 21:11:12 -0500 Message-ID: From: Aryeh Friedman To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org Subject: Re: Patch for vte X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2010 02:18:50 -0000 no... but to get my port to compile I needed to to delete the patch then do a manual fix post make patch to (line 54) of the file: #include On Sat, Jan 16, 2010 at 9:04 PM, Ed Schouten wrote: > * Aryeh Friedman wrote: >> This patch is incorrect instead of deleting the include for utmp.h it >> needs to be replaced with one to utmpx on 9-CURRENT (i386) upto date >> as of earlier today. > > You know who was responsible for importing utmpx? > > -- > =A0Ed Schouten > =A0WWW: http://80386.nl/ >