From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 16 21:40:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B30A516A41C for ; Sat, 16 Jul 2005 21:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D8EE43D46 for ; Sat, 16 Jul 2005 21:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6GLeJhG097810 for ; Sat, 16 Jul 2005 21:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6GLeJQ0097809; Sat, 16 Jul 2005 21:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 16 Jul 2005 21:40:19 GMT Resent-Message-Id: <200507162140.j6GLeJQ0097809@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, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D8D16A41C; Sat, 16 Jul 2005 21:34:17 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9210643D46; Sat, 16 Jul 2005 21:34:16 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id C382A11E2F4; Sat, 16 Jul 2005 18:34:14 -0300 (BRT) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with ESMTP id 5A39856C0; Sat, 16 Jul 2005 18:34:14 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 0) id 1E06E55CF; Sat, 16 Jul 2005 18:34:14 -0300 (BRT) Message-Id: <20050716213414.1E06E55CF@corp.grupos.com.br> Date: Sat, 16 Jul 2005 18:34:14 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: danfe@FreeBSD.org Subject: ports/83573: Update port: devel/rote fix build on 4.x pointed by pointyhat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 21:40:20 -0000 >Number: 83573 >Category: ports >Synopsis: Update port: devel/rote fix build on 4.x pointed by pointyhat >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: Sat Jul 16 21:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jul 11 10:07:29 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: - Fix build on 4.x pointed by pointyhat - Update files/patch-rote.c Add files: files/patch-inject.c files/patch-inject_csi.c >How-To-Repeat: >Fix: --- rote.patch begins here --- diff -ruN rote.orig/files/patch-inject.c rote/files/patch-inject.c --- rote.orig/files/patch-inject.c Wed Dec 31 21:00:00 1969 +++ rote/files/patch-inject.c Sat Jul 16 18:26:07 2005 @@ -0,0 +1,10 @@ +--- inject.c.orig Sat Jul 16 18:25:27 2005 ++++ inject.c Sat Jul 16 18:25:47 2005 +@@ -23,6 +23,7 @@ + #include "roteprivate.h" + #include "inject_csi.h" + #include ++#include + + static void cursor_line_down(RoteTerm *rt) { + int i; diff -ruN rote.orig/files/patch-inject_csi.c rote/files/patch-inject_csi.c --- rote.orig/files/patch-inject_csi.c Wed Dec 31 21:00:00 1969 +++ rote/files/patch-inject_csi.c Sat Jul 16 18:27:15 2005 @@ -0,0 +1,10 @@ +--- inject_csi.c.orig Sat Jul 16 18:26:31 2005 ++++ inject_csi.c Sat Jul 16 18:26:50 2005 +@@ -23,6 +23,7 @@ + #include "roteprivate.h" + #include + #include ++#include + + #define MAX_CSI_ES_PARAMS 32 + diff -ruN rote.orig/files/patch-rote.c rote/files/patch-rote.c --- rote.orig/files/patch-rote.c Fri Jun 10 02:07:21 2005 +++ rote/files/patch-rote.c Sat Jul 16 18:28:44 2005 @@ -1,6 +1,6 @@ ---- rote.c.orig Wed Oct 6 19:18:49 2004 -+++ rote.c Fri Jun 10 11:57:27 2005 -@@ -21,8 +21,11 @@ +--- rote.c.orig Wed Oct 6 09:18:49 2004 ++++ rote.c Sat Jul 16 18:28:22 2005 +@@ -21,10 +21,15 @@ #include "rote.h" #include "roteprivate.h" @@ -12,4 +12,17 @@ -#include #include #include ++#include ++#include + RoteTerm *rote_vt_create(int rows, int cols) { + RoteTerm *rt; +@@ -53,7 +58,7 @@ + } + + /* allocate dirtiness array */ +- rt->line_dirty = (bool*) malloc(sizeof(bool) * rt->rows); ++ rt->line_dirty = malloc(sizeof(bool) * rt->rows); + + /* initialization of other public fields */ + rt->crow = rt->ccol = 0; --- rote.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: