Commit Graph

60 Commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Jan Beich
91ea5c3247 textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.7.0
2019-01-18 21:14:41 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-07-29 22:18:44 +00:00
Jan Beich
863166cc82 textproc/hunspell: always link against C++11 library
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
2017-12-10 18:40:35 +00:00
Sunpoet Po-Chuan Hsieh
7b50401a18 Update to 1.6.2
- Update LICENSE

Changes:	https://github.com/hunspell/hunspell/releases
2017-09-06 20:06:14 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- 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
2017-06-27 13:46:53 +00:00
Sunpoet Po-Chuan Hsieh
40f2fd7190 Update to 1.6.1
Changes:	https://github.com/hunspell/hunspell/releases
2017-03-26 21:25:01 +00:00
Jan Beich
24bce6e056 textproc/hunspell: update to 1.6.0
- 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
2017-01-07 14:43:11 +00:00
Jan Beich
70b03eae74 textproc/hunspell: update to 1.5.4
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)
2016-12-03 22:24:36 +00:00
Sunpoet Po-Chuan Hsieh
16da223822 - Remove outdated post-configure: 2016-11-26 10:58:07 +00:00
Sunpoet Po-Chuan Hsieh
7961e8c481 - Add LICENSE_FILE
- Add PLIST_SUB
- Update WWW
2016-11-26 10:34:40 +00:00
Antoine Brodin
e3b883655f Cleanup plist 2014-11-15 16:26:32 +00:00
Baptiste Daroussin
81a817ba6d Update to 1.3.3
USES=libtool:keepla
2014-06-10 06:19:43 +00:00
Tijl Coosemans
1555ae4f31 - biology/tinker: USES=fortran, staging.
- Add CONFLICTS_INSTALL between hunspell and tinker.
  Both install bin/analyze.
2013-12-18 18:27:04 +00:00
Baptiste Daroussin
03b37cd087 Fix trying to ranlib a readonly file (thank automake used without libtool)
Fix shebang of ispellaff2myspell
Add run dependency on perl
Strip final binaries
Bump portrevision
2013-10-31 15:11:11 +00:00
Baptiste Daroussin
06604124b1 Support staging 2013-09-23 21:36:35 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
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)
2013-09-04 20:01:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Raphael Kubo da Costa
a8466ccc78 Respect CXXFLAGS when linking.
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)
2013-06-11 21:44:16 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
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)
2013-03-19 13:04:30 +00:00
Sunpoet Po-Chuan Hsieh
5d84f9e74e - Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
- Remove unnecessary pre-build:
- Cleanup Makefile header
2012-10-10 13:01:16 +00:00
Carlo Strub
678436bafa Fix typos in pkg-description. 2012-07-23 13:03:49 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Koop Mast
7ce817e113 Spell WRKSRC correctly.
Submitted by:	pav
2011-10-31 11:56:37 +00:00
Baptiste Daroussin
e4068d2e33 - add depend on libiconv
- bump portrevision
2011-10-31 09:25:53 +00:00
Koop Mast
32ea452695 Fix build with FreeBSD 10
Approved by:	portmgr (miwi)
2011-10-29 19:01:59 +00:00
Sunpoet Po-Chuan Hsieh
39345f6e0a - Use @dirrm for include/hunspell
- Sort PLIST
- Cosmetic change
2011-08-13 04:46:21 +00:00
Baptiste Daroussin
a05a58eb85 Pass matainership to the new office team 2011-07-22 05:30:11 +00:00
Baptiste Daroussin
b0f53c12c2 forgot to remove the hungarian category 2011-07-19 05:26:07 +00:00
Baptiste Daroussin
0f57ce77af - update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license
2011-07-19 05:23:03 +00:00
Baptiste Daroussin
31d7cc4ee1 take maintainership, no reply from previous maintainer 2011-07-11 12:18:04 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Gabor Kovesdan
bbb33a81f8 - Update to 1.2.11
- Disable broken NLS

PR:		ports/147214
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2010-06-02 17:49:10 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Gabor Kovesdan
2acab2f824 - Update to 1.2.8
- Fix installed Hungarian dictionary locating error

PR:		ports/131366
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2009-02-08 15:46:37 +00:00
Mikhail Teterin
fc4774b92d Turns out, libdata/pkgconfig/ is already part of mtree and needs neither
being created on install nor removed at deinstall.

Notified by:	QATindy
Approved by:	portmgr (pav)
2008-09-08 21:07:37 +00:00
Mikhail Teterin
32410765ec Fix the incorrect location hunspell.pc. No PORTREVISION bump, because
no package could've been created with the current plist.

Notified by:	QATindy
Approved by:	portmgr (pav)
2008-09-08 20:48:12 +00:00
Mikhail Teterin
2ec2116dd2 Correct the destination of hunspell.pc file -- according to pav,
it ought to go to libdata/pkgconfig/ rather than lib/pkgconfig.
2008-09-07 21:27:13 +00:00
Mikhail Teterin
cf3a026670 Add two directories missing from plist...
Notified by:	QA-Tindy
2008-09-04 15:27:48 +00:00
Mikhail Teterin
fac8ce0a26 Upgrade from 1.2.2b to 1.2.7.
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
2008-09-03 18:54:24 +00:00
Gabor Kovesdan
2a352a5066 - Fix checking on LaTeX files on amd64
- Bump PORTREVISION

PR:		ports/122581
Submitted by:	Roland Smith <rsmith@xs4all.nl>
Approved by:	Janos Mohacsi <mohacsi@niif.hu> (maintainer)
2008-04-23 16:02:00 +00:00
Gabor Kovesdan
fdcd02cbbe - Update to 1.2.2b
PR:		ports/122431
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2008-04-07 15:56:09 +00:00
Gabor Kovesdan
413eae843b - Update to 1.1.10
PR:		ports/115783
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2007-08-28 12:36:28 +00:00
Gabor Kovesdan
805c13c799 - Update to 1.1.9
- Fixing twice registration of documents
- Fix extracting on older systems [1]

PR:		ports/115042
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Reported by:	pointyhat (via pav, via kris) [1]
2007-08-01 14:09:22 +00:00