From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 17 02:50:29 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 E5D7116A4CE for ; Wed, 17 Dec 2003 02:50:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1856843D41 for ; Wed, 17 Dec 2003 02:50:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBHAoKFR008396 for ; Wed, 17 Dec 2003 02:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBHAoKE3008395; Wed, 17 Dec 2003 02:50:20 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 17 Dec 2003 02:50:20 -0800 (PST) Resent-Message-Id: <200312171050.hBHAoKE3008395@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, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF0116A4CE for ; Wed, 17 Dec 2003 02:42:41 -0800 (PST) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.119]) by mx1.FreeBSD.org (Postfix) with SMTP id EACA843D50 for ; Wed, 17 Dec 2003 02:42:39 -0800 (PST) (envelope-from erik@phoenix.smluc.org) Received: (qmail 20871 invoked by uid 1000); 17 Dec 2003 10:42:36 -0000 Message-Id: <20031217104236.20870.qmail@phoenix.smluc.org> Date: 17 Dec 2003 10:42:36 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/60325: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 10:50:29 -0000 >Number: 60325 >Category: ports >Synopsis: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 17 02:50:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Dec 9 13:25:40 EST 2003 erik@fenris:/mnt/ad5/fbsd/usr/src/sys/FENRIS i386 >Description: release email: Fixed bugs in matrix decomposition routine and configuration process. Adapted to Gauche-0.7.3. >How-To-Repeat: >Fix: --- gauche-gl.patch begins here --- diff -Nurb graphics/gauche-gl.orig/Makefile graphics/gauche-gl/Makefile --- graphics/gauche-gl.orig/Makefile Wed Dec 17 04:26:59 2003 +++ graphics/gauche-gl/Makefile Wed Dec 17 04:32:37 2003 @@ -6,7 +6,7 @@ # PORTNAME= gl -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.1 CATEGORIES= graphics scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche diff -Nurb graphics/gauche-gl.orig/distinfo graphics/gauche-gl/distinfo --- graphics/gauche-gl.orig/distinfo Wed Dec 17 04:26:59 2003 +++ graphics/gauche-gl/distinfo Wed Dec 17 04:32:45 2003 @@ -1 +1 @@ -MD5 (Gauche-gl-0.2.2.tgz) = a24077575bd143ac48f312ba37d3b31a +MD5 (Gauche-gl-0.3.1.tgz) = fada91aa19e8a8781b3a3cf9e5c86bd2 diff -Nurb graphics/gauche-gl.orig/pkg-plist graphics/gauche-gl/pkg-plist --- graphics/gauche-gl.orig/pkg-plist Wed Dec 17 04:26:59 2003 +++ graphics/gauche-gl/pkg-plist Wed Dec 17 04:36:56 2003 @@ -1,6 +1,6 @@ -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-gl.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-glut.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-math3d.so +lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-gl.so +lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-glut.so +lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-math3d.so lib/gauche/%%VERSION%%/include/gauche/math3d.h share/gauche/%%VERSION%%/lib/gl.scm share/gauche/%%VERSION%%/lib/gl/glut.scm --- gauche-gl.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: