Commit Graph

317 Commits

Author SHA1 Message Date
kn 967f5e96db Force C++17 to unbreak build after abseil-cpp update
OK aja
2023-02-07 00:24:29 +00:00
ajacoutot 79515ccdd5 Update to evolution-data-server-3.46.3. 2023-01-07 10:01:17 +00:00
ajacoutot 2266002a6b Update to evolution-data-server-3.46.2. 2022-12-03 09:40:21 +00:00
ajacoutot c1fa001a51 Update to evolution-data-server-3.46.1. 2022-11-06 18:52:32 +00:00
ajacoutot 25de91b267 Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays...
Discussed with jasper@
2022-11-04 09:14:21 +00:00
ajacoutot 5f89f6ccdd Bump after webkitgtk4 -> webkitgtk40 rename. 2022-09-03 07:53:08 +00:00
ajacoutot 90c1b35de9 Update to evolution-data-server-3.44.4. 2022-08-05 09:58:03 +00:00
ajacoutot bbd2247d8c Update to evolution-data-server-3.44.3. 2022-07-01 16:41:05 +00:00
rsadowski 6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
ajacoutot 6482b87058 Update to evolution-data-server-3.44.2. 2022-05-27 09:48:33 +00:00
ajacoutot 850053831c Update to evolution-data-server-3.44.1. 2022-04-22 07:32:29 +00:00
ajacoutot 43af17cdb6 Update to evolution-data-server-3.44.0. 2022-04-13 05:53:22 +00:00
naddy 7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
ajacoutot b11d872fca Update to evolution-data-server-3.42.4. 2022-02-11 16:28:51 +00:00
ajacoutot b609613ddd Update to evolution-data-server-3.42.3. 2022-01-07 15:53:30 +00:00
ajacoutot 7d01894ea7 Update to evolution-data-server-3.42.2. 2021-12-03 11:21:48 +00:00
ajacoutot 67651b821a Update to evolution-data-server-3.42.1. 2021-10-29 10:31:57 +00:00
ajacoutot 6331b88892 Update to evolution-data-server-3.42.0. 2021-10-28 06:15:09 +00:00
ajacoutot 758f6e493d Update to evolution-data-server-3.40.4. 2021-08-13 11:19:46 +00:00
ajacoutot 61ef07cec4 Update to evolution-data-server-3.40.3. 2021-07-09 11:02:34 +00:00
ajacoutot be679dd0d2 Update to evolution-data-server-3.40.2. 2021-06-04 10:22:46 +00:00
ajacoutot 5a37045a80 Add support for libphonenumber. 2021-05-26 07:25:04 +00:00
ajacoutot 0ad9f93869 Update to evolution-data-server-3.40.1. 2021-05-13 10:21:53 +00:00
rsadowski e02dcb5a4d Replace cmake>3.20 fix with upstream fix 2021-04-29 16:36:12 +00:00
rsadowski 1a36e4255e Fix with cmake>3.20
LIB_SUFFIX is empty which causes an error with cmake>3.20

OK ajacoutot@
2021-04-24 07:47:11 +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 a9f54772c7 Update to evolution-data-server-3.38.4. 2021-02-12 14:58:06 +00:00
ajacoutot 75afae9e93 Update to evolution-data-server-3.38.3. 2021-01-08 15:08:54 +00:00
ajacoutot b5db5ae5b0 Update to evolution-data-server-3.38.2. 2020-11-20 11:12:45 +00:00
ajacoutot d819b39cff Update to evolution-data-server-3.38.1. 2020-11-06 14:45:58 +00:00
ajacoutot b5e085dd40 Update to evolution-data-server-3.36.5. 2020-08-13 13:43:53 +00:00
ajacoutot a5bb91f117 Update to evolution-data-server-3.36.4. 2020-07-03 21:06:08 +00:00
ajacoutot 207d93d56d Update to evolution-data-server-3.36.3. 2020-05-30 09:05:17 +00:00
ajacoutot 77ad5360a6 Update to evolution-data-server-3.36.2. 2020-05-14 14:50:51 +00:00
jasper 26005194b9 unbreak after libgdata update; spotted by naddy@ 2020-03-13 13:15:58 +00:00
ajacoutot b5a09973d1 Update to evolution-data-server-3.34.4. 2020-02-16 09:58:14 +00:00
ajacoutot fde8230ea6 Update to evolution-data-server-3.34.3. 2020-01-04 12:16:50 +00:00
ajacoutot 5c5e874ebf Respect CFLAGS so DEBUG_PACKAGES are useful. 2019-12-16 19:46:52 +00:00
ajacoutot 88ed35708f Fix build when db3 is installed.
breakage reported by naddy@
2019-12-14 18:39:09 +00:00
ajacoutot 160383841d Update to evolution-data-server-3.34.2. 2019-11-23 12:07:38 +00:00
ajacoutot 71be3989c5 Update to evolution-data-server-3.34.1.
This will break consumers which are going to be fixed today.
2019-11-02 09:35:07 +00:00
ajacoutot f8dd67eaa2 Update to evolution-data-server-3.32.4. 2019-07-16 07:46:50 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
ajacoutot 49504bdd6a Update to evolution-data-server-3.32.3. 2019-06-22 10:25:51 +00:00
ajacoutot f81b93986c Update to evolution-data-server-3.32.2. 2019-05-06 18:12:07 +00:00
ajacoutot 289495ad35 @sample org.gnome.Evolution-alarm-notify.desktop under the proper directory 2019-03-27 17:48:30 +00:00
ajacoutot 7c1877a6d8 Update to evolution-data-server-3.30.5. 2019-02-04 17:00:22 +00:00
ajacoutot b7bcd5c46c Update to evolution-data-server-3.30.4. 2019-01-07 14:51:46 +00:00
ajacoutot ac454fcc01 Update to evolution-data-server-3.30.3. 2019-01-03 07:12:08 +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