- add ruby to BDEPS. Webkit build system now uses autohell, python, ruby and perl \o/
- set MODRUBY_REV = 1.8 on sparc64 since 1.9 is broken there
- disable WebKit2 support, it needs shm_open()/shm_unlink()
- switch from gstreamer-0.10 to gstreamer1
- force-disable JIT/ASSEMBLER on non-jit archs, builds fails otherwise (bug #113638)
- only build NumberPrototype.cpp with -O0 on sparc64, not the damn whole thing
- use -Wl,--relax on ppc otherwise linking fails
- move some patches around since JavaScriptCore/wtf moved to WTF/wtf
- dont uselessly rerun make within make during install, gmake blows
- blindly backport upstream r144077 to fix mips64 build
- backport bits of #103128 & r145551 to fix powerpc build
- backport r147967 & more to fix bashisms in configure
- bug #109932 forced the use of gcc >= 4.7 or clang >= 3.0, but this is
only for WebKit2 so loosen the check atm
Tested working fine on amd64 & i386, went in bulk builds, known broken
at runtime on ppc (being worked on. or not.) should build on mips64el
(and maybe even run!) and sparc64 (wont run! ever! nothing new here..),
but 'someone' will care about the poor exotic archs and fix'em, right ?
After too much prodding from the gnome maintainers who desperately need it
Big thanks to miod@ for tracking down the area in which the problem lies
and suggesting this workaround.
Unbreaks a big chunk of the ports tree on arm.
Hints and ok sthen@
IO::Socket::IP provides a protocol-independent way to use IPv4 and
IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most
constructor arguments and methods are provided in a backward-compatible
way.
not enable the use of said features because the POSIX feature
groups are not enabled yet due to missing functions/features
within respective feature groups.
ok sthen@
It requires DBD::mysql which the server sub-package already has and
I don't want to add more dependencies to the client sub-package.
Plus add the missing dependency on Term::ReadKey for mytop.
From giovanni@ OK sthen@
- Sort WANTLIB / LIB_DEPENDS / CONFIGURE_ARGS
- Remove unnecessary CONFIGURE_ARGS options
- Remove some LDFLAGS hacks
- Remove now unnecessary chunk of the autoconf patch
- Tidy up the Makefile a bit
ok sthen@
This plugin adds context menus to Roundcube's message list, folder list
and address book. The menus include the abilities to mark messages as
read/unread, delete, reply and forward.
WCSLIB is a C library, supplied with a full set of Fortran wrappers,
that implements the "World Coordinate System" (WCS) standard in
FITS (Flexible Image Transport System).
Note: pgplot support is not compiled due to license restrictions of the
corresponding dependency.
input and okay landry@
versions.
Qalculate! is small and simple to use but with much power and
versatility underneath. Features include customizable functions,
units, arbitrary precision, plotting, and a graphical interface
that uses a one-line fault-tolerant expression entry (although it
supports optional traditional buttons).
Input and okay landry@