| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 LICENSE
Changes: https://github.com/hunspell/hunspell/releases
Notes:
svn path=/head/; revision=449365
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Changes: https://github.com/hunspell/hunspell/releases
Notes:
svn path=/head/; revision=437004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=427158
|
|
|
|
|
|
|
|
| |
- Add PLIST_SUB
- Update WWW
Notes:
svn path=/head/; revision=427153
|
|
|
|
|
|
|
| |
USES=libtool:keepla
Notes:
svn path=/head/; revision=357269
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS_INSTALL between hunspell and tinker.
Both install bin/analyze.
Notes:
svn path=/head/; revision=336854
|
|
|
|
|
|
|
|
|
|
| |
Fix shebang of ispellaff2myspell
Add run dependency on perl
Strip final binaries
Bump portrevision
Notes:
svn path=/head/; revision=332249
|
|
|
|
| |
Notes:
svn path=/head/; revision=328061
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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_READLINE by USES=readline
Notes:
svn path=/head/; revision=317525
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Remove unnecessary pre-build:
- Cleanup Makefile header
Notes:
svn path=/head/; revision=305651
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Submitted by: pav
Notes:
svn path=/head/; revision=284782
|
|
|
|
|
|
|
| |
- bump portrevision
Notes:
svn path=/head/; revision=284775
|
|
|
|
|
|
|
| |
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=284673
|
|
|
|
|
|
|
|
| |
- Sort PLIST
- Cosmetic change
Notes:
svn path=/head/; revision=279578
|
|
|
|
| |
Notes:
svn path=/head/; revision=278145
|
|
|
|
| |
Notes:
svn path=/head/; revision=277937
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=277541
|
|
|
|
|
|
|
|
|
|
| |
- Disable broken NLS
PR: ports/147214
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=255568
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
| |
starting with H,I,J,K,L
Notes:
svn path=/head/; revision=240071
|
|
|
|
|
|
|
|
|
|
| |
- Fix installed Hungarian dictionary locating error
PR: ports/131366
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=227810
|
|
|
|
|
|
|
|
|
|
| |
being created on install nor removed at deinstall.
Notified by: QATindy
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=220301
|
|
|
|
|
|
|
| |
it ought to go to libdata/pkgconfig/ rather than lib/pkgconfig.
Notes:
svn path=/head/; revision=220164
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/122431
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=210755
|
|
|
|
|
|
|
|
| |
PR: ports/115783
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=198452
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=196898
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak on 7.X
PR: ports/114693
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes:
svn path=/head/; revision=195957
|
|
|
|
| |
Notes:
svn path=/head/; revision=191692
|
|
|
|
| |
Notes:
svn path=/head/; revision=191081
|
|
|
|
| |
Notes:
svn path=/head/; revision=188224
|
|
|
|
|
|
|
|
| |
PR: ports/105350
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=176996
|