29 Commits

Author SHA1 Message Date
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
rsadowski
d6f10ba1ea Update hunspell to 1.7
Test and feedback from some maintainers. Thanks!
Feedback form sthen and landry@. Thanks!

Has been through bulk build on amd64
2020-10-09 19:11:32 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
a1822e2450 switch to CONFIGURE_STYLE=autoreconf 2019-05-18 12:13:33 +00:00
sthen
d17069142e convert to do-gen 2018-11-29 13:35:23 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
166d314792 update to hunspell-1.6.2 2018-04-28 16:33:10 +00:00
sthen
ef69aa8e6c add BDEP, gettext-tools needed for aclocal/extern-inline.m4 2018-02-26 17:31:35 +00:00
naddy
b6a31ab2bc drop gettext module from port that is explicitly configured not to use NLS 2017-11-19 00:52:22 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
landry
c479371046 Update to hunspell 1.6.1, went into a full bulk build without issues
- requirement for upcoming firefox 53
- switch to github as upstream
- SHARED_LIBS renamed from hunspell-1.3 to hunspell-1.6, depending ports
  will be fixed shortly
- disable nls/gettext, it doesnt build (and is also disabled in freebsd)
- reset MAINTAINERship to ports@ (discussed with edd@)
- fix test.sh shebang patch so that all tests runs fine
ok sthen@
2017-04-12 18:09:01 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
sthen
e9202e8322 bump 2015-07-07 21:43:10 +00:00
ajacoutot
c703e5ebf9 Change some obvious sudo usage to '#' in READMEs. 2015-07-07 14:33:34 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
espie
54dce4ed7f move moz-dicts into subdirs, make dpb happier.
bump only user
2013-06-22 09:31:48 +00:00
fgsch
fb08238997 update to hunspell 1.3
bulk testing by landry@. sthen@ ok.
2013-03-21 08:57:49 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
espie
811d94d9d6 new depends 2010-11-20 19:56:47 +00:00
sthen
9b7ff59c16 update Hunspell to 1.2.12, from LEVAI Daniel, with WANTLIB fix
pointed out by edd. ok edd@ (maintainer).
2010-11-14 14:25:23 +00:00
espie
dcaa846fde USE_GROFF=Yes 2010-10-19 07:54:21 +00:00
edd
c18dcc985a convert some of my ports to the new LIB_DEPENDS and REVISION conventions.
OK sthen@
2010-07-21 21:14:47 +00:00
edd
7815849eb7 update email address on all of my ports, other than texlive.
OK, sthen@, phessler@
2009-10-11 14:06:20 +00:00
ajacoutot
ff71fa8f93 Import hunspell-1.2.8
Hunspell is a spell checker and morphological analyzer library and
program designed for languages with rich morphology and complex word
compounding or character encoding.

Note that this is not to be considered as an aspell replacement just
yet. We install no hunspell dictionnaries for now but use the ones from
mozilla.

Reworked from an original port by Edd Barrett (maintainer).
Tested by sthen@ in a bulk, thanks!
ok sthen@
2009-06-13 07:48:53 +00:00