ajacoutot
56580a232f
Bugfix update to libical-3.0.14.
2022-02-06 09:18:16 +00:00
ajacoutot
d68341c9d1
Update to libical-3.0.13.
2022-01-19 10:33:36 +00:00
ajacoutot
f91397818b
Update to libical-3.0.12.
2021-12-09 09:40:49 +00:00
ajacoutot
44fc216670
Update to libical-3.0.11.
2021-10-10 05:19:36 +00:00
ajacoutot
ae3bdc8465
Update to libical-3.0.10.
2021-04-24 08:05:57 +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
2a8c0337c5
Update to libical-3.0.9.
2021-01-20 12:25:46 +00:00
ajacoutot
96e9f6d90a
Re-add patch now that icu-68.1 has been committed.
2020-11-01 08:19:28 +00:00
ajacoutot
42262ce110
Unbreak: this needs to be applied *after* the new ICU is in tree.
...
Reported by naddy
2020-10-31 16:12:40 +00:00
ajacoutot
3dffe803a2
Unbreak with upcoming icu4c update.
2020-10-30 11:27:28 +00:00
ajacoutot
2155f92b17
Update to libical-3.0.8.
2020-03-08 10:46:04 +00:00
ajacoutot
6b78badea4
Update to libical-3.0.7.
2019-12-16 20:42:57 +00:00
ajacoutot
2e4772b735
Update to libical-3.0.6.
2019-09-15 14:27:13 +00:00
sthen
77f7cc9c61
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:49:33 +00:00
ajacoutot
3abe8c3892
Update to libical-3.0.5.
...
- bulk tested
2019-05-17 03:31:26 +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
ba10793135
Move the share/gir-1.0/ directory to the proper subpackage.
2019-04-16 08:08:37 +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
ajacoutot
79570c55c2
Update to libical-3.0.4.
2018-08-15 12:57:18 +00:00
jasper
c14058bbe1
bump three ports affected by the incorrect shared-library name
2018-04-24 18:20:12 +00:00
ajacoutot
973ab10a57
Missing BDEP on textproc/libxml.
...
reported by sthen@
2018-03-01 19:45:04 +00:00
ajacoutot
eb310cc9e3
Update to libical-3.0.3.
2018-03-01 10:52:14 +00:00
ajacoutot
dea7b2e501
Update to libical-3.0.2.
2018-02-18 08:53:50 +00:00
ajacoutot
2787a6ea68
Merge upstream patch to fix threading problems.
2018-01-27 17:34:51 +00:00
jca
0e05fbb02b
Drop -Wtype-limits, breaks build on gcc archs
...
ok ajacoutot@ (maintainer)
2017-12-01 15:47:11 +00:00
ajacoutot
11c897aac9
Update to libical-3.0.1.
2017-11-20 18:17:51 +00:00
ajacoutot
2cb7c5e503
Pushed upstream.
2017-11-17 08:14:10 +00:00
ajacoutot
934bb43f82
Extend comment.
2017-11-11 14:49:16 +00:00
ajacoutot
a69bc740c1
Extend add_dependencies() so we don't start building before the proper
...
headers get generated. Should fix random build failures.
2017-11-11 14:16:46 +00:00
ajacoutot
19ea561c87
Needs python3 for the libical-glib tests.
2017-11-08 10:04:53 +00:00
ajacoutot
d724ba77dc
URL to the issue.
2017-11-08 09:35:48 +00:00
ajacoutot
c6f6a82fac
Go back to using system timezones.
...
Remove mutex lock/unlock from icaltimezone_load_builtin_timezone(), it
seems to double lock.
2017-11-08 08:18:14 +00:00
ajacoutot
418f8aae5d
Use builtin timezones for the time being to prevent a sigabrt.
...
Under investigation...
2017-11-08 07:40:46 +00:00
ajacoutot
d2dbbbe1c4
Build vala support.
2017-11-08 07:21:40 +00:00
ajacoutot
2d4b591e1b
Major update to libical-3.0.0.
2017-11-08 05:35:31 +00:00
sthen
1dd1aed429
bump; textproc/icu4c now uses multi-packages for -wwwdata
2017-08-24 09:45:23 +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
sthen
073d25a37c
use LIBCXX
2017-04-10 11:46:32 +00:00
ajacoutot
e0af2a90e1
Update to libical-2.0.0.
2016-04-26 10:24:46 +00:00
ajacoutot
d58e85e547
Pushed upstream.
2015-06-20 06:20:39 +00:00
ajacoutot
9a827ff332
Simpler patch.
2015-06-19 06:51:24 +00:00
ajacoutot
c7a1c7e13e
Rework patch.
2015-06-17 16:52:55 +00:00
ajacoutot
703fb644d7
No need for default CMAKE_BUILD_TYPE.
2014-11-07 10:40:05 +00:00
ajacoutot
659f189fcc
Update to libical-1.0.1.
2014-10-20 15:51:54 +00:00
naddy
b43ec6dca7
remove workarounds for gcc 2.95
2013-08-07 19:16:48 +00:00
ajacoutot
9f3ecc771a
Update to libical-1.0.
2013-06-09 10:53:42 +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
jasper
73450cbf84
- remove -lpthread related patches/chunks.
2012-09-21 13:17:45 +00:00