summaryrefslogtreecommitdiff
path: root/math/gnuplot+/files/patch-xc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-06 07:46:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-06 07:46:43 +0000
commitacdfba3fc5c7ed4b379ce5abee65fbbde3209321 (patch)
treeec5b65db69f3510e845825d5f048b59e6344810c /math/gnuplot+/files/patch-xc
parentRemove the MESA option that brings in the expired gtkglarea, anyway this option (diff)
japanese/vflib||2013-02-06|Has expired: No more public distfiles
graphics/py-visual||2013-02-06|Has expired: Depends on the expired x11-toolkits/gtkglarea [1] math/gnuplot+||2013-02-06|Upstream says: This package is obsolete. The author does not recommend to use it science/vis5d+||2013-02-06|No new release since 2001, depends on expired x11-toolkits/gtkglarea [2] Approved by: stephen [1], nivit [2]
Diffstat (limited to 'math/gnuplot+/files/patch-xc')
-rw-r--r--math/gnuplot+/files/patch-xc26
1 files changed, 0 insertions, 26 deletions
diff --git a/math/gnuplot+/files/patch-xc b/math/gnuplot+/files/patch-xc
deleted file mode 100644
index 43b861cb924a..000000000000
--- a/math/gnuplot+/files/patch-xc
+++ /dev/null
@@ -1,26 +0,0 @@
-# hidden3d-endlessloop
---- hidden3d.c.ORIG Thu Aug 19 15:39:28 1999
-+++ hidden3d.c Wed Nov 17 17:42:00 1999
-@@ -2140,14 +2140,20 @@
- test->tested = is_moved_or_split;
- SPLIT_TEST_BY_P;
- } else {
-- if (loop && (p->tested == is_tested)) {
-- /* Ouch, seems like we're in trouble, really */
-+ if (loop && (p->tested == is_in_loop)) {
-+ /* Ouch, seems like we're in trouble, really: no way to
-+ * split one of them, and we're in a loop, so we can't
-+ * move p to the front of the list, without risking an
-+ * endless loop. Well, let's just output the darn thing,
-+ * then, no matter what. :-( */
-+#if DEBUG /* normally off */
- fprintf(stderr, "\
- #Failed: In loop, without intersections.\n\
- #Relations are %d, %d\n",
- p_rel_tplane, t_rel_pplane);
- print_polygon(test, "test");
- print_polygon(p, "p");
-+#endif
- continue; /* Keep quiet, maybe no-one will notice (;-) */
- } else {
- PUT_P_IN_FRONT_TEST(is_in_loop);