From acdfba3fc5c7ed4b379ce5abee65fbbde3209321 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 6 Feb 2013 07:46:43 +0000 Subject: 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] --- math/gnuplot+/files/patch-xc | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 math/gnuplot+/files/patch-xc (limited to 'math/gnuplot+/files/patch-xc') 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); -- cgit v1.2.3