well with current PHP versions - Horde 5 is maintained upstream but it's split
in 132 pieces which doesn't really fit well with ports, especially as it's
strongly advised to be installed from their PEAR server. For more information,
see http://www.horde.org/apps/groupware/docs/INSTALL
Reminded by Adam Thompson.
well with current PHP versions - Horde 5 is maintained upstream but it's split
in 132 pieces which doesn't really fit well with ports, especially as it's
strongly advised to be installed from their PEAR server. For more information,
see http://www.horde.org/apps/groupware/docs/INSTALL
Reminded by Adam Thompson.
but the API has been deprecated since Gecko 29, and will completely stop
working with Gecko 31, due in some weeks.
Sync 1.5 is the new API, but requires 14 new python ports for the sync
server only, and also two new node.js daemons for Firefox Accounts,
requiring themselves bazillions of node.js modules, including the
monster phantomjs. Porting all this is a bit dauting. One can still try
fetching all the bits and run them locally, but i give up on porting
this. If you want to work on the port, contact me and i'll give you my WIP.
If you feel brave, here's the doc:
https://docs.services.mozilla.com/howtos/run-fxa.htmlhttps://docs.services.mozilla.com/howtos/run-sync-1.5.html
in 30.0, see https://bugzilla.mozilla.org/show_bug.cgi?id=1028827.
Remove some "if build machine has SSE2/SSSE3 then don't bother with cpuid
feature checks at runtime" pieces.
ok jasper@ (landry is away for a few days).
stop other people wasting time on updates which should not be done.
ian@ ran into this (while working on devel/hs-aeson and
textproc/hs-attoparsec), and even I didn't notice before trying to
build all Haskell ports (including meta/haskell-platform) with his
diffs.
- See http://www.mozilla.org/en-US/firefox/30.0/releasenotes/
- Fixes MFSA 2014-48->54
- Switch to use gstreamer 1.0 by default
- Add a bunch of patches from #992613, #991613, #1012447 to build
properly with gtk3
- Note that this fixes runtime on ppc which was broken since 29 (see
#961488), which was quite a hairy one
- Still running fine on sparc64 !
- bump nspr dependency to 4.10.6.
- remove libIDL BDEP, not needed anymore
- add a gtk3 FLAVOR for firefox only, provided as a tech preview. Not
everything works, it's in pretty good shape, but not considered ready
yet upstream. You have been warned! Note this also needs to be built
with system-cairo.
- shuffle LDEP/WANTLIB around for gtk3 FLAVOR.