summaryrefslogtreecommitdiff
path: root/math/kaskade/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /math/kaskade/files/patch-ab
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'math/kaskade/files/patch-ab')
-rw-r--r--math/kaskade/files/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/kaskade/files/patch-ab b/math/kaskade/files/patch-ab
deleted file mode 100644
index 9b38cecb4002..000000000000
--- a/math/kaskade/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-*** psdriv.cc.orig Tue Jul 8 23:53:37 1997
---- psdriv.cc Tue Jul 8 23:53:43 1997
-***************
-*** 155,161 ****
---- 155,163 ----
- fprintf(graph->file, "%%!PS-Adobe-2.0\n"); // was 1.0
- fprintf(graph->file, "%%%%Title: %s\n", graph->fileName);
- fprintf(graph->file, "%%%%Creator: MiniGraphic\n");
-+ #ifndef __FreeBSD__
- fprintf(graph->file, "%%%%For: %s\n", cuserid(0));
-+ #endif
- time(&t);
- fprintf(graph->file, "%%%%CreationDate: %s", ctime(&t));
- fprintf(graph->file, "%%%%Pages: (atend)\n");