From bbfcb0d75f05e44de416642ffba928d9171c3803 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 15 Oct 2013 12:16:15 +0000 Subject: Remove unmaintained ports depending on textproc/libxml While here remove textproc/cole which upstream has disappeared and is not depend on anymore --- textproc/cole/files/patch-aa | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 textproc/cole/files/patch-aa (limited to 'textproc/cole/files/patch-aa') diff --git a/textproc/cole/files/patch-aa b/textproc/cole/files/patch-aa deleted file mode 100644 index d7a73dcd6a8b..000000000000 --- a/textproc/cole/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- oledecod.c.orig Thu Nov 4 14:11:11 1999 -+++ oledecod.c Thu Nov 4 14:16:20 1999 -@@ -39,7 +39,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include -@@ -575,10 +575,12 @@ - - /* reorder subtrees, if there's any */ - if (node->dir != 0xffffffffUL) -+ { - if (node->dir > num_of_pps || !pps_list[node->dir].name[0]) - return 0; - else if (!reorder_pps_tree (&pps_list[node->dir], level + 1)) - return 0; -+ } - - /* reorder next-link subtree, saving the most next link visited */ - if (node->next != 0xffffffffUL) -@@ -593,6 +595,7 @@ - - /* move the prev child to the next link and reorder it, if there's any */ - if (node->previous != 0xffffffffUL) -+ { - if (node->previous > num_of_pps || !pps_list[node->previous].name[0]) - return 0; - else -@@ -602,6 +605,7 @@ - if (!reorder_pps_tree (&pps_list[*last_next_link_visited], level)) - return 0; - } -+ } - - return 1; - } -- cgit v1.2.3