diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GMT/distinfo | 4 | ||||
-rw-r--r-- | graphics/GMT/patches/patch-ai | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GMT/distinfo b/graphics/GMT/distinfo index 1d17a0791b3..4ca6ed5c2ae 100644 --- a/graphics/GMT/distinfo +++ b/graphics/GMT/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2001/04/20 17:16:19 jtb Exp $ +SHA1 (patch-aa) = b36fa4900d8f27b1c9663172ccf95b8810f0afcc SHA1 (GMT3.4/GMT3.4_progs.tar.bz2) = b9fa8f60fe20ff9509ef3ebdf15fcc74e01d3f95 Size (GMT3.4/GMT3.4_progs.tar.bz2) = 551406 bytes @@ -24,7 +24,7 @@ SHA1 (patch-ae) = e543e7593b949e1476d9f8b8f85b65a892967fb1 SHA1 (patch-af) = eac4b86614b6ffe88a3790b37b3f0b17f999947d SHA1 (patch-ag) = d78cf5b95dd18e4aa5aca68fd62a5793ec7d966f SHA1 (patch-ah) = 80fe4869af2c3c2eacf4f24dd9e6585153479f41 -SHA1 (patch-ai) = 039e4164425eed0a3ea03867cce3f55c0ee36d4a +SHA1 (patch-ai) = e95feed7fde9fb7a5a98cd3c73d0d9d7c057af43 SHA1 (patch-aj) = 1b4994e217756f1a6978e6b4bbc3e7e7b2a26351 SHA1 (patch-ak) = 78a08380047c154cf11ad41d94619e05375b7a6d SHA1 (patch-al) = 21b50de82954941058ca8fc81337b013f67f878c diff --git a/graphics/GMT/patches/patch-ai b/graphics/GMT/patches/patch-ai index 0dee1abccf3..e08af6cabce 100644 --- a/graphics/GMT/patches/patch-ai +++ b/graphics/GMT/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.2 2001/04/19 20:51:32 jtb Exp $ +$NetBSD: patch-ai,v 1.3 2001/05/19 23:46:38 jtb Exp $ --- src/pslib.c.orig Thu Apr 19 18:02:08 2001 +++ src/pslib.c @@ -7,7 +7,7 @@ $NetBSD: patch-ai,v 1.2 2001/04/19 20:51:32 jtb Exp $ if ((image_no >= 0 && image_no < N_PATTERNS)) { /* Premade pattern yet not used */ - sprintf (file, "%s%cshare%cps_pattern_%2.2d.ras\0", PSHOME, DIR_DELIM, DIR_DELIM, image_no); -+ sprintf (file, "%s%cshare%gmt%cps_pattern_%2.2d.ras\0", PSHOME, DIR_DELIM, DIR_DELIM, DIR_DELIM, image_no); ++ sprintf (file, "%s%cshare%cgmt%cps_pattern_%2.2d.ras\0", PSHOME, DIR_DELIM, DIR_DELIM, DIR_DELIM, image_no); ps_pattern_status[image_no][invert] = 1; } else { /* User image, check to see if already used */ @@ -16,7 +16,7 @@ $NetBSD: patch-ai,v 1.2 2001/04/19 20:51:32 jtb Exp $ strcpy (file, imagefile); else - sprintf (file, "%s%cshare%c%s\0", PSHOME, DIR_DELIM, DIR_DELIM, imagefile); -+ sprintf (file, "%s%cshare%gmt%c%s\0", PSHOME, DIR_DELIM, DIR_DELIM, DIR_DELIM, imagefile); ++ sprintf (file, "%s%cshare%cgmt%c%s\0", PSHOME, DIR_DELIM, DIR_DELIM, DIR_DELIM, imagefile); } ps_user_image[ps_n_userimages].name = (char *) ps_memory (VNULL, (size_t)(strlen (imagefile)+1), sizeof (char)); strcpy (ps_user_image[ps_n_userimages].name, imagefile); @@ -25,7 +25,7 @@ $NetBSD: patch-ai,v 1.2 2001/04/19 20:51:32 jtb Exp $ if (PSL_first) { - sprintf (line, "%s%cshare%cPSL_text.ps\0", PSHOME, DIR_DELIM, DIR_DELIM); -+ sprintf (line, "%s%cshare%gmt%cPSL_text.ps\0", PSHOME, DIR_DELIM, DIR_DELIM, DIR_DELIM); ++ sprintf (line, "%s%cshare%cgmt%cPSL_text.ps\0", PSHOME, DIR_DELIM, DIR_DELIM, DIR_DELIM); if ((fp = fopen (line, "r")) == NULL) { fprintf (stderr, "pslib: ERROR: Cannot open file %s\n", line); |