aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2012-02-27 22:00:01 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2012-02-27 22:00:01 +0000
commit74cdb2eb8bfec217717b14f6180f51c51baeb78f (patch)
treea5c3611f3d805204b0072ade95c50fa89382a0c3 /misc
parent38663cc9be1732a1103deef39ccb11c14bcfa699 (diff)
downloadports-74cdb2eb8bfec217717b14f6180f51c51baeb78f.tar.gz
ports-74cdb2eb8bfec217717b14f6180f51c51baeb78f.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/xiphos/Makefile1
-rw-r--r--misc/xiphos/distinfo4
-rw-r--r--misc/xiphos/files/patch-src__main__display.cc73
3 files changed, 3 insertions, 75 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
index e3d951b0fce6..4ce6d54275a1 100644
--- a/misc/xiphos/Makefile
+++ b/misc/xiphos/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xiphos
PORTVERSION= 3.1.5
+PORTREVISION= 1
CATEGORIES= misc gnome
MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION}
diff --git a/misc/xiphos/distinfo b/misc/xiphos/distinfo
index 41a05dbb440b..c715afe13145 100644
--- a/misc/xiphos/distinfo
+++ b/misc/xiphos/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xiphos-3.1.5.tar.gz) = db7a937b830628baae083143cf898772c097463705eeb4cf7238e2dbb5061179
-SIZE (xiphos-3.1.5.tar.gz) = 6720373
+SHA256 (xiphos-3.1.5.tar.gz) = 2887426908e269f25d2d191be445112027b2b7e80356823d4942b1803a359d8c
+SIZE (xiphos-3.1.5.tar.gz) = 6720533
diff --git a/misc/xiphos/files/patch-src__main__display.cc b/misc/xiphos/files/patch-src__main__display.cc
deleted file mode 100644
index 486fd2d5a714..000000000000
--- a/misc/xiphos/files/patch-src__main__display.cc
+++ /dev/null
@@ -1,73 +0,0 @@
---- ./src/main/display.cc.orig 2012-02-20 17:02:30.000000000 -0500
-+++ ./src/main/display.cc 2012-02-21 00:40:06.000000000 -0500
-@@ -29,12 +29,6 @@
- #include <thmlhtmlhref.h>
- #include <gbfhtmlhref.h>
- #include <teihtmlhref.h>
--#ifndef NO_SWORD_SET_RENDER_NOTE_NUMBERS
--/* these files are erroneously uninstalled as of previous release */
--#include <osisxhtml.h>
--#include <thmlxhtml.h>
--#include <gbfxhtml.h>
--#endif
-
- #include <osisvariants.h>
- #include <thmlvariants.h>
-@@ -650,7 +644,6 @@
- if ((reported = backend->get_entry_attribute("Footnote", "1", "n", false))) {
- g_free(reported); // dispose of test junk.
-
--#ifdef NO_SWORD_SET_RENDER_NOTE_NUMBERS
- //
- // with recent engine change to auto-render
- // note/xref markers, this is unneeded.
-@@ -689,7 +682,6 @@
- // naïveté: if any verse uses 'n=', all do: reset for next verse.
- if (reset)
- footnote = 0;
--#endif /* NO_SWORD_SET_RENDER_NOTE_NUMBERS */
- }
-
- // otherwise we simply count notes & xrefs through the verse.
-@@ -762,41 +754,8 @@
- }
- }
-
--#ifdef NO_SWORD_SET_RENDER_NOTE_NUMBERS
- // placeholder for older Sword.
- #define set_render_numbers(x,y) /* nothing */
--#else
--void
--set_render_numbers(SWModule& imodule, GLOBAL_OPS *ops)
--{
-- for (FilterList::const_iterator it =
-- imodule.getRenderFilters().begin();
-- it != imodule.getRenderFilters().end();
-- it++) {
-- OSISHTMLHREF *f1 = dynamic_cast<OSISHTMLHREF *>(*it);
-- if (f1)
-- f1->setRenderNoteNumbers((ops->xrefnotenumbers != 0));
-- ThMLHTMLHREF *f2 = dynamic_cast<ThMLHTMLHREF *>(*it);
-- if (f2)
-- f2->setRenderNoteNumbers((ops->xrefnotenumbers != 0));
-- GBFHTMLHREF *f3 = dynamic_cast<GBFHTMLHREF *>(*it);
-- if (f3)
-- f3->setRenderNoteNumbers((ops->xrefnotenumbers != 0));
-- TEIHTMLHREF *f4 = dynamic_cast<TEIHTMLHREF *>(*it);
-- if (f4)
-- f4->setRenderNoteNumbers((ops->xrefnotenumbers != 0));
-- OSISXHTML *f5 = dynamic_cast<OSISXHTML *>(*it);
-- if (f5)
-- f5->setRenderNoteNumbers((ops->xrefnotenumbers != 0));
-- ThMLXHTML *f6 = dynamic_cast<ThMLXHTML *>(*it);
-- if (f6)
-- f6->setRenderNoteNumbers((ops->xrefnotenumbers != 0));
-- GBFXHTML *f7 = dynamic_cast<GBFXHTML *>(*it);
-- if (f7)
-- f7->setRenderNoteNumbers((ops->xrefnotenumbers != 0));
-- }
--}
--#endif /* !NO_SWORD_SET_RENDER_NOTE_NUMBERS */
-
- //
- // display of commentary by chapter.