From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 21 19:50:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FB091065694 for ; Thu, 21 Jan 2010 19:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D5E28FC1B for ; Thu, 21 Jan 2010 19:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0LJo7hR043954 for ; Thu, 21 Jan 2010 19:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0LJo7MX043953; Thu, 21 Jan 2010 19:50:07 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jan 2010 19:50:07 GMT Resent-Message-Id: <201001211950.o0LJo7MX043953@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Farmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B0831065696 for ; Thu, 21 Jan 2010 19:47:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 68FEA8FC1F for ; Thu, 21 Jan 2010 19:47:30 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0LJlUc4003196 for ; Thu, 21 Jan 2010 19:47:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0LJlURk003195; Thu, 21 Jan 2010 19:47:30 GMT (envelope-from nobody) Message-Id: <201001211947.o0LJlURk003195@www.freebsd.org> Date: Thu, 21 Jan 2010 19:47:30 GMT From: Rob Farmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/143063: [MAINTAINER] [PATCH] editors/texmacs Fix build without utmp.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 19:50:07 -0000 >Number: 143063 >Category: ports >Synopsis: [MAINTAINER] [PATCH] editors/texmacs Fix build without utmp.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 21 19:50:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Rob Farmer >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD pentium4.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r202659: Tue Jan 19 16:02:39 PST 2010 rfarmer@pentium4.predatorlabs.net:/obj/usr/src/sys/PENTIUM4 i386 >Description: Remove include of utmp.h as it doesn't seem to be used by anything >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN texmacs.old/files/patch-plugins__r__src__tm_r.c texmacs/files/patch-plugins__r__src__tm_r.c --- texmacs.old/files/patch-plugins__r__src__tm_r.c 2010-01-20 22:33:03.000000000 -0800 +++ texmacs/files/patch-plugins__r__src__tm_r.c 2010-01-20 22:49:54.000000000 -0800 @@ -1,6 +1,6 @@ ---- plugins/r/src/tm_r.c.orig 2010-01-05 12:02:13.000000000 -0800 -+++ plugins/r/src/tm_r.c 2010-01-05 12:06:43.000000000 -0800 -@@ -11,10 +11,15 @@ +--- plugins/r/src/tm_r.c.orig 2009-11-26 10:55:09.000000000 -0800 ++++ plugins/r/src/tm_r.c 2010-01-20 22:48:57.000000000 -0800 +@@ -11,11 +11,15 @@ #include "config.h" #include @@ -12,11 +12,12 @@ #if HAVE_PTY_H #include #endif +-#include +#endif - #include #include #include -@@ -23,7 +28,6 @@ + #include +@@ -23,7 +27,6 @@ #include @@ -24,7 +25,7 @@ #include #include #include -@@ -469,7 +473,11 @@ +@@ -469,7 +472,11 @@ #endif /* Main pselect switch --------------- */ >Release-Note: >Audit-Trail: >Unformatted: