Commit Graph

82959 Commits

Author SHA1 Message Date
brad
e882e4acb8 Update to Postfix 2.11-20130405.
ok sthen@
2013-04-14 00:33:55 +00:00
ajacoutot
62601879b7 Update to gdl-3.8.1. 2013-04-13 22:41:15 +00:00
fgsch
1f62a58148 Update python 2.7 to 2.7.4.
This is a slighly different version that I sent that includes an updated
kqueue diff that works with python 2 and 3 and puts test_bsddb and
test_bsddb3 back on the skip list as they're not built outside amd64
and i386.

Only 2 tests are known to fail: test_kqueue (broken) and test_threading
(failing on 2.7.3, under investigation but likely broken). If something
else fails please send your test.log.

Tested on a bulk by landry, sparc64 by brad, ppc gonzalo and amd64 by me.
2013-04-13 22:31:42 +00:00
miod
714347734c Replace existing PIC-unaware m88k assembly parts with proper m4 generator;
also disable the assembly mul_1 routine, which fails 5 of the regress tests.
This lets this build again on m88k.

Bump package version just to be on the safe side.

help and ok naddy@
2013-04-13 20:19:50 +00:00
jturner
9d09ad6e57 Update spiped to 1.3.1.
"yep" sthen@
2013-04-13 19:25:31 +00:00
espie
03e8a20bab better 2013-04-13 16:13:34 +00:00
ajacoutot
f34cfd54e1 Fix some substitutions. 2013-04-13 16:01:37 +00:00
jeremy
13ad28a636 Remove dependency on www/webkit, as this uses QtWebKit, included in
x11/qt4.

Pointed out by ajacoutot@
2013-04-13 15:45:47 +00:00
ajacoutot
8e7a80dd63 Fix LIB_DEPENDS/WANTLIB. 2013-04-13 13:36:13 +00:00
ajacoutot
77e4c10d53 Regen, 7970 2013-04-13 13:28:21 +00:00
sthen
0e2092fdf7 tweaks to www/tinyproxy, ok frantisek holop (maintainer)
- fix the license marker
- show people how to bind to all IPv4 addresses rather than
the default of all IPv6 addresses
- zap an unnecessary variable in Makefile
- zap -Wredundant-decls, it's useless and spammy on the console
2013-04-13 13:08:17 +00:00
ajacoutot
948fe7ea85 Fic dependencies. 2013-04-13 12:55:23 +00:00
sthen
4338c642c8 update to newer RRL patch (affects FLAVOR=ratelimit only) 2013-04-13 12:41:01 +00:00
ajacoutot
5946db3a5a Update to evolution-ews-3.8.0. 2013-04-13 12:37:27 +00:00
ajacoutot
48d81596d2 Update to evolution-rss-0.3.93. 2013-04-13 12:36:26 +00:00
ajacoutot
d45974c9d5 Update to evolution-3.8.0. 2013-04-13 12:32:26 +00:00
ajacoutot
7bc65abe42 Extend comment. 2013-04-13 12:15:10 +00:00
ajacoutot
24a220809a Regen PLIST. 2013-04-13 12:08:32 +00:00
ajacoutot
7d512bb406 Re-enable WebKit support. 2013-04-13 11:50:11 +00:00
sthen
a9866b73c9 Don't pull in execinfo.h via autoconf to fix builds with DPB junking.
This doesn't check for backtrace* functions being in libexecinfo so it's
unused anyway -> no package change.
2013-04-13 10:58:41 +00:00
ajacoutot
59fd76bd06 Regen WANTLIB. 2013-04-13 10:53:33 +00:00
ajacoutot
fd96e085f2 Tighten dependencies. 2013-04-13 10:46:36 +00:00
ajacoutot
62698b0265 Fix WANTLIB. 2013-04-13 10:44:15 +00:00
ajacoutot
d163dc6270 Update to gnome-documents-3.8.0. 2013-04-13 10:26:49 +00:00
ajacoutot
055f76461b Fix after the webkit update. 2013-04-13 10:14:38 +00:00
jasper
973f3b2960 - update empathy to 3.8.0, it needs some work but it's better than what we currently have anyway. 2013-04-13 10:09:30 +00:00
jasper
a8d4e24fcd - update to epiphany-3.8.0 now that we have webkit 2.0.0! 2013-04-13 10:06:08 +00:00
espie
f16f2a4fa3 display a bit more post-mortem info, show the Core<->current job info. 2013-04-13 10:04:43 +00:00
espie
99c73a5b6c fix die handler, as it should display the message as well...
grumble

make it possible to temporarily disable those handlers.
2013-04-13 10:02:11 +00:00
ajacoutot
8cf6eb22f8 I forgot that with gstreamer1, sndio(7) support is directly integrated in
plugins-base which webkit already provides; so no need for plugins-good
dependency anymore.
2013-04-13 09:33:29 +00:00
ajacoutot
0c72b519a1 plugins-ffmpeg -> plugins-libav 2013-04-13 09:30:25 +00:00
ajacoutot
2788ae5d37 Webkit uses gstreamer1 now. 2013-04-13 09:27:34 +00:00
landry
508403fce0 Tweak WANTLIB after webkit update (mostly s/gst*-0.10/gst*-1.0/ + removing
gstinterfaces-0.10) and bump some REVISIONs.
2013-04-13 09:14:06 +00:00
landry
4631994f18 Major update to webkit 2.0.0.
- 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
2013-04-13 09:11:02 +00:00
ajacoutot
02429ff356 Regen WANTLIB. 2013-04-13 08:54:19 +00:00
ajacoutot
90889af0d0 Fix build after jbigkit update to 2.0. 2013-04-13 08:53:47 +00:00
ajacoutot
856029fd98 Update to jbigkit-2.0.
This adds the lightweitgh version of the jbig library: jbig85 which is
needed by a WIP update of graphics/splix.

from Martin Crossley with some tweaks
2013-04-13 08:53:10 +00:00
sthen
2ab5cef2dc reduce Makefile eyebleedingness slightly; no package change. 2013-04-13 08:46:07 +00:00
ajacoutot
801f1b340b Update to rhythmbox-2.99.1. 2013-04-13 08:40:22 +00:00
ajacoutot
00ba833075 Use the x11/gnome MODULE and remove explicit dependency on rarian.
Install the desktop file and add the goo.
Remove pthread patch.

ok rpointel@ (maintainer)
2013-04-13 08:28:36 +00:00
sthen
d3f035f164 update to NSCA-ng 1.1 2013-04-12 21:44:53 +00:00
sthen
21dcdad850 Replace BROKEN-arm with arch-conditional "CFLAGS += -O1 -fno-stack-protector".
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.
2013-04-12 17:39:57 +00:00
mglocker
686706f2f1 Update to libplist-1.10.
Help and OK jasper@
2013-04-12 17:12:55 +00:00
ajacoutot
e59f838e58 Missing RUN_DEPENDS on net/telepathy/telepathy-logger. 2013-04-12 16:41:06 +00:00
giovanni
36b073464c Add a dependency on net/p5-IO-Socket-IP, this module is preferred over IO::Socket::Inet
ok sthen@
2013-04-12 14:35:57 +00:00
giovanni
343bbb1a6b +p5-IO-Socket-IP 2013-04-12 14:23:57 +00:00
giovanni
3fcda3aab7 import p5-IO-Socket-IP, a better replacement for IO:Socket perl module.
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.
2013-04-12 14:11:26 +00:00
giovanni
f2ab694097 Add a missing run dependency on print/ghostscript/gnu 2013-04-12 14:06:38 +00:00
ajacoutot
2c6b7f1dab Update to rygel-0.18.0 and unbreak.
Use a working libtool(1), i.e. the GNU one.

ok jasper@
2013-04-12 11:37:46 +00:00
ajacoutot
dd3eacb842 Update to bacula-web-5.2.13. 2013-04-12 10:47:38 +00:00