2021-10-26 11:44:10 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB.
|
2021-06-04 04:41:02 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB.
|
2021-05-13 04:22:56 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB.
|
2021-03-22 01:34:34 by Antoine Jacoutot | Files touched by this commit (8) |
Log message:
Biring a few bug fix patches from upstream.
While here, disable GConf and fix a couple time_t formats.
|
2021-03-22 01:04:49 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB to unbreak.
|
2020-11-06 07:29:59 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Sync WANTLIB.
|
2020-05-14 08:54:12 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Sync WANTLIB.
|
2020-03-14 07:04:14 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB to unbreak after libgdata update.
|
2020-02-02 08:28:01 by Antoine Jacoutot | Files touched by this commit (9) |
Log message:
Update to evolution-rss-0.3.96.
|
2019-11-02 03:36:33 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Sync WANTLIB after e-d-s update.
|
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message:
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
|
2019-05-05 06:52:58 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB.
|
2019-01-02 06:07:49 by Antoine Jacoutot | Files touched by this commit (5) |
Log message:
Sync WANTLIB and fix the metainfo file.
|
2018-11-01 04:12:56 by Antoine Jacoutot | Files touched by this commit (2) |
Log message:
Add patch for Red Hat bug #1624609 (Crash under strlen(),
emfe_evolution_rss_format()) -- from Fedora
|
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message:
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-09-20 03:22:03 by Antoine Jacoutot | Files touched by this commit (5) |
Log message:
Fix WANTLIB/LIB_DEPENDS after the recent gtkspell3 update.
|
2018-07-06 00:04:48 by Marc Espie | Files touched by this commit (231) |
Log message:
tag glib-compile-schemas
|
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message:
first tag: update-desktop-database
|
2018-06-24 01:19:15 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB to unbreak.
|
2018-05-15 07:27:47 by Antoine Jacoutot | Files touched by this commit (11) |
Log message:
Regen WANTLIB/LIB_DEPENDS.
|
2018-05-07 04:11:35 by Antoine Jacoutot | Files touched by this commit (3) |
Log message:
Add patch from Fedora: Red Hat bug #1517021 (Crash when importing OPML
file with feeds without 'title' attribute)
While here, regen WANTLIB and PLIST.
|
2018-04-10 07:45:45 by Antoine Jacoutot | Files touched by this commit (14) |
Log message:
Sync WANTLIB after recent gstreamer1 updates.
|
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message:
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
|
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message:
use COMPILER_LIBCXX where applicable
|
2017-05-26 22:59:05 by Marc Espie | Files touched by this commit (1) |
Log message:
re-conditionalize estdc++
|
2017-05-24 02:43:04 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Upstream actually fixed it 2 years ago.
|
2017-05-24 01:08:59 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Add a comment or this chunk will be lost at next update for sure.
|
2017-05-23 15:00:59 by Marc Espie | Files touched by this commit (1) |
Log message:
return value
|
2017-04-17 10:53:25 by Antoine Jacoutot | Files touched by this commit (2) |
Log message:
Unbreak with the new evolution stack (from upstream).
|
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message:
use LIBCXX
|
2017-03-29 07:27:12 by Antoine Jacoutot | Files touched by this commit (14) |
Log message:
Sync WANTLIB after recent www/webkitgtk4 update.
|
2017-03-08 04:12:22 by Marc Espie | Files touched by this commit (1) |
Log message:
unhardcode the g++ name, builds fine.
the author of the change doesn't quite remember what went wrong, seems
it was libtool being fussy or something.
From Lucian Langa:
> I'm not 100% I remember this entirely, but I think g++ was required
> only for some building script (libtool perhaps? I do not remember),
> but not for the code itself. At certain part there were some c++
> parts but not entirely sure they are in current code base. Evolution
> code base went through major changes quite a few times since 2007
> so obviously this code changed in the meanwhile too.
we'll see how it fares with clang later.
|
2017-02-22 06:59:27 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Sync WANTLIB.
|
2017-02-18 10:33:52 by Antoine Jacoutot | Files touched by this commit (58) |
Log message:
Missed bump.
|
2017-02-18 10:32:38 by Antoine Jacoutot | Files touched by this commit (60) |
Log message:
idn -> idn2 after gnutls WANTLIB change.
|
2016-10-31 06:34:30 by Antoine Jacoutot | Files touched by this commit (4) |
Log message:
Adapt to changes in evolution 3.21.90 (upstream).
|
2016-07-10 06:16:17 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
I had the same diff as sthen@ but with the devel/gettext MODULE removal.
So do tat now.
|
2016-07-10 06:03:49 by Stuart Henderson | Files touched by this commit (1) |
Log message:
fix wantlib, spotted by nigel@
|
2016-07-09 03:09:10 by Stuart Henderson | Files touched by this commit (12) |
Log message:
sync WANTLIB
|
2016-03-18 17:12:22 by Christian Weisgerber | Files touched by this commit (183) |
Log message:
remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
|
2015-12-14 07:10:25 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Regen WANTLIB.
|
2015-05-15 10:55:37 by Antoine Jacoutot | Files touched by this commit (2) |
Log message:
Add a proper LIB_DEPENDS on mail/evolution now that it comes with versioned
solibs.
|
2015-04-15 03:40:54 by Antoine Jacoutot | Files touched by this commit (68) |
Log message:
Bump after libepoxy moved from ports to xenocara.
|
2015-04-13 01:56:57 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Fix a comment.
|
2015-04-04 03:21:09 by Antoine Jacoutot | Files touched by this commit (301) |
Log message:
Bump after the recent changes in packaging dbus and dconf.
|
2015-04-03 11:14:52 by Antoine Jacoutot | Files touched by this commit (3) |
Log message:
Update to evolution-rss-0.3.95.
|
2015-01-22 10:27:21 by Antoine Jacoutot | Files touched by this commit (3) |
Log message:
Add lots of upstream patches to fix runtime with newer evolution.
|
2014-10-25 08:04:30 by Antoine Jacoutot | Files touched by this commit (12) |
Log message:
Regen WANTLIB to unbreak after recent webkit update. There are more ports
following but they need a bit more work.
breakage reported by nigel@
|