History log of /trunk/main/mythes/makefile.mk (Results 1 – 12 of 12)
Revision Date Author Comments
# 32a11226 11-Jun-2026 Jim Jagielski <jimjag@gmail.com>

mythes: add 1.2.4 patches and rewire PATCH_FILES

Commit a3815d2648 dropped the PATCH_FILES references on the assumption
that mythes 1.2.4 builds cleanly from the upstream tarball. It does not:
confi

mythes: add 1.2.4 patches and rewire PATCH_FILES

Commit a3815d2648 dropped the PATCH_FILES references on the assumption
that mythes 1.2.4 builds cleanly from the upstream tarball. It does not:
configure unconditionally adds the example program to all-am, and
example.cxx includes <hunspell.hxx>, which is not available when the
bundled mythes is built:

example.cxx:7:10: fatal error: 'hunspell.hxx' file not found

Add the three 1.2.0 patches ported to 1.2.4 (disable the example
program, dmake makefile.mk for the Windows build, th_gen_idx.pl -o
output handling) and reference them from makefile.mk again. All three
verified to apply cleanly with the tg_ext.mk patch -p2 convention
against the upstream tarball.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

show more ...


# a3815d26 11-Jun-2026 Jim Jagielski <jimjag@gmail.com>

hyphen/mythes: drop dangling patch references after version bump

Commit 7e8ab750cf bumped hyphen 2.7.1->2.8.8 and mythes 1.2.0->1.2.4 and
renamed the PATCH_FILES entries to match, but the new -2.8.8

hyphen/mythes: drop dangling patch references after version bump

Commit 7e8ab750cf bumped hyphen 2.7.1->2.8.8 and mythes 1.2.0->1.2.4 and
renamed the PATCH_FILES entries to match, but the new -2.8.8/-1.2.4 patch
files were never added to the tree. dmake then fails early:

dmake: Error: -- './hyphen-2.8.8.patch' not found, and can't be made

Per the commit's intent (use the latest upstream versions directly), drop
the PATCH_FILES references entirely so both modules build straight from the
upstream tarball. The old patches rewired the hyphen dictionary build and
disabled the mythes example program; these are obsolete for the new
versions. Also fix the now-dangling reference to the disable-example patch
in the mythes HUNSPELL_* configure comment.

show more ...


# 7e8ab750 11-Jun-2026 Jim Jagielski <jimjag@gmail.com>

We can directly use the latest versions of hunspell/hyphen and mythes


# 31bbceb0 03-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from `.mk` files (#377)

If there are too many changes / files I can create a smaller PR

Thanks


# f7d9bc2e 19-Jul-2012 Armin Le Grand <alg@apache.org>

mythes: fix some warnings
Patch by: Michael Stahl

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1363398 13f79535-47bb-0310-9956-ffa450edef68


# 02a97874 26-Mar-2012 Herbert Dürr <hdu@apache.org>

fix RAT-scan for mythes-1.2.0-makefile-mk

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305246 13f79535-47bb-0310-9956-ffa450edef68


# 7871dc3e 11-Jan-2012 Andrew Rist <arist@apache.org>

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68


# 8d570ce7 23-Nov-2011 Pedro Giffuni <pfg@apache.org>

Fix mythes build with BSD make. Fix little undesired oops.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1205259 13f79535-47bb-0310-9956-ffa450edef68


# 75c6398b 23-Nov-2011 Pedro Giffuni <pfg@apache.org>

Fix mythes build with BSD make. Thanks to Ariel for his assistance.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1205258 13f79535-47bb-0310-9956-ffa450edef68


# a44fea77 22-Nov-2011 Ariel Constenla-Haile <arielch@apache.org>

lingucomponent related fixes for i118627, i118628, i118629

* 118627 - Hyphenator: building the UNO component breaks due to name
clash
The three UNO components have been renamed to use the naming

lingucomponent related fixes for i118627, i118628, i118629

* 118627 - Hyphenator: building the UNO component breaks due to name
clash
The three UNO components have been renamed to use the naming scheme
compname.uno: spell.uno, hyphen.uno, lnth.uno

* 118629 - remove hunspell dependency from mythes
hunspell was only needed for building the mythes example.
Added a patch to patch the source in AOO builds and disable the example.

* 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
components
The dependency has been remove. Now the three components can be built
independently from each other:

* mythes has a category A license
http://www.apache.org/legal/3party.html#category-a
As a category A license, the library is ENABLED by default and
is built unconditionally if the optional configure switch
--with-system-mythes is missing
As a side effect, building the UNO Thesaurus component is always
enabled.

* hunspell has a category B license
http://www.apache.org/legal/3party.html#category-b
as such, it is DISABLED by default.
To enable the library use --enable-hunspell
To use the library already present in the system instead of building
it, use --with-system-hunspell
As a side effect, building the UNO spell checking component is only
enabled when hunspell is enabled.

* hyphen has a category B license, as such it is DISABLED by default.
To enable the library, use --enable-hyphen
To uses the system library instead of building it, use
--with-system-hyphen
As side effect, building the UNO hyphenator component is only enabled
when hyphen is enabled.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 0ea1a209 28-Aug-2011 Eike Rathke <erack@apache.org>

make copylefts an option

Based on original work by Mathias Bauer <mbauer@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162539 13f79535-47bb-0310-9956-ffa450edef68


# cdf0e10c 16-Aug-2011 rcweir <rcweir@unknown>

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a co

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68

show more ...