Commit Graph

73037 Commits

Author SHA1 Message Date
ajacoutot
c45cfed81f Two fixes from upstream:
- Add mapping for Indeo 4 video codec.
- Only slice-threading (causes less latency).

from Brad
2012-03-03 10:33:41 +00:00
ajacoutot
5f8b20489e Update to gnome-doc-utils-0.20.7. 2012-03-03 10:30:56 +00:00
sthen
6068a7a843 update to 1.16, fixes incompatibility with Perl 5.12. from Juha Erkkila 2012-03-03 10:21:43 +00:00
sthen
8b5fdba8dd update Postfix snapshot to 2.10-20120218, from Brad 2012-03-03 10:16:36 +00:00
sthen
99ae47bdaa update Postfix stable to 2.9.1, ok Brad (maintainer)
- fix recently introduced "sendmail -bs" segfault
- fix old bug where the "change header" Milter could replace a wrong header
2012-03-03 10:08:22 +00:00
ajacoutot
7865b64dc6 Minor update to moserial-3.0.6. 2012-03-03 09:39:55 +00:00
espie
a366b51e34 %f for distdir (where fetched distfiles live) 2012-03-02 19:35:09 +00:00
espie
0a05d056a4 keep track of how long a job is stuck, max. 2012-03-02 19:33:43 +00:00
espie
7222a75d55 fix detection of existing dpbs. 2012-03-02 17:14:41 +00:00
dcoppa
41b87830c9 Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of
SDL_MUTEX_TIMEDOUT on time out

From upstream via brad. No bump needed.

OK ajacoutot@
2012-03-02 14:52:29 +00:00
dcoppa
c09d43ceba Don't use custom format output as format string: fixes a segmentation
fault when searching for a station named '%'
(upstream git commit e6a87e15043767c0f1f00a62110e4bbb53de4ece)
2012-03-02 11:42:56 +00:00
fgsch
9bbfe24cb4 enter anki. 2012-03-02 09:36:05 +00:00
fgsch
bd7f9a9889 Import anki, a spaced learning system. 2012-03-02 09:34:05 +00:00
dcoppa
eea121e0d7 Update to sdl-1.2.15.
From brad, with tweaks by ajacoutot@ and me.

Tested by many on ports@
Ok ajacoutot@
2012-03-02 09:10:38 +00:00
ajacoutot
4fdc9a6e9c Add ekiga to gnome-extra. 2012-03-02 09:07:42 +00:00
ajacoutot
3e761f1bb2 Unbreak although several things do not work quite well. But having packages
available will help testing.
2012-03-02 09:06:24 +00:00
ajacoutot
b0e3ff42b6 Update to h323plus-1.24.0. 2012-03-02 09:04:59 +00:00
ajacoutot
084cd7ed72 Update to opal-3.10.4. 2012-03-02 09:04:21 +00:00
ajacoutot
dfaf3d07c9 Update to ptlib-2.10.4. 2012-03-02 09:03:52 +00:00
dcoppa
b32ee176cf Remove unnecessary patching. No change to the package.
From brad
2012-03-02 08:34:44 +00:00
sthen
a2c92de30c fix MASTER_SITES; eloshinsky at gmail 2012-03-02 08:22:20 +00:00
sthen
1c30160016 Add various patches to ldapvi from upstream git/mailing list submissions:
- add -y support to read password from a file
- remove useless header that vim whines about
- preserve order of attribute values
- fix possible LP64 issue (improper sentinel)
- allow editors/pagers with arguments
- getline namespace collision, upstream git 256ced029c
- fix hash generation

OK ajacoutot@
2012-03-02 08:01:06 +00:00
ajacoutot
cbd68490f6 Bugfix update to lame-3.99.5. 2012-03-02 07:14:54 +00:00
ajacoutot
999d950081 Remove NO_SYSTRACE, systrace(2) is going to be fixed soonish. 2012-03-02 07:11:23 +00:00
shadchin
1973b3a74f Update to 3.3.1.
ok edd@
2012-03-01 17:57:45 +00:00
dcoppa
e7c31efada Update to HDBC-mysql-0.6.6.0 2012-03-01 09:50:30 +00:00
dcoppa
c261b497b0 Update to HDBC-2.3.1.1 2012-03-01 09:42:54 +00:00
dcoppa
05de9c30b5 Update hs-convertible to 1.0.11.1 2012-03-01 09:39:48 +00:00
dcoppa
25606a6d58 Update to hs-redis-0.12 2012-03-01 09:27:32 +00:00
edd
bd36f4a001 Fix usb joysticks when the device is not /dev/ugen0
From zamaz (upstream), many thanks.

OK ajacoutot@
2012-02-29 21:38:31 +00:00
fgsch
c030c68376 Update to ibus 1.4.1.
ajacoutot@ ok.
2012-02-29 21:09:00 +00:00
landry
79aec962f9 +icedtea-web 2012-02-29 20:58:28 +00:00
landry
4e24173230 Import icedtea-web 1.1.2.
The IcedTea-Web project provides a Free Software web browser plugin
running applets written in the Java programming language and an
implementation of Java Web Start, originally based on the NetX project.
It works in gecko-based AND webkit-based browsers, and is meant as a
replacement for the dead/unmaintained/dreaded sun java plugin.

It is still a it rough at the edges (java process sometimes doesn't
finish when tab is closed, awt exceptions upon first paint), but let's
import it so that people can try it and debug it.

ok sthen@
2012-02-29 20:57:52 +00:00
ajacoutot
bad5bc7959 Add NO_SYSTRACE for now, otherwise gtar fails in mysterious way because
systrace(1) will prevent native-linkat.
Reported by Juan Francisco Cantero Hurtado.
2012-02-29 15:43:16 +00:00
dcoppa
73c9d9557c Fix warnings found by clang / gcc-4.6 (from upstream svn) 2012-02-29 12:46:30 +00:00
dcoppa
705ec52593 Fix endianness bug in EC.
Until now, a little-endian sender worked, regardless of the endianness
of the receiver, but a big-endian sender sent all integer data reversed.
(upstream git commit 07a5a373ff356166207438b5dffdf4eee30825d1)
2012-02-29 11:43:19 +00:00
rpointel
17112f12da Update arping to 2.11 which fixes a null pointer dereference introduced in version 2.10.
ok benoit@ (maintainer).
2012-02-29 09:31:10 +00:00
rpointel
056cecefd2 Update arping to 2.10. ok benoit@ (maintainer). 2012-02-29 08:46:26 +00:00
ajacoutot
9f243c390c Update to openxcom-20120217.
from Antti Harri (maintainer)
2012-02-29 08:25:32 +00:00
rpointel
0703bff907 Permit to build with Python 2.7.2.
Spotted by nigel@, diff from upstream by me and ok nigel@ (thanks!).
2012-02-28 23:01:23 +00:00
pascal
bdd5b86d65 fix boehm-gc with rthreads for gcc 4.6. based on kurt@'s work.
ok espie@
2012-02-28 20:00:16 +00:00
sthen
9f4f36912e fix typo in comment (not COMMENT), no pkg change 2012-02-28 19:48:41 +00:00
nigel
d11ebdb22f sync 2012-02-28 19:30:13 +00:00
nigel
062fbd88a8 library and tools to access SMI MIB information
Includes changes from sthen@, thanks.

Ok sthen@
2012-02-28 19:26:22 +00:00
stsp
9f4733a2a0 Revision bump for net/livemedia update. 2012-02-28 17:56:53 +00:00
stsp
8aea95e7fb Update to 2012.02.04.
with input from and ok brad sthen
2012-02-28 17:55:47 +00:00
dcoppa
05c340f796 Enable support for NAT-PMP and UPnP through libnatpmp/miniupnpc.
Disabled by default: set "upnp_port_forwarding = true" into
~/.mldonkey/downloads.ini to enable it.
2012-02-28 15:38:55 +00:00
edd
634873c8e6 Update to wxMaxima 12.01.0
OK ajacoutot@
2012-02-28 14:38:30 +00:00
espie
243f41a146 better: if old locks, don't warn.
if no locks to possibly remove, well, don't even run ps !
2012-02-28 14:23:27 +00:00
sthen
c7277bbbb4 another /usr/local, this time should be TRUEPREFIX. pointed out by aja@.
This one may change the package (rather than just result in the build
failing as with the previous LOCALBASE subst) so do bump.
2012-02-28 12:42:44 +00:00