From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 29 15:20:08 2003 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 AFE2037B407 for ; Sat, 29 Mar 2003 15:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E718543F85 for ; Sat, 29 Mar 2003 15:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2TNK4NS061752 for ; Sat, 29 Mar 2003 15:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2TNK4n1061751; Sat, 29 Mar 2003 15:20:04 -0800 (PST) Resent-Date: Sat, 29 Mar 2003 15:20:04 -0800 (PST) Resent-Message-Id: <200303292320.h2TNK4n1061751@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, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 370B537B401 for ; Sat, 29 Mar 2003 15:18:54 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 971B643F75 for ; Sat, 29 Mar 2003 15:18:53 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 4189D1435D for ; Sat, 29 Mar 2003 17:18:52 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.8/8.12.3) with ESMTP id h2TNMYeQ074189 for ; Sat, 29 Mar 2003 17:22:35 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.8/8.12.6/Submit) id h2TNMXIx074188; Sat, 29 Mar 2003 17:22:33 -0600 (CST) (envelope-from linimon) Message-Id: <200303292322.h2TNMXIx074188@lonesome.lonesome.com> Date: Sat, 29 Mar 2003 17:22:33 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/50438: [patch] fix checksum and build for graphics/fractorama X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 23:20:17 -0000 >Number: 50438 >Category: ports >Synopsis: [patch] fix checksum and build for graphics/fractorama >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 Mar 29 15:20:04 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Per Kris Kennaway mail, fractorama won't checksum. >How-To-Repeat: make extract >Fix: Note: the following diff makes it build, but I can't get it to do much of anything. Any takers? --- fractorama/distinfo.dist Mon Aug 26 21:20:23 2002 +++ fractorama/distinfo Sat Mar 29 16:56:04 2003 @@ -1 +1 @@ -MD5 (fractorama.tar.gz) = 299046c798f5d73691cf8bc87ed107a9 +MD5 (fractorama.tar.gz) = 2f255156f096cd166f7649ca3582a189 --- fractorama/files/patch-src::lib::fractal::PrintArg.h_dist Sun Dec 22 07:32:26 2002 +++ fractorama/files/patch-src::lib::fractal::PrintArg.h Sat Mar 29 17:10:30 2003 @@ -1,6 +1,6 @@ ---- lib/fractal/PrintArg.h.orig Sat Dec 1 01:27:59 2001 -+++ lib/fractal/PrintArg.h Sun Dec 22 07:00:54 2002 -@@ -1,9 +1,11 @@ +--- lib/fractal/PrintArg.h.orig Sat Feb 1 17:45:00 2003 ++++ lib/fractal/PrintArg.h Sat Mar 29 17:09:13 2003 +@@ -1,10 +1,12 @@ #ifndef _PRINT_ARG_H_ # define _PRINT_ARG_H_ @@ -9,6 +9,7 @@ + class ComplexVariables; class DoubleVariables; + class ColorEnvironment; -class ostream; class PrintArg >Release-Note: >Audit-Trail: >Unformatted: