IABSD.fr/ports/mail

Branch :


Log

Author Commit Date CI Message
25f0e460 2018-10-24 14:27:57 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.
d99df233 2018-10-17 20:38:34 update to rspamd-1.8.1
aae6f62d 2018-10-17 15:07:20 set DPB_PROPERTIES lonesome on i386, linking takes too much memory on a system building anything else simultaneously. (may also need --disable-debug-symbols to avoid it being too annoying, but trying without first).
44f8a14f 2018-10-17 14:15:55 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still using mcrypt).
8f02ab7a 2018-10-16 20:28:09 bugfix update to 2.11.1
696c9403 2018-10-16 13:07:33 update to rspamd-1.8.0, thanks Brad for testing
87f241ee 2018-10-08 15:28:05 Bump all ports using rust to ensure they get rebuilt/updated.
291dde46 2018-10-05 18:53:33 Update to 2.0.8, unbreaks after recent Thunderbird update ok sthen@
c959dc52 2018-10-04 05:55:22 Add a missing BDEP on rust, reported by espie@
bb1d5c45 2018-10-03 06:43:10 Update to thunderbird 60.2.1. See https://www.thunderbird.net/en-US/thunderbird/60.2.1/releasenotes/ Based off firefox-esr 60.2.1 codebase, update to 60.2.2 pending, but i wanted to get this in for 6.4 as the 52esr branch is dead upstream and wont receive updates. - Lightning finally ships & runs as a plain xpi - Remove the version suffix in install path - gdata-provider addon is gone, probably installable via addons.thunderbird.net - shuffle patches around Been using it for months without issues, tested by some with positive feedback.