ajacoutot
c78896072c
Sync with mpi@ patches from upstream.
2012-03-09 06:45:16 +00:00
pascal
5f254914b3
+ p5-IO-CaptureOutput
...
+ p5-TAP-Harness-Archive
+ p5-TAP-Harness-Multiple
2012-03-08 14:55:31 +00:00
pascal
c2b41ce6be
This package subclasses Michael Peters' TAP::Harness::Archive package
...
from CPAN. It provides its own runtests() method for the case where
you need to create an archive of test results generated by running
multiple harnesses sequentially.
ok landry@
2012-03-08 14:53:26 +00:00
pascal
ef6e3b11c7
This module is a direct subclass of TAP::Harness and behaves in
...
exactly the same way except for one detail. In addition to outputting
a running progress of the tests and an ending summary it can also
capture all of the raw TAP from the individual test files or streams
into an archive file (".tar" or ".tar.gz").
ok landry@
2012-03-08 14:52:27 +00:00
pascal
14da6b094e
This module provides routines for capturing STDOUT and STDERR from
...
perl subroutines, forked system calls (e.g. "system()", "fork()")
and from XS or C modules.
ok landry@
2012-03-08 14:51:19 +00:00
nigel
bf3f2353cc
Bump for Garbage collect the /dev/arandom patches changes in firefox36.
...
Ok aja@
2012-03-08 13:03:58 +00:00
landry
3059d88974
Garbage collect two patches :
...
- using /dev/arandom instead of /dev/urandom is not needed anymore
- #undef _POSIX_THREAD_PRIORITY_SCHEDULING is not needed since the
switch to rthreads.
from brad.
2012-03-06 21:15:30 +00:00
ajacoutot
a7915c237a
Remove MONOTONIC_CLOCK hack since sysconf(3) has support for it now.
2012-03-06 11:39:17 +00:00
jsg
6da70a7fe8
modify the configure script so it does not dlopen old X11 libs
...
and include brad's X11 WANTLIB bits.
ok sthen@ dcoppa@ earlier version ok ajacoutot@
2012-03-04 01:33:22 +00:00
pascal
9dd6223fbc
Update to 7.4, take maintainer and teach gdb about threaded coredumps.
...
ok sthen@
2012-03-03 19:22:42 +00:00
sthen
8fa3e94e32
update to yaml-cpp 0.3.0 from Antti Harri
2012-03-03 10:33:47 +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
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
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
dfaf3d07c9
Update to ptlib-2.10.4.
2012-03-02 09:03:52 +00:00
dcoppa
05de9c30b5
Update hs-convertible to 1.0.11.1
2012-03-01 09:39:48 +00:00
dcoppa
73c9d9557c
Fix warnings found by clang / gcc-4.6 (from upstream svn)
2012-02-29 12:46:30 +00:00
ajacoutot
34a7bfbe22
Handle scrotwm -> spectrwm update.
...
from from Gonzalo L. R.
2012-02-28 05:58:15 +00:00
shadchin
02840c4659
Update to 1.1.
...
ok ajacoutot@
2012-02-27 18:53:45 +00:00
giovanni
d1b11bd441
maatkit => percona-toolkit
...
ok okan@ william@
2012-02-27 10:20:31 +00:00
ajacoutot
ac89eb7125
Tweak after recent vala update.
2012-02-26 15:06:10 +00:00
ajacoutot
6f7890033d
No need to set ac_cv_path_SED, it's already being taken care of by
...
infrastructure/db/config.no-gsed.
ok Brad (maintainer)
2012-02-25 10:25:57 +00:00
nigel
fa0fbc5108
bump REVISION-python also required.
...
Ok ajc@ mpi@
2012-02-24 17:43:11 +00:00
mpi
60973badf6
Make use of openpty(3) to allocate a pseudo-tty instead of the
...
gnome-pty-helper.
ok ajacoutot@, landry@
2012-02-24 10:44:55 +00:00
ajacoutot
e3334deee9
gnome-extras -> gnome-extra
2012-02-23 09:22:34 +00:00
giovanni
8b0ca058df
Enable examples and fix license marker
...
from Anthony J. Bentley with tweaks by me
2012-02-22 14:05:01 +00:00
kurt
17110c98ef
Remove uthreads work-arounds. Works ok with rthreads now.
...
Tested by sthen@ and espie@
2012-02-22 12:31:42 +00:00
dcoppa
b9bba0c616
Update to libev-4.11
2012-02-22 10:50:47 +00:00
dcoppa
307557e8ac
Roll back support for XRandR and VidMode gamma ramps: SDL was broken
...
on (at least) macppc because of this.
Patch updated for -current by Brad
OK ajacoutot@
2012-02-22 08:22:39 +00:00
ajacoutot
7279ef880c
The TESTS_ENVIRONMENT is used internally and not as the port
...
infrastructure is trying to use it. So fix how the variables are passed
in for the regress tests.
from Brad
2012-02-22 07:43:58 +00:00
ajacoutot
a7843c3581
Update to automake-1.11.3, from Brad.
...
Add missing @conflict marker.
2012-02-22 07:14:20 +00:00
sthen
75ff833b82
Update libmagic (based on "file" sources) to 5.11; fixes CDF parsing
...
issues found by CERT's fuzzing tool. Possibly SECURITY related.
2012-02-21 22:47:50 +00:00
sthen
a5fce98ac8
sync WANTLIBs and bump
2012-02-21 22:36:43 +00:00
sthen
22edabdcb4
Remove patches casting NULL when used as a sentinel to a pointer.
...
These are no longer needed since unistd.h r1.63 et al. ok ajacoutot@
2012-02-21 22:19:31 +00:00
ajacoutot
04f34342b4
CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
...
list it.
ok sthen@
2012-02-21 16:21:41 +00:00
ajacoutot
b34e24d32f
Explain XXX a bit more so that people can try and reproduce it easily if
...
they want to help fix this 64bit arches crash.
2012-02-21 09:22:33 +00:00
landry
73fadf6c7d
Chase ffx 3.6 update and bump xulrunner to 1.9.2.27.
2012-02-20 20:29:10 +00:00
ajacoutot
65abff384a
Increase deadlocking timer (from upstream): allows to properly pass the
...
gthread regress tests.
2012-02-20 19:36:50 +00:00
landry
73f17c0d11
Update to nspr 4.9, needed for mozilla 11+.
...
Tested on alpha amd64 hppa i386 powerpc sparc64, no change in regression
output (well, dtoa still fails, but thats not surprising given
corresponding code is heavily patched)
2012-02-20 09:17:00 +00:00
kili
685d346d8a
Bump after the ghc change.
2012-02-19 20:40:22 +00:00
stsp
45f76d1b23
Update to 1.7.3; ok mpi
2012-02-19 12:13:35 +00:00
ajacoutot
a7a736463f
Remove uthreads evil hack.
...
ok espie@ sthen@
2012-02-19 11:39:06 +00:00
sthen
4b930ab776
handle gpsbabel-gui -> gpsbabel-tk
2012-02-18 22:04:23 +00:00
ajacoutot
aa1a5010f0
Use autoreconf instead of manually using each autohell script one after the
...
other. Add missing BUILD_DEPENDS on libtool.
from Brad
2012-02-18 17:02:22 +00:00
landry
cad6e6ffa9
Update to p5-Curses-UI 0.9609 from Daniel Levai on ports@, thx!
2012-02-17 09:15:12 +00:00
ajacoutot
60ccb51e22
Update to pcre-8.30.
...
tested in a bulk by landry@
ok robert@ (maintainer)
2012-02-17 08:32:34 +00:00
ajacoutot
3c03cb6c0d
Re-enable altivec.
...
from Brad, tested by myself
2012-02-17 06:59:46 +00:00
pirofti
08f123b336
Drop maintainership.
2012-02-16 23:35:49 +00:00
ajacoutot
2bc784c1d3
Update to py-gobject3-3.0.4.
2012-02-16 22:31:43 +00:00
ajacoutot
8d06c23fe5
Missed in previous.
2012-02-16 22:16:50 +00:00