Commit Graph

87921 Commits

Author SHA1 Message Date
naddy
7d6157a211 * Cope with FDDI removal.
* Just use arc4random() instead of incredible contortions to gather
some randomness from the system.
2013-10-31 17:47:14 +00:00
fgsch
d16237d738 Update mecab to 0.996. 2013-10-31 16:42:08 +00:00
bcallah
cc8c5d1eb1 +sdl2-mixer 2013-10-31 15:30:30 +00:00
bcallah
8aff39ba8f Import devel/sdl2-mixer, the SDL2 multi-channel audio mixer library.
MP3 support is currently disabled awaiting the import of SMPEG2.
ok landry@
2013-10-31 15:30:07 +00:00
ajacoutot
2b7f2223f3 Committed upstream. 2013-10-31 10:49:12 +00:00
ajacoutot
3049bada62 Fix path to httpd2. 2013-10-31 09:51:29 +00:00
dcoppa
d67d92be37 Update to slim-1.3.6
ok rpe@, jung@, landry@ (maintainer)
2013-10-31 09:03:33 +00:00
ajacoutot
91403319aa Fix uninitialised variable. 2013-10-31 08:29:36 +00:00
dcoppa
383bf3b354 Maintenance update to libnatpmp-20130911 2013-10-31 08:12:06 +00:00
landry
060ec75bc7 Bugfix update to thunderbird{,-i18n} 24.1.0.
(yeah, dont ask about the numbering scheme...)

- See http://www.mozilla.org/en-US/thunderbird/24.1.0/releasenotes/
- Fixes MFSA 2013-93 -> 102 (99 didnt affect tb)
- add gstreamer patch from #927898
2013-10-31 08:06:34 +00:00
landry
f32514064d Update to seamonkey 2.22/lightning 2.7b1/enigmail 1.6.
- see http://www.seamonkey-project.org/releases/seamonkey2.22/
- fixes MFSA 2013-93 -> 102 (99 didnt affect SM)
- add gstreamer patch from #927898
- remove genxpi enigmail patch, merged upstream
2013-10-31 08:01:32 +00:00
landry
280051a846 Update to firefox 25.0.
- see http://www.mozilla.org/en-US/firefox/25.0/releasenotes/
- fixes MFSA 2013-93 -> 102
- remove USE_GROFF (from naddy@)
- remove LDEP on gst-plugins-base, gst is dlopened at runtime now, and
  there's a RDEP on gst-plugins-good anyway.
- add patch from #927898 to fix gst runtime dlopening (reminded by dcoppa@)
- add comment about ipc patches from #927810 & #909005
- remove 3 useless patches
2013-10-31 07:58:25 +00:00
benoit
d669acd421 Update to sabredav 1.8.7. 2013-10-31 07:07:14 +00:00
benoit
647171d7da Update to git-1.8.4.2. 2013-10-31 07:00:26 +00:00
ajacoutot
ce2f63f862 Fix a bogus check that may prevent getting the XDG_SESSION_COOKIE
value which in turn prevents session managers from accessing ConsoleKit
since the process could not be looked up.
2013-10-31 06:38:44 +00:00
brad
6fc4028f13 Bring in a typo fix for the same code in ircd-ratbox as submitted
for ircd-hybrid by Adam Jeanguenat <avj at voyager dot 6v6 dot org>.

ok sthen@
2013-10-31 01:25:07 +00:00
brad
370c7f2f0f Update to ircd-hybrid 8.1.8.
Similar diff and typo fix from Adam Jeanguenat <avj at voyager dot 6v6 dot org>

ok sthen@
2013-10-31 01:23:25 +00:00
brad
17dffabb14 Upgrade to gmake 4.0.
Bulk build tested by landry@

ok sthen@
2013-10-30 23:08:56 +00:00
bcallah
c8d38c929f +sdl2-image 2013-10-30 23:03:34 +00:00
bcallah
20140d1fd4 Import devel/sdl2-image, the SDL2 image library.
ok landry@
2013-10-30 23:03:07 +00:00
zhuk
f110461523 Zap -cups completely, and cleanup Makefile while there. Needed to make
upcoming diff readable.

okay landry@
2013-10-30 21:02:30 +00:00
fgsch
8b3750eb0c Update dictionary to 20131026.
file hostes by ajacoutot, thanks!
2013-10-30 20:21:11 +00:00
brad
5396b30573 Update to QEMU 1.6.1.
ok sthen@
2013-10-30 19:53:29 +00:00
bcallah
d7274d02ad +sdl2 2013-10-30 18:11:34 +00:00
bcallah
172b2e38c8 Import devel/sdl2, SDL2-2.0.1, the latest release of SDL.
Most of the porting work done by jsg@.
ok jsg@ (who was also ok with me taking maintainer) bentley@ landry@
2013-10-30 18:11:11 +00:00
benoit
8a37551002 +py-ecdsa 2013-10-30 16:35:11 +00:00
ajacoutot
e19f85b88f path_namespace='/' should match everything (upstream). 2013-10-30 15:41:58 +00:00
dcoppa
635a96784e Update tomcat7 to 7.0.47.
While here, fix COMMENT.
2013-10-30 15:35:22 +00:00
benoit
f9ca202f5e Import security/py-ecdsa
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python, released under
the MIT license. With this library, you can quickly create keypairs (signing
key and verifying key), sign messages, and verify the signatures. The keys
and signatures are very short, making them easy to handle and incorporate
into other protocols.

ok sthen@
2013-10-30 15:24:54 +00:00
dcoppa
ae719919a2 Fix DefaultAsynchronousChannelProvider.create so it does not crash
("java.lang.InternalError: platform not recognized"), but instead
creates an instance of BsdAsynchronousChannelProvider().

From FreeBSD PR 183389

okay kurt@ (maintainer)
2013-10-30 15:23:32 +00:00
landry
b3cee68a04 Enable the JP2OpenJPEG driver using the newly imported graphics/openjp2
port. See http://www.gdal.org/frmt_jp2openjpeg.html for features and
differences with the jasper-based driver (mainly, being able to use
GeoJP2 support without needing a hacked up jasper library).
2013-10-30 15:22:33 +00:00
ajacoutot
f0f074dada Fix saslauthd man page display; noticed by aalm@
While here, add missing libgs2 (stupid make plist).
2013-10-30 15:06:46 +00:00
dcoppa
2cc2d0c2d3 Update to 2013.10.30 and remove USE_GROFF, as suggested by schwarze@ 2013-10-30 13:23:35 +00:00
stsp
9ac8794803 Fix pulseaudio --start to not wait for a thread created in a parent process.
Doing so makes the child hang indefinitely (undefined behaviour as per POSIX).
It is now possible to log out of GNOME and log back in again.
bug analyzed by guenther@ ok aja@
2013-10-30 10:49:31 +00:00
ajacoutot
325e58b325 Missing RUN_DEPENDS. 2013-10-30 10:46:20 +00:00
ajacoutot
9b557d0ce6 +py-sql 2013-10-30 10:45:42 +00:00
ajacoutot
0bdeb11003 Import py-sql-0.2.
python-sql is a library to write SQL queries in a pythonic way.

ok robert@
2013-10-30 10:45:12 +00:00
schwarze
ab7bd9c293 +p5-Devel-Cover-Report-Clover 2013-10-30 09:53:13 +00:00
schwarze
d243429431 Import devel/p5-Devel-Cover-Report-Clover.
This module generates Clover compatible coverage XML files which
can be used in various continuous integration software systems.
It is designed to be called from the cover(1) program distributed
in the p5-Devel-Cover package.

ok benoit@ (who updated p5-Devel-Cover earlier this year) and sthen@
2013-10-30 09:50:30 +00:00
ajacoutot
8c0084f3ef Fix job history, from upstream via Fedora. 2013-10-30 08:35:55 +00:00
benoit
8180f1ab18 Update to rocksndiamonds 3.3.1.0. 2013-10-30 08:25:20 +00:00
bluhm
7916cf5c54 update p5-Net-SIP to 0.683 2013-10-30 02:07:36 +00:00
sthen
fff066bfb1 Update to MuPDF 1.3, and enable cURL support (separate binary, not subpackaged
here as cURL is a fairly common package).

Earlier version without cURL support ok rpe@, additional tests on various
arch from brett@, Florian Stinglmayr and Donovan Watteau (who also reminded
me about a change of name for mubusy needed in DESCR).
2013-10-29 22:08:59 +00:00
jasper
7473fe88f4 regen WANTLIB to unbreak after libvirt update; spotted by naddy@, thanks! 2013-10-29 17:58:06 +00:00
naddy
67986bb243 move icons to /cvsweb/icons so they are accessible by both httpd and nginx 2013-10-29 16:30:15 +00:00
stsp
e4c7f72cff Update to Subversion 1.8.4. Maintenance release, mostly client-side fixes. 2013-10-29 16:02:28 +00:00
landry
fd7dfdbe7e Escape a trailing $ in the RCSId line of the sample config string,
otherwise newer perls complain loudly with 'Global symbol "$SID"
requires explicit package name'. Fix dead HOMEPAGE while here.
2013-10-29 15:16:56 +00:00
ajacoutot
1a94183dba Always prefer sndio sink and src over anything else. This fixes a long
standing bug with some video formats when gstreamer1-plugins-pulse was
installed (output sounded like static).

While here, replace some printf with GST_DEBUG.
2013-10-29 14:09:20 +00:00
ajacoutot
3b24322e3c Do not blindly sleep but instead wait to ttys initialization before
starting.
2013-10-29 11:08:24 +00:00
stsp
a24c800720 Make duplicity depend on py-paramiko, which provides the default SSH backend.
Fixes "BackendException: Could not initialize backend: No module named paramiko"
ok juanfra benoit ajacoutot
2013-10-29 10:28:57 +00:00