aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-02-05 23:47:12 +0800
committernork <nork@FreeBSD.org>2003-02-05 23:47:12 +0800
commit3c74577674c556194b7e7315275cd492880dad85 (patch)
treed100162928fe94fd224cdd68a25d84881a49bc6d /graphics
parent291599a047c08bfc9f99b413e644d8575c6af8a2 (diff)
downloadfreebsd-ports-graphics-3c74577674c556194b7e7315275cd492880dad85.tar.gz
freebsd-ports-graphics-3c74577674c556194b7e7315275cd492880dad85.tar.zst
freebsd-ports-graphics-3c74577674c556194b7e7315275cd492880dad85.zip
I forgot to remove needless patch files.
Submitted by: Ports Fury Pointy hat to: myself
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tcm/files/patch-ssddiagram.c11
-rw-r--r--graphics/tcm/files/patch-stdiagram.c20
-rw-r--r--graphics/tcm/files/patch-system.c11
-rw-r--r--graphics/tcm/files/patch-text2ps.c11
-rw-r--r--graphics/tcm/files/patch-trdiagram.c11
-rw-r--r--graphics/tcm/files/patch-ucdiagram.c11
6 files changed, 0 insertions, 75 deletions
diff --git a/graphics/tcm/files/patch-ssddiagram.c b/graphics/tcm/files/patch-ssddiagram.c
deleted file mode 100644
index 7833b10201c..00000000000
--- a/graphics/tcm/files/patch-ssddiagram.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sd/dv/ssddiagram.c.orig Tue Jul 17 23:48:54 2001
-+++ src/sd/dv/ssddiagram.c Tue Jul 17 23:49:32 2001
-@@ -56,7 +56,7 @@
- #include "note.h"
- #include "ssddiagram.h"
- #include <stdio.h>
--#include <values.h>
-+#include <limits.h>
-
- const int SSDDiagram::MINI_ELLIPSE_WIDTH = 8;
- const int SSDDiagram::MINI_ELLIPSE_HEIGHT = 8;
diff --git a/graphics/tcm/files/patch-stdiagram.c b/graphics/tcm/files/patch-stdiagram.c
deleted file mode 100644
index 7d75057f0d5..00000000000
--- a/graphics/tcm/files/patch-stdiagram.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/sd/bv/stdiagram.c.orig Tue Mar 21 13:53:27 2000
-+++ src/sd/bv/stdiagram.c Wed Jul 18 01:29:15 2001
-@@ -34,7 +34,7 @@
- #include "transitionarrow.h"
- #include "initialstatebox.h"
- #include "stdiagram.h"
--#include <values.h>
-+#include <limits.h>
-
- const int STDiagram::BOX_WIDTH = 100;
- const int STDiagram::BOX_HEIGHT = 38;
-@@ -356,7 +356,7 @@
- total += stChecks->CheckEmptyActions(chkbuf);
- total += stChecks->CheckNoActions(chkbuf);
- total += stChecks->CheckCountEdgesFrom(Code::DECISION_POINT,
-- Code::TRANSITION, 2, MAXINT, False, False, chkbuf);
-+ Code::TRANSITION, 2, INT_MAX, False, False, chkbuf);
- int sub = stChecks->CheckNodeCount(1, Code::INITIAL_STATE, chkbuf);
- total += sub;
- if (sub == 0) {
diff --git a/graphics/tcm/files/patch-system.c b/graphics/tcm/files/patch-system.c
deleted file mode 100644
index 8e69992a799..00000000000
--- a/graphics/tcm/files/patch-system.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gl/system.c.orig Tue Jul 17 23:58:43 2001
-+++ src/gl/system.c Wed Jul 18 00:00:29 2001
-@@ -69,7 +69,7 @@
- "/usr/openwin/contrib/bin", "/Window/X11/bin",
- "/Window/X11/contrib/bin", 0};
-
--#if defined(LINUX) || defined(AIX) || defined(HPUX) || defined(OSF1)
-+#if defined(BSD)
- typedef void (*SIG_PF)(int);
- #endif
-
diff --git a/graphics/tcm/files/patch-text2ps.c b/graphics/tcm/files/patch-text2ps.c
deleted file mode 100644
index f2a135c0e02..00000000000
--- a/graphics/tcm/files/patch-text2ps.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gl/text2ps.c.orig Wed Jul 18 00:14:43 2001
-+++ src/gl/text2ps.c Wed Jul 18 00:16:33 2001
-@@ -86,7 +86,7 @@
- /* extern struct tm *localtime(); */
- /* extern long time(); */
- extern double atof();
--#ifndef __linux__
-+#ifndef __FreeBSD__
- extern char *sys_errlist[];
- #endif
- extern int errno;
diff --git a/graphics/tcm/files/patch-trdiagram.c b/graphics/tcm/files/patch-trdiagram.c
deleted file mode 100644
index 5b495033ab6..00000000000
--- a/graphics/tcm/files/patch-trdiagram.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sd/tr/trdiagram.c.orig Wed Jul 18 00:52:02 2001
-+++ src/sd/tr/trdiagram.c Wed Jul 18 00:52:46 2001
-@@ -223,7 +223,7 @@
- void TRDiagram::CheckDocument() {
- RecalculateTree();
- chkbuf = "";
-- unsigned total = trChecks->CheckNodeCount(1, MAXINT, Code::TEXT_ROOT, chkbuf);
-+ unsigned total = trChecks->CheckNodeCount(1, INT_MAX, Code::TEXT_ROOT, chkbuf);
- if (total == 0)
- total += trChecks->CheckReachability(
- Code::TEXT_ROOT, Code::TEXT_NODE, False, chkbuf);
diff --git a/graphics/tcm/files/patch-ucdiagram.c b/graphics/tcm/files/patch-ucdiagram.c
deleted file mode 100644
index c57fcfcd537..00000000000
--- a/graphics/tcm/files/patch-ucdiagram.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sd/dv/ucdiagram.c.orig Tue Jul 17 23:49:03 2001
-+++ src/sd/dv/ucdiagram.c Tue Jul 17 23:49:44 2001
-@@ -41,7 +41,7 @@
- #include "ucdiagram.h"
- #include "note.h"
- #include <stdio.h>
--#include <values.h>
-+#include <limits.h>
-
- UCDiagram::UCDiagram(Config *c, UCWindow *d, UCViewer *v, UCGraph *g):
- ERDiagram(c, d, v, g) {