viq (maintainer) doesn't have time to look at it properly but is
generally ok with this.
- Remove USE_GROFF
- Remove --enable-ipv6 from CONFIGURE_ARGS since its enabled by default
- Backport fixes from SVN repo..
- Replace deprecated glib functions
- Do not go beyond the end of the string when processing an octal escape
- glib iochannel fixes
- Fix segfault generated by SSL disconnections
- Do not use SSLv2 protocol
- When sending a signal to an /exec'd command, send it to the process
group id instead of the process id.
- resolve-lib -needed, less perl invocations (gains a lot)
- show-run-depends, less fancy than run-dir-depends, a bit faster...
- don't create cache for internal targets (external stuff already did it)
define _PERLSCRIPT in pkgpath.mk since getpkgpath should use it...
libscintilla no longer links directly against GTK, switch from
LIB_DEPENDS to BUILD_DEPENDS (for includes) and RUN_DEPENDS (since
anything linking against scintilla also needs to link against GTK+3),
thanks to ajacoutot@ for pointing that out. Respect CC environment
variable when building.
OK ajacoutot@ on an earlier version
This package provides a connector for Evolution which adds support for
Microsoft Exchange servers versions 2007 and later through the Exchange
Web Services (EWS) interface.
ok jasper@
Ragel compiles executable finite state machines from regular languages.
It targets C, C++, and Ruby. Ragel state machines can not only recognize
byte sequences as regular expression machines do, but can also execute
code at arbitrary points in the recognition of a regular language. Code
embedding is done using inline operators that do not disrupt the regular
language syntax.
OK robert@