Commit Graph

76 Commits

Author SHA1 Message Date
ajacoutot
dedd1e358d Oops, missed to cvs add in previous. 2022-11-27 17:21:41 +00:00
ajacoutot
7853258c6a Update to link-grammar-5.12.0. 2022-11-27 10:46:33 +00:00
ajacoutot
390b411bd1 Make sure not to pick-up maven; it would try to install stuff under
/nonexistent/.m2/ which would break "make fake"
2022-11-18 07:53:58 +00:00
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
ajacoutot
3baaae8a55 Update to link-grammar-5.11.0. 2022-10-03 22:41:54 +00:00
sthen
c0d465766c update to link-grammar-5.10.5
patch autoconf script to avoid a broken python version check
(coming from autoconf-archive originally, and fixed properly there,
so hopefully the patch can go away later)
2022-08-27 16:14:19 +00:00
ajacoutot
bcf9612f0c Update to link-grammar-5.10.4. 2022-04-18 09:38:15 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
kn
9e083318d7 Use ports-gcc to fix sparc64 build, typofix python dependency
> /tmp/print-dict-f43ef2.s:4649: Error: operation combines symbols in different segments
> clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)

Apply the usual COMPILER fix.

update-plist still puts a python dir into PLIST-main which is wrong but I
don't know how to convince it to account for it in PLIST-python... by not
listing it at all since it belongs to the python package which is now a
proper dependency.

OK kmos
2022-02-21 16:30:16 +00:00
sthen
384d97056e bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:32 +00:00
ajacoutot
f6fbefe568 Update to link-grammar-5.10.2. 2021-10-31 15:02:58 +00:00
naddy
b7f3b6d0c1 textproc/link-grammar: avoid printf %n
ok tb@ who also pointed out another instance of %n
2021-09-12 20:21:25 +00:00
ajacoutot
0aa3492468 Update to link-grammar-5.9.1. 2021-08-31 11:36:13 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
ajacoutot
f9fab164af Update to link-grammar-5.8.1. 2021-02-19 19:04:21 +00:00
rsadowski
f7bb9ac822 Bump after hunspell update
The library name has changed from hunspell-1.6 to hunspell-1.7.
2020-10-09 19:12:00 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
0db6ffd7ba Update to link-grammar-5.8.0. 2020-03-01 10:26:49 +00:00
ajacoutot
16aaa9003a Update to link-grammar-5.7.0. 2019-11-08 21:51:59 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
ajacoutot
048721214d Update to link-grammar-5.6.0. 2019-03-10 12:17:38 +00:00
ajacoutot
565fa572d7 Update to link-grammar-5.5.1. 2018-09-16 06:56:05 +00:00
ajacoutot
1565e5bdd1 Update to link-grammar-5.5.0. 2018-06-16 11:13:30 +00:00
ajacoutot
d3e15d126e Update to link-grammar-5.4.4. 2018-04-28 15:37:31 +00:00
ajacoutot
b2d16d3d27 Update to link-grammar-5.4.3. 2018-02-25 19:22:59 +00:00
jca
cdacfd6ea0 Requires clang, no need to try with base-gcc on powerpc 2018-01-19 14:57:54 +00:00
ajacoutot
f6bfc247f6 Update to link-grammar-5.4.2. 2017-12-03 13:59:07 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
jca
91b087c1c1 Tweak diff to build link-grammar with or without xlocale support.
Thanks tb@ for testing on a non-xlocale system.
2017-08-21 16:46:29 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
d38c9e37d5 allow base clang and libc++
really dirty trick to cope with a really dirty trick...
2017-05-27 16:54:57 +00:00
kurt
558715b919 - disconnect devel/jdk/1.7 from the build
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00
ajacoutot
6dd547628a Update to link-grammar-5.3.16. 2017-04-16 13:18:56 +00:00
landry
52ca4711f9 Fix WANTLIB and bump REVISION for all ports depending on hunspell.
While here enforce dependency on hunspell 1.6 in mozilla.port.mk, as
it's a requirement for 53.
2017-04-12 18:12:33 +00:00
ajacoutot
1898ee8e8b Revert, they seem to have fix it... 2017-02-18 11:27:13 +00:00
ajacoutot
8fd0d01307 Mirror distfile. MASTER_SITES has a bad ssl setup.
prodded by naddy@
2017-02-18 10:57:43 +00:00
ajacoutot
551d40ddf5 Update to link-grammar-5.3.15. 2017-02-17 10:46:09 +00:00
ajacoutot
2284cb4c6f Update to link-grammar-5.3.14. 2017-01-20 09:24:40 +00:00
ajacoutot
a001fe9225 Update to link-grammar-5.3.13. 2016-11-20 09:25:42 +00:00
ajacoutot
14abe1d29b Update to link-grammar-5.3.12. 2016-11-18 10:37:27 +00:00
ajacoutot
3c06cf3dee Update to link-grammar-5.3.11. 2016-09-27 08:47:11 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
ajacoutot
1b3c4ede32 Update to link-grammar-5.3.10. 2016-09-16 08:35:52 +00:00
ajacoutot
481a926c08 Update to link-grammar-5.3.9. 2016-08-28 09:44:06 +00:00
ajacoutot
2d62da2415 Update to link-grammar-5.3.8. 2016-08-21 08:40:28 +00:00
ajacoutot
957c3a6590 Update to link-grammar-5.3.7. 2016-05-08 10:25:29 +00:00