Commit Graph

82927 Commits

Author SHA1 Message Date
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
ajacoutot
ee32ff12e2 Update to bacula-5.2.13.
ok sthen@
2013-04-12 10:39:04 +00:00
benoit
82b248f142 - update dfc to 3.0.2
- update patches and MASTER_SITES

ok sthen@
2013-04-12 10:22:32 +00:00
tobiasu
8575a638bc Add Ada support for sparc64.
Use SJLJ exceptions instead of ZCX because gcc produces broken code
for the later. Enable ncpu detection in the runtime for all archs.

ok pascal@
2013-04-12 10:01:47 +00:00
mpi
549396691b Make use of the new usb(4) ioctls to retrieve the config descriptor from
memory instead of generating I/O as adertised by the libusb API.

ok mglocker@
2013-04-12 08:22:10 +00:00
jasper
44cbceb2ab fix a crasher (from upstream) 2013-04-12 07:26:44 +00:00
jasper
c35bf0147f - update to lua-lgi-0.7.1 2013-04-12 07:21:59 +00:00
ajacoutot
203985edc6 Merge several bug fixed from upstream (memory corruption, memory leaks...). 2013-04-12 05:46:15 +00:00
brad
bf1f34e302 Update license marker as the license changed with 3.1.10.
ok ajacoutot@
2013-04-12 05:16:03 +00:00
brad
5f3151d7e6 Let Boost know OpenBSD has certain POSIX features but Boost does
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@
2013-04-12 01:11:32 +00:00
brad
8c4568d6e0 Move mytop back to the server sub-package where I had it originally.
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@
2013-04-11 21:02:19 +00:00
brad
ba97497164 - Takeover as MAINTAINER
- 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@
2013-04-11 20:26:10 +00:00
ajacoutot
220842173a Pushed upstream. 2013-04-11 18:37:53 +00:00
brad
d3834966df Update to VLC 2.0.6.
ok sthen@
2013-04-11 17:58:42 +00:00
brad
4f389a6a50 - Remove FLAC autoconf hacks that are no longer necessary
- Sync WANTLIBs

ok sthen@
2013-04-11 17:34:00 +00:00
brad
f976b0b97d Remove png hack no longer necessary.
ok sthen@
2013-04-11 17:32:35 +00:00
ajacoutot
dfcdf64192 SECURITY update to owncloud-5.0.4. 2013-04-11 16:45:31 +00:00
sthen
90b62ae26c add rcube-contextmenu, and zap some stray whitespace 2013-04-11 16:12:13 +00:00
sthen
b0858bdd4e add ports/mail/rcube-contextmenu, ok ajacoutot@
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.
2013-04-11 16:11:23 +00:00
sthen
83f2535a31 correct license marker, tighten RUN_DEPENDS 2013-04-11 15:41:20 +00:00
zhuk
1457184133 jasper@ pointed out that there is a fortran MODULE, so use it for
astro/wcslib instead. Bump done for safety.
2013-04-11 15:40:21 +00:00
zhuk
7f00acb024 Add -u option to portimport(1), allowing to specify your username in CVS.
BUGS section is gone now.
2013-04-11 15:18:00 +00:00
zhuk
b673eff278 Oops, missed TEST_DEPENDS - committed from the wrong directory. 2013-04-11 14:08:07 +00:00
zhuk
dfe0b288b0 Hook up wcslib and libqalculate. 2013-04-11 14:06:40 +00:00
zhuk
d0e185bd93 Import astro/wcslib, used by KStars.
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@
2013-04-11 14:05:18 +00:00
ajacoutot
c5a198e230 Missing textproc/intltool MODULE.
Remove uneeded BUILD_DEPENDS.
2013-04-11 13:46:51 +00:00
zhuk
97e642770d Import libqalculate, somewhat useful math library, used by recent KDE 4 SC
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@
2013-04-11 13:38:31 +00:00
ajacoutot
2d1d2ceac3 Disable webkit support; our antique webkit port links to gstreamer-0.10
but rhythmbox uses and links to to gstreamer-1.0 so we end up with
symbol clashings and eventually a crash :-(
2013-04-11 11:08:03 +00:00
ajacoutot
a7fda8a636 Unbreak runtime. 2013-04-11 10:14:37 +00:00
ajacoutot
4532b539ef Pushed upstream. 2013-04-11 10:03:32 +00:00
ajacoutot
27d6211526 Remove uneeded BUILD_DEPENDS. 2013-04-11 09:45:03 +00:00
pirofti
8995b38bd4 Update youtube-dl to 2013.04.03.
From David Hill, thank you!
2013-04-11 09:11:51 +00:00
pascal
d4d059a765 Attempt to fix longstanding ada build failure when building in parallel by
forcing gnatmake to use -j1.

ok sthen@
2013-04-11 08:34:13 +00:00