aboutsummaryrefslogtreecommitdiff
path: root/textproc/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* textproc/hunspell: update to 1.7.0Jan Beich2019-01-184-75/+4
| | | | | | | | | - Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 Notes: svn path=/head/; revision=490671
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* textproc/hunspell: always link against C++11 libraryJan Beich2017-12-101-2/+2
| | | | | | | | | | | | | | | | | | | C++11 isn't ABI-compatible with C++98 on GCC platforms, so build the port using lang/gcc which since r449590 defaults to C++14. This should fix C++11 consumers like www/firefox. ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::SetDictionary(char16_t const*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell13SetDictionaryEPKDs+0x4a4): undefined reference to `Hunspell::get_dict_encoding[abi:cxx11]() const' ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::Check(char16_t const*, bool*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell5CheckEPKDsPb+0x148): undefined reference to `Hunspell::spell(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)' ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::Suggest(char16_t const*, char16_t***, unsigned int*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell7SuggestEPKDsPPPDsPj+0x16c): undefined reference to `Hunspell::suggest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' Submitted by: jhibbits (based on) Differential Revision: https://reviews.freebsd.org/D12515 Notes: svn path=/head/; revision=455904
* Update to 1.6.2Sunpoet Po-Chuan Hsieh2017-09-062-7/+6
| | | | | | | | | - Update LICENSE Changes: https://github.com/hunspell/hunspell/releases Notes: svn path=/head/; revision=449365
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Update to 1.6.1Sunpoet Po-Chuan Hsieh2017-03-264-31/+30
| | | | | | | Changes: https://github.com/hunspell/hunspell/releases Notes: svn path=/head/; revision=437004
* textproc/hunspell: update to 1.6.0Jan Beich2017-01-073-29/+16
| | | | | | | | | | | | | | | | | | - Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887 Notes: svn path=/head/; revision=430796
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-037-70/+133
| | | | | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt) Notes: svn path=/head/; revision=427743
* - Remove outdated post-configure:Sunpoet Po-Chuan Hsieh2016-11-261-3/+0
| | | | Notes: svn path=/head/; revision=427158
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-11-263-6/+10
| | | | | | | | - Add PLIST_SUB - Update WWW Notes: svn path=/head/; revision=427153
* Cleanup plistAntoine Brodin2014-11-151-3/+0
| | | | Notes: svn path=/head/; revision=372605
* Update to 1.3.3Baptiste Daroussin2014-06-103-12/+7
| | | | | | | USES=libtool:keepla Notes: svn path=/head/; revision=357269
* - biology/tinker: USES=fortran, staging.Tijl Coosemans2013-12-181-1/+2
| | | | | | | | - Add CONFLICTS_INSTALL between hunspell and tinker. Both install bin/analyze. Notes: svn path=/head/; revision=336854
* Fix trying to ranlib a readonly file (thank automake used without libtool)Baptiste Daroussin2013-10-311-2/+10
| | | | | | | | | | Fix shebang of ispellaff2myspell Add run dependency on perl Strip final binaries Bump portrevision Notes: svn path=/head/; revision=332249
* Support stagingBaptiste Daroussin2013-09-232-9/+8
| | | | Notes: svn path=/head/; revision=328061
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Respect CXXFLAGS when linking.Raphael Kubo da Costa2013-06-112-1/+27
| | | | | | | | | | | | | | | | hunspell's configure script seems to have been generated with a very old version of libtool. Specifically, it does not uses CFLAGS instead of CXXFLAGS when performing some tests related to the C++ compiler. This ends up making it add '-lstdc++' to the linker's command line even if one sets CXXFLAGS to -stdlib=libc++. The attached patch fixes the problem by "backporting" the appropriate libtool.m4 change to the configure script. PR: ports/178696 Approved by: maintainer timeout (office@, 28 days) Notes: svn path=/head/; revision=320649
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellSunpoet Po-Chuan Hsieh2012-10-102-14/+6
| | | | | | | | - Remove unnecessary pre-build: - Cleanup Makefile header Notes: svn path=/head/; revision=305651
* Fix typos in pkg-description.Carlo Strub2012-07-231-2/+2
| | | | Notes: svn path=/head/; revision=301394
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Spell WRKSRC correctly.Koop Mast2011-10-311-1/+1
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=284782
* - add depend on libiconvBaptiste Daroussin2011-10-311-2/+5
| | | | | | | - bump portrevision Notes: svn path=/head/; revision=284775
* Fix build with FreeBSD 10Koop Mast2011-10-291-0/+5
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=284673
* - Use @dirrm for include/hunspellSunpoet Po-Chuan Hsieh2011-08-132-13/+8
| | | | | | | | - Sort PLIST - Cosmetic change Notes: svn path=/head/; revision=279578
* Pass matainership to the new office teamBaptiste Daroussin2011-07-221-1/+1
| | | | Notes: svn path=/head/; revision=278145
* forgot to remove the hungarian categoryBaptiste Daroussin2011-07-191-1/+1
| | | | Notes: svn path=/head/; revision=277937
* - update to 1.3.2Baptiste Daroussin2011-07-197-126/+57
| | | | | | | | | | | - remove hungarian dictionnary (will be readded later as a separate port) - rework description - change WWW - chase library bump - add license Notes: svn path=/head/; revision=277936
* take maintainership, no reply from previous maintainerBaptiste Daroussin2011-07-111-1/+1
| | | | Notes: svn path=/head/; revision=277541
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.2.11Gabor Kovesdan2010-06-029-71/+57
| | | | | | | | | | - Disable broken NLS PR: ports/147214 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=255568
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Update to 1.2.8Gabor Kovesdan2009-02-086-16/+58
| | | | | | | | | | - Fix installed Hungarian dictionary locating error PR: ports/131366 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=227810
* Turns out, libdata/pkgconfig/ is already part of mtree and needs neitherMikhail Teterin2008-09-082-3/+1
| | | | | | | | | | being created on install nor removed at deinstall. Notified by: QATindy Approved by: portmgr (pav) Notes: svn path=/head/; revision=220301
* Fix the incorrect location hunspell.pc. No PORTREVISION bump, becauseMikhail Teterin2008-09-081-1/+1
| | | | | | | | | | no package could've been created with the current plist. Notified by: QATindy Approved by: portmgr (pav) Notes: svn path=/head/; revision=220299
* Correct the destination of hunspell.pc file -- according to pav,Mikhail Teterin2008-09-072-3/+3
| | | | | | | it ought to go to libdata/pkgconfig/ rather than lib/pkgconfig. Notes: svn path=/head/; revision=220164
* Add two directories missing from plist...Mikhail Teterin2008-09-041-0/+2
| | | | | | | Notified by: QA-Tindy Notes: svn path=/head/; revision=219849
* Upgrade from 1.2.2b to 1.2.7.Mikhail Teterin2008-09-036-47/+73
| | | | | | | | | | | | | | | | | Install header-files, which make the port's shared library usable by other applications -- such as, most importantly, OpenOffice. While here, ensure, the already installed -lintl is used, and configure in the use of readline too. Rephrase COMMENT to ease the confusion, that the port is only of interest to Hungarian-speakers. It is not -- the software is an improved version of myspell and can work with any dictionary. Approved by: maintainer Notes: svn path=/head/; revision=219789
* - Fix checking on LaTeX files on amd64Gabor Kovesdan2008-04-232-0/+12
| | | | | | | | | | | - Bump PORTREVISION PR: ports/122581 Submitted by: Roland Smith <rsmith@xs4all.nl> Approved by: Janos Mohacsi <mohacsi@niif.hu> (maintainer) Notes: svn path=/head/; revision=211844
* - Update to 1.2.2bGabor Kovesdan2008-04-074-51/+25
| | | | | | | | PR: ports/122431 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=210755
* - Update to 1.1.10Gabor Kovesdan2007-08-283-5/+31
| | | | | | | | PR: ports/115783 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=198452