From owner-freebsd-ports@FreeBSD.ORG Sat Jun 4 00:28:48 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 528AA106564A; Sat, 4 Jun 2011 00:28:48 +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 BA5258FC17; Sat, 4 Jun 2011 00:28:47 +0000 (UTC) Received: by wyf23 with SMTP id 23so2410418wyf.13 for ; Fri, 03 Jun 2011 17:28:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=PlaS/QCpKrEfagTC8ffFXWy45yZpCW4b5iGUtVDjfGQ=; b=OE53znOHhW3/XnEJ/ZEvAVG5+uDa8o2AC6CGi684+VWnbNXrklnIvEb9djDXNhaGfh P9Kr8T+YjljLXPUXQ8/KYj6A8oHOSGT8DjeTdYD1q1lUB24BDuwAGnjZgDbcefz91bGq 487ePcSgvK4HPcO7Shs2cjjRYT37Lpa0Xz+U0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oe0np7TT2r/wUTUjdGZOncyWc0ELTCsTdeSWHGJtWhCYiX7kkEETt6HfCGn4ZavxBG PGm8EQqUm0U+0LbXj9jEXR/c14jbZHuUBUdalI2Nr3rEOctSv1AulJJvxUMLmIZJzguq 9UTzkM0NXqxtBr6mp8BOWE3LSBBnb7VsRlOTY= MIME-Version: 1.0 Received: by 10.216.46.21 with SMTP id q21mr7706777web.113.1307145776826; Fri, 03 Jun 2011 17:02:56 -0700 (PDT) Received: by 10.216.35.5 with HTTP; Fri, 3 Jun 2011 17:02:56 -0700 (PDT) Date: Fri, 3 Jun 2011 20:02:56 -0400 Message-ID: From: Aryeh Friedman To: FreeBSD Current , FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: 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 00:28:48 -0000 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. -I/usr/local/include -O2 -pipe -march=prescott -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)