12487 Commits

Author SHA1 Message Date
landry
fce402fe52 Fix build on big endian archs by backporting http://hg.libsdl.org/SDL_image/rev/f0b623bb5570 2013-11-24 18:13:26 +00:00
brad
c10f6256de Update to m4 1.4.17.
ok sthen@
2013-11-22 19:53:46 +00:00
sthen
34f297949a fix following if.h split 2013-11-22 15:40:22 +00:00
jasper
0502a07163 update to jenkins 1.509.4
ok ian@ (MAINTAINER) gonzalo@
2013-11-20 19:23:16 +00:00
jasper
dda24cc5f1 update to jenkins 1.539
testing/ok ian@ (MAINTAINER, gonzalo@
2013-11-20 19:22:51 +00:00
kili
5ea63fc499 Update to hs-aeson-0.6.2.1.
From David Schaefer.

No bumps to textproc/hs-heist nor www/hs-snap required.
2013-11-20 19:20:17 +00:00
robert
e9c9f7a1c0 wchan is no longer exposed, just check if wmesg is not empty, which is done
already and then use p_wmesg instead of trying to strlcpy p_wmesg[0]
this fixes one out of two bugs of libgtop2
ok jasper@
2013-11-19 07:30:58 +00:00
benoit
4382dfde6d Update to py-country 1.2.
ok giovanni@
2013-11-18 20:42:52 +00:00
ajacoutot
faa67ee7d1 Update to glib2mm-2.38.1. 2013-11-18 09:17:38 +00:00
brad
b0765d0b78 Correct the pkg-config file for static vs shared library linking.
Bulk build tested by landry@/sthen@

ok sthen@
2013-11-15 23:51:39 +00:00
stu
903b7cdb95 Mentry and wcb are now part of tklib. 2013-11-14 09:44:01 +00:00
stu
aabed3a403 Update to 0.6.
Installation changes like with tcllib.
Mentry and wcb are now in tklib.
Too many patches for stupidities.

Thanks to Steve Havelka for distfile hosting.

ok landry@
2013-11-14 09:43:09 +00:00
stu
7da1120790 Update to 1.15.
Some stuff went upstream.
Instead of doing all that ridiculous work in the Makefile,
I've moved it all to Tcllib's installer itself.
This should make future updates a lot less painful.

Thanks to Steve Havelka for distfile hosting.

ok landry@; thanks zhuk@
2013-11-14 09:21:18 +00:00
stu
a78d8d1acb Adjust for libftdi and newer jimtcl.
ok landry@
2013-11-14 09:12:29 +00:00
landry
4761ac0db6 SECURITY(?) update to nspr 4.10.2.
Fixes the following bugs:
Bug 927687: Avoid unsigned integer wrapping in PL_ArenaAllocate (possible CVE?, not confirmed yet)
Bug 770534: eliminate possible pointer overflow in PL_ArenaAllocate().
Bug 888546: PR_ImportUDPSocket doesn't work.

No release notes yet.
Note: This is what will be shipped within Fx 25.0.1, per #935568 & #935959.
2013-11-13 20:54:45 +00:00
naddy
d3130c3019 cvs doesn't link against Kerberos any longer, so less stuff needed in chroot 2013-11-13 19:53:08 +00:00
stu
c1b082f4ff Update to 0.20.
ok landry@; thanks sthen@
2013-11-12 18:53:03 +00:00
fgsch
21c55467f7 Fix warnings: pass the right types for tv_sec and tv_usec. Bump.
ajacoutot@ ok.
2013-11-12 17:55:11 +00:00
ajacoutot
0f0fc6f715 Update to glib2-2.38.2. 2013-11-12 16:17:58 +00:00
sthen
b1c4f89726 switch github MASTER_SITES urls with the query-string hack to using
DISTFILES=myfilename{theirfilename} type syntax, using a unified DISTFILES
line so they can later be merged.  ok rpe@
2013-11-12 15:00:25 +00:00
benoit
d497fbc763 Update to git 1.8.4.3. 2013-11-12 10:04:42 +00:00
ajacoutot
18588ffa41 Update to libsoup-2.44.2. 2013-11-12 07:37:24 +00:00
landry
d2250507c8 Instead of shuffling things around after arc4random_addrandom() removal,
take a stronger stance and remove evutil_secure_rng_add_bytes() from
libevent's API. Nothing calls it anyway, and there's even a big scary
warning (tm) in libevent's header..

---
You should almost never need to call this function; it should be
sufficient to invoke evutil_secure_rng_init(), or let Libevent take
care of calling evutil_secure_rng_init() on its own.

If you call this function as a _replacement_ for the regular
entropy sources, then you need to be sure that your input
contains a fairly large amount of strong entropy.  Doing so is
notoriously hard: most people who try get it wrong.  Watch out!
---

Bump event_core major, and remove the now useless configure.in patch.

Discussed with/ok sthen@
2013-11-11 21:54:57 +00:00
ajacoutot
3b9b71724a Update to pango-1.36.1. 2013-11-11 16:52:46 +00:00
bcallah
21a0726254 Enable -python for mips64* now that py-gtk2 works on those platforms.
Bump.
ok aja@
2013-11-11 16:05:28 +00:00
merdely
adb2c7d882 Update to 2.007.
Fixes this problem (notified by sthen):
   Use of uninitialized value in pattern match (m//) at
   /usr/local/libdata/perl5/site_perl/Net/Server.pm line 600.

From sthen:
   one of the tests fails if you have IO::Socket::SSL installed (it tries to run a local ssl
   server and connect to it but fails due to it being an unknown ca, IO::Socket::SSL defaults got
   tighter) but that isn't new and isn't a real problem

ok sthen, gonzalo
2013-11-11 15:42:58 +00:00
ajacoutot
543ec7b5fc Update to py-gobject3-3.10.2. 2013-11-11 15:16:12 +00:00
dcoppa
5ff455237f Bugfix update to cmake-2.8.12.1 2013-11-11 07:23:32 +00:00
landry
5b6d533e96 MOZ_ENABLE_SKIA_GPU is disabled on ppc, so manually install
GLContextSkia.h to fix packaging there and avoid using arch-dependent
PFRAG tricks.
2013-11-10 07:30:17 +00:00
naddy
725de75f3a move http://www.gnu.org to https 2013-11-09 23:19:01 +00:00
zhuk
af08a11d08 Fix MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ.
Review, input, okay and prodding to commit by stu@
2013-11-09 18:22:02 +00:00
brad
1aaa70b8aa Fix a merging issue which resulted in double entries.
ok sthen@
2013-11-09 16:17:49 +00:00
jasper
acd5ac7d9d remove leiningen; the upstream script is not really intended to get packaged
anyway.
2013-11-09 10:40:20 +00:00
jasper
9a2eab8429 -leiningen 2013-11-09 10:38:38 +00:00
landry
c9e678c3f9 Rename mozilla-js.pc to libxul-js.pc to avoir a conflict with
lang/spidermonkey. Found out the hard way by naddy@.
2013-11-09 07:49:03 +00:00
sthen
20f0e77975 update to py-sip 4.15.3
part of a short commit spree, there will be some slight ports tree
breakage until this is done.
2013-11-08 22:37:16 +00:00
rpointel
a2cb6bcf07 Update tortoisehg to 2.10.
ok sthen@.
2013-11-08 11:45:26 +00:00
rpointel
7d7e29d0b5 Update mercurial to 2.8.
ok sthen@.
2013-11-08 11:45:03 +00:00
sthen
2d276710ce update to git-cola 1.9.1 2013-11-08 11:17:05 +00:00
sthen
540b418182 fix rcsid 2013-11-08 02:13:49 +00:00
sthen
d855508913 pear-date-holidays-* updates, from maintainer Johan Huldtgren 2013-11-08 02:13:08 +00:00
bcallah
5819907542 +sdl2-gfx
+sdl2-net
2013-11-07 16:28:19 +00:00
bcallah
8c5bfc16bf Import devel/sdl2-gfx, the primitives drawing/other support functions
library for SDL2.
ok landry@ brad@
2013-11-07 16:27:38 +00:00
bcallah
5b87fb27c6 Import devel/sdl2-net, the SDL2 cross-platform networking library.
ok landry@ brad@
2013-11-07 16:25:22 +00:00
benoit
7c972590df Update to p5-Test-Fatal 0.013.
ok @schwarze
2013-11-07 09:07:13 +00:00
ajacoutot
e3edfdd3aa Remove SECURITY files. They have served their purpose in the past but
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.

ok jasper@ sthen@
input/ok naddy@
2013-11-07 07:08:59 +00:00
benoit
4d1e583b55 Update to p5-Test-Group 0.19.
ok schwarze@
2013-11-06 17:10:06 +00:00
benoit
018ca12be3 Update to p5-Test-Reporter 1.59.
ok schwarze@
2013-11-06 16:51:06 +00:00
ajacoutot
0eb5f48fee Sync with zarafa. 2013-11-06 13:40:33 +00:00
benoit
9f869d9d0c Update to p5-Devel-Symdump 2.11.
same diff from David Hill, ok schwarze@
2013-11-06 08:55:18 +00:00