From owner-freebsd-ports@FreeBSD.ORG Sat Jun 4 01:17:00 2011 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 6CE0D106564A; Sat, 4 Jun 2011 01:17:00 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CD8098FC0C; Sat, 4 Jun 2011 01:16:59 +0000 (UTC) Received: by wyf23 with SMTP id 23so2427447wyf.13 for ; Fri, 03 Jun 2011 18:16:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0BFF6gl48/Tnnr0ybyu10UTJwzoYj8v8kTfwnwoA2Eg=; b=bT75vBdydzyoNGKqhsT2+3tpIW5bVX15YqrDtq0wglz4jBrhIYGJ1DS/fe98lE4xzZ /sUyK/ssQMgnvjeNckDi4sa3o5MUIJ5LThTQRuD4b8mbBWQOmIvG0NkjuRpiQce1VnQK BQjv5UqL5jKTYc/kJPnJ7v6NACkFz2yKODCMU= 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=QWT2I4AMELx7SEz7KEbE0x9rgfM3szOeByG3dZ5TwUMfMvkOAWsDecR74wgto6NDgY zBI6tT0rGsB1RtPFpagss8qTw3OJHrLTgyRaqyoxVbNX/OOk70oQBuMziUhdDYGZGLSQ GQAtDAcWB2t1s6oxJ2w8M2VXLiwunEynFjuZA= MIME-Version: 1.0 Received: by 10.216.231.89 with SMTP id k67mr2379086weq.113.1307150218573; Fri, 03 Jun 2011 18:16:58 -0700 (PDT) Received: by 10.216.35.5 with HTTP; Fri, 3 Jun 2011 18:16:58 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Jun 2011 21:16:58 -0400 Message-ID: From: Aryeh Friedman To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current , FreeBSD Ports ML Subject: Re: 8-STABLE /usr/include/utmp.h and tmpx 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: Sat, 04 Jun 2011 01:17:00 -0000 No will do even though I don't think I have a complete enough list of ports to make a proper report (if in fact it is a per port solution vs. fixing base) On Fri, Jun 3, 2011 at 9:09 PM, Garrett Cooper wrote: > On Fri, Jun 3, 2011 at 5:02 PM, Aryeh Friedman = wrote: >> Some time in the last 2 weeks (I am sure when) a commit caused many >> ports that assume a "standard" utmp/utmp.x to break for example >> x11-toolkits/vte produces: >> >> gnome-pty-helper.c:497: warning: passing argument 4 of 'pty_add' >> discards qualifiers from pointer target type >> mv -f .deps/gnome-pty-helper.Tpo .deps/gnome-pty-helper.Po >> cc -DHAVE_CONFIG_H -I. =A0 -I/usr/local/include =A0-O2 -pipe >> -march=3Dprescott -fno-strict-aliasing -MT gnome-utmp.o -MD -MP -MF >> .deps/gnome-utmp.Tpo -c -o gnome-utmp.o gnome-utmp.c >> gnome-utmp.c: In function 'write_login_record': >> gnome-utmp.c:367: warning: passing argument 1 of 'login' from >> incompatible pointer type >> gnome-utmp.c:374: error: 'struct utmpx' has no member named 'ut_name' >> >> >> This is not the only port that has the issue but it is the only one I >> remember off the top of my head (I manually fixed a few others) > > =A0 =A0Compiles just fine on CURRENT. Did you open a PR for this item? > Thanks, > -Garrett >