From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 28 00:10:29 2004 Return-Path: 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 02BA316A4D2 for ; Sat, 28 Aug 2004 00:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE54743D2D for ; Sat, 28 Aug 2004 00:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7S0ARAK063395 for ; Sat, 28 Aug 2004 00:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7S0AR4t063394; Sat, 28 Aug 2004 00:10:27 GMT (envelope-from gnats) Resent-Date: Sat, 28 Aug 2004 00:10:27 GMT Resent-Message-Id: <200408280010.i7S0AR4t063394@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461DE16A4CE for ; Sat, 28 Aug 2004 00:04:06 +0000 (GMT) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC1143D3F for ; Sat, 28 Aug 2004 00:04:05 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.120.140]) by hfep07.dion.ne.jp with SMTP id <20040828000402352.JNVC@hfep07.dion.ne.jp> for ; Sat, 28 Aug 2004 09:04:02 +0900 Message-Id: <20040828090022.21397f90.tkato432@yahoo.com> Date: Sat, 28 Aug 2004 09:00:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71060: Update port: graphics/meshviewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 00:10:29 -0000 >Number: 71060 >Category: ports >Synopsis: Update port: graphics/meshviewer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 28 00:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on -current after gcc 3.4 import New file: files/patch-mesh::matrix3.h files/patch-texture::array3d.h >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/meshviewer/Makefile graphics/meshviewer/Makefile --- /usr/ports/graphics/meshviewer/Makefile Mon Apr 19 11:36:55 2004 +++ graphics/meshviewer/Makefile Fri Aug 27 12:28:23 2004 @@ -21,6 +21,8 @@ QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" +CFLAGS+= -fpermissive + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mview ${PREFIX}/bin .if !defined(NOPORTDOCS) diff -urN /usr/ports/graphics/meshviewer/files/patch-mesh::matrix3.h graphics/meshviewer/files/patch-mesh::matrix3.h --- /usr/ports/graphics/meshviewer/files/patch-mesh::matrix3.h Thu Jan 1 09:00:00 1970 +++ graphics/meshviewer/files/patch-mesh::matrix3.h Fri Aug 27 12:44:24 2004 @@ -0,0 +1,12 @@ +--- mesh/matrix3.h.orig Sun Nov 9 21:01:16 2003 ++++ mesh/matrix3.h Fri Aug 27 12:44:20 2004 +@@ -9,7 +9,8 @@ + #ifndef _MATRIX3_H + #define _MATRIX3_H + +-#include ++#include ++#include + + #define SIZE 3 + diff -urN /usr/ports/graphics/meshviewer/files/patch-texture::array3d.h graphics/meshviewer/files/patch-texture::array3d.h --- /usr/ports/graphics/meshviewer/files/patch-texture::array3d.h Thu Jan 1 09:00:00 1970 +++ graphics/meshviewer/files/patch-texture::array3d.h Fri Aug 27 12:56:23 2004 @@ -0,0 +1,10 @@ +--- texture/array3d.h.orig Sun Nov 9 21:13:01 2003 ++++ texture/array3d.h Fri Aug 27 12:53:54 2004 +@@ -16,6 +16,7 @@ + + Array3D() + { ++ int x, y, z; + x=y=z=0; + data=NULL; + } >Release-Note: >Audit-Trail: >Unformatted: