update to grace 5.1.13

This commit is contained in:
sturm 2003-11-08 14:30:28 +00:00
parent 857e83a36c
commit 14a89b1a97
6 changed files with 25 additions and 32 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2003/07/23 23:15:16 brad Exp $
# $OpenBSD: Makefile,v 1.16 2003/11/08 14:30:28 sturm Exp $
# $FreeBSD: ports/math/grace/Makefile,v 1.18 2001/04/25 05:59:19 lkoeller Exp $
# Original from: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
COMMENT= "GRaphing, Advanced Computation and Exploration of data"
DISTNAME= grace-5.1.12
PKGNAME= ${DISTNAME}p1
DISTNAME= grace-5.1.13
CATEGORIES= math
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/

View File

@ -1,3 +1,3 @@
MD5 (grace-5.1.12.tar.gz) = d54d1b57edd8daf6f10ac5563a552130
RMD160 (grace-5.1.12.tar.gz) = 1c41cb37e31bdb803afa32aef0a88bdc884c8381
SHA1 (grace-5.1.12.tar.gz) = 1fb34ffe8773fb0b01952b83f288693eb2ff96e1
MD5 (grace-5.1.13.tar.gz) = bc12e2bc373c7ecd6c8d51857a9858dc
RMD160 (grace-5.1.13.tar.gz) = 2bde251eadea3eb0176bc116ef3777b66c0a2d4e
SHA1 (grace-5.1.13.tar.gz) = b32cfe6c5a2b5aca5734a04a76af75d28e08f40b

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-src_defines_h,v 1.1 2003/11/08 14:30:28 sturm Exp $
--- src/defines.h.orig 2001-03-07 23:51:34.000000000 +0100
+++ src/defines.h 2003-11-08 15:22:33.000000000 +0100
@@ -34,6 +34,7 @@
#ifndef __DEFINES_H_
#define __DEFINES_H_
+#include <sys/param.h>
#include <config.h>
/*
@@ -42,7 +43,7 @@
*/
/* max path length */
-#define GR_MAXPATHLEN 256
+#define GR_MAXPATHLEN MAXPATHLEN
/* max length for strings */
#define MAX_STRING_LENGTH 512

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_fontwin_c,v 1.1 2003/07/23 23:15:16 brad Exp $
--- src/fontwin.c.orig Sun Jul 20 19:39:19 2003
+++ src/fontwin.c Sun Jul 20 19:39:43 2003
@@ -320,7 +320,7 @@ static void update_fonttool_cb(int value
Widget font_table = (Widget) data;
FontID = value;
- switch (CheckForFontID(FontID)) {
+ switch (T1_CheckForFontID(FontID)) {
case 0:
T1_LoadFont(FontID);
break;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_t1fonts_c,v 1.1 2003/07/23 23:15:16 brad Exp $
--- src/t1fonts.c.orig Sun Jul 20 19:37:58 2003
+++ src/t1fonts.c Sun Jul 20 19:38:35 2003
@@ -89,7 +89,7 @@ int init_t1(void)
return (RETURN_FAILURE);
}
- nfonts = T1_Get_no_fonts();
+ nfonts = T1_GetNoFonts();
if (nfonts < 1) {
return (RETURN_FAILURE);
}

View File

@ -13,5 +13,3 @@ Flavors:
netcdf - use math/netcdf for network common data form support
xmhtml - use www/xmhtml to use grace's internal HTML browser
for helpfiles etc.
WWW: ${HOMEPAGE}