FreeBSD Bugzilla – Attachment 181983 Details for
Bug 218798
[patch] Port textproc/fop can't build hyphenation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
"StackOverflowError" patch for makefile for port textproc/fop
hyphen_stack_overflow.txt (text/plain), 732 bytes, created by
mail_of_sergey
on 2017-04-21 18:53:58 UTC
(
hide
)
Description:
"StackOverflowError" patch for makefile for port textproc/fop
Filename:
MIME Type:
Creator:
mail_of_sergey
Created:
2017-04-21 18:53:58 UTC
Size:
732 bytes
patch
obsolete
>--- Makefile.orig 2017-04-21 21:47:35.911923000 +0300 >+++ Makefile 2017-04-21 21:58:11.755170000 +0300 >@@ -33,6 +33,10 @@ > @cd ${WRKDIR} && ${UNZIP_CMD} ${DISTDIR}/offo-hyphenation.zip > @${CP} ${WRKDIR}/offo-hyphenation/hyph/*.xml ${WRKSRC}/hyph > >+# Increase stack size for hyphenation build >+# If you get a StackOverflowError, you must increase the stack size by setting the Ant variable hyph.stacksize to a higher value, e.g. 1024k. (http://offo.sourceforge.net/source-installation.html) >+post-patch: >+ @${REINPLACE_CMD} -e 's@<property name="hyph.stacksize" value="512k"/>@<property name="hyph.stacksize" value="1024k"/>@g' ${WRKSRC}/build.xml >+ > do-install: > .for d in build conf lib > @${MKDIR} ${STAGEDIR}${DATADIR}/${d}
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 Raw
Actions:
View
Attachments on
bug 218798
: 181983