FreeBSD Bugzilla – Attachment 203208 Details for
Bug 234285
graphics/tesseract: Update to 4.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make sure man pages build AND aren't XML - refined
tesseract-man-again-localbase.patch (text/plain), 2.98 KB, created by
Michael Gmelin
on 2019-03-28 05:54:32 UTC
(
hide
)
Description:
Patch to make sure man pages build AND aren't XML - refined
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2019-03-28 05:54:32 UTC
Size:
2.98 KB
patch
obsolete
>Index: graphics/tesseract/Makefile >=================================================================== >--- graphics/tesseract/Makefile (revision 497002) >+++ graphics/tesseract/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= tesseract > PORTVERSION= 4.0.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > > MAINTAINER= pkubaj@anongoth.pl >@@ -11,11 +11,14 @@ > > LICENSE= APACHE20 > >+BUILD_DEPENDS= asciidoc:textproc/asciidoc \ >+ xsltproc:textproc/libxslt \ >+ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl > LIB_DEPENDS= liblept.so:graphics/leptonica > RUN_DEPENDS= tesseract-data>=0:graphics/tesseract-data > >-USES= autoreconf compiler:c++11-lang gnome localbase libtool pathfix \ >- pkgconfig shebangfix >+USES= autoreconf compiler:c++11-lang gmake gnome localbase \ >+ libtool pathfix pkgconfig shebangfix > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > >@@ -42,6 +45,7 @@ > > post-patch: > @${REINPLACE_CMD} -e 's|-O3 -DNDEBUG||' ${WRKSRC}/configure.ac >+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/doc/Makefile.am > > post-build-TOOLS-on: > @cd ${WRKSRC} && ${MAKE} training >Index: graphics/tesseract/files/patch-doc_Makefile.am >=================================================================== >--- graphics/tesseract/files/patch-doc_Makefile.am (nonexistent) >+++ graphics/tesseract/files/patch-doc_Makefile.am (working copy) >@@ -0,0 +1,15 @@ >+--- doc/Makefile.am.orig 2019-03-28 05:11:18 UTC >++++ doc/Makefile.am >+@@ -36,7 +36,11 @@ EXTRA_DIST = $(man_MANS) Doxyfile >+ html: $(patsubst %,%.html,$(man_MANS)) >+ >+ %: %.asc >+- $(asciidoc) -o $@ $< >++ $(asciidoc) $< >++ $(asciidoc) -b docbook $< >++ %%LOCALBASE%%/bin/xsltproc --nonet --param man.charmap.use.subset "0" \ >++ %%LOCALBASE%%/share/xsl/docbook/manpages/docbook.xsl \ >++ $@.xml >+ >+ %.html: %.asc >+ asciidoc -b html5 -o $@ $< > >Property changes on: graphics/tesseract/files/patch-doc_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/tesseract/pkg-plist >=================================================================== >--- graphics/tesseract/pkg-plist (revision 497002) >+++ graphics/tesseract/pkg-plist (working copy) >@@ -42,3 +42,21 @@ > lib/libtesseract.so.4 > lib/libtesseract.so.4.0.0 > libdata/pkgconfig/tesseract.pc >+man/man1/ambiguous_words.1.gz >+man/man1/classifier_tester.1.gz >+man/man1/cntraining.1.gz >+man/man1/combine_lang_model.1.gz >+man/man1/combine_tessdata.1.gz >+man/man1/dawg2wordlist.1.gz >+man/man1/lstmeval.1.gz >+man/man1/lstmtraining.1.gz >+man/man1/merge_unicharsets.1.gz >+man/man1/mftraining.1.gz >+man/man1/set_unicharset_properties.1.gz >+man/man1/shapeclustering.1.gz >+man/man1/tesseract.1.gz >+man/man1/text2image.1.gz >+man/man1/unicharset_extractor.1.gz >+man/man1/wordlist2dawg.1.gz >+man/man5/unicharambigs.5.gz >+man/man5/unicharset.5.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
grembo
:
maintainer-approval?
(
pkubaj
)
Actions:
View
|
Diff
Attachments on
bug 234285
:
200381
|
203193
|
203204
|
203205
|
203206
|
203207
| 203208