diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:16:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:16:15 +0000 |
commit | bbfcb0d75f05e44de416642ffba928d9171c3803 (patch) | |
tree | 61eef219be38632ae6110b6ca4d6b9016a31fa54 /textproc/xls2xml/files/patch-ab | |
parent | Add an expiration date aligned on the gnoem-libs expiration date. (diff) |
Remove unmaintained ports depending on textproc/libxml
While here remove textproc/cole which upstream has disappeared and is not depend on anymore
Notes
Notes:
svn path=/head/; revision=330393
Diffstat (limited to 'textproc/xls2xml/files/patch-ab')
-rw-r--r-- | textproc/xls2xml/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/xls2xml/files/patch-ab b/textproc/xls2xml/files/patch-ab deleted file mode 100644 index ff2d0a798368..000000000000 --- a/textproc/xls2xml/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- formula.c.orig Thu Nov 4 15:01:23 1999 -+++ formula.c Thu Nov 4 15:01:27 1999 -@@ -642,7 +642,7 @@ - new_record = malloc (sizeof (stack_record)); - test (new_record != NULL, 10); - if (data == NULL) -- new_record->data == NULL; -+ new_record->data = NULL; - else - { - new_record->data = data; |