Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 18:10:39 +0100
From:      AMAKAWA Shuhei <sa264@cam.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lars.Koeller@Uni-Bielefeld.DE
Subject:   ports/58340: math/grace to 5.1.13
Message-ID:  <E1AC01n-0002Oi-Dp@m218-3.phy.cam.ac.uk>
Resent-Message-ID: <200310211720.h9LHKGjV022619@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58340
>Category:       ports
>Synopsis:       math/grace to 5.1.13
>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:   Tue Oct 21 10:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     AMAKAWA Shuhei
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD m218-3.phy.cam.ac.uk 4.9-RC FreeBSD 4.9-RC #1: Fri Oct 17 00:12:38 BST 2003 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386


	
>Description:
	math/grace to 5.1.13

>How-To-Repeat:
	
>Fix:

Removed files:
files/patch-ag
files/patch-ah


diff -uNr /usr/ports/math/grace/Makefile grace/Makefile
--- /usr/ports/math/grace/Makefile	Sat Oct  4 08:24:01 2003
+++ grace/Makefile	Mon Oct 20 07:58:45 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grace
-PORTVERSION=	5.1.12
+PORTVERSION=	5.1.13
 CATEGORIES=	math print
 #
 # You never know when and why it is moved to ../src/old/   :-)
diff -uNr /usr/ports/math/grace/distinfo grace/distinfo
--- /usr/ports/math/grace/distinfo	Fri Apr 11 22:39:36 2003
+++ grace/distinfo	Mon Oct 20 08:00:19 2003
@@ -1 +1 @@
-MD5 (grace-5.1.12.tar.gz) = d54d1b57edd8daf6f10ac5563a552130
+MD5 (grace-5.1.13.tar.gz) = bc12e2bc373c7ecd6c8d51857a9858dc
diff -uNr /usr/ports/math/grace/files/patch-ag grace/files/patch-ag
--- /usr/ports/math/grace/files/patch-ag	Thu Mar 27 13:19:24 2003
+++ grace/files/patch-ag	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
-*** src/t1fonts.c.org	Thu Mar 27 13:00:03 2003
---- src/t1fonts.c	Thu Mar 27 13:00:36 2003
-***************
-*** 89,95 ****
-          return (RETURN_FAILURE);
-      }
-      
-!     nfonts = T1_Get_no_fonts();
-      if (nfonts < 1) {
-          return (RETURN_FAILURE);
-      }
---- 89,95 ----
-          return (RETURN_FAILURE);
-      }
-      
-!     nfonts = T1_GetNoFonts();
-      if (nfonts < 1) {
-          return (RETURN_FAILURE);
-      }
diff -uNr /usr/ports/math/grace/files/patch-ah grace/files/patch-ah
--- /usr/ports/math/grace/files/patch-ah	Thu Mar 27 13:19:24 2003
+++ grace/files/patch-ah	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
-*** src/fontwin.c.org	Thu Mar 27 13:04:56 2003
---- src/fontwin.c	Thu Mar 27 13:05:30 2003
-***************
-*** 320,326 ****
-      Widget font_table = (Widget) data;
-      
-      FontID = value;
-!     switch (CheckForFontID(FontID)) {
-      case 0:
-          T1_LoadFont(FontID);
-          break;
---- 320,326 ----
-      Widget font_table = (Widget) data;
-      
-      FontID = value;
-!     switch (T1_CheckForFontID(FontID)) {
-      case 0:
-          T1_LoadFont(FontID);
-          break;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AC01n-0002Oi-Dp>