Commit Graph

80643 Commits

Author SHA1 Message Date
ajacoutot
b7f0c2516f Major update to gphoto-2.5.0.
ok espie (maintainer)
2013-01-19 11:22:05 +00:00
ajacoutot
4bca9f9bf5 Major update to libgphoto-2.5.0.
ok espie@ (maintainer)
2013-01-19 11:21:44 +00:00
espie
9c744b5f7c grr double define does nothing 2013-01-19 11:08:09 +00:00
brad
52236907d4 Update for newer FFmpeg API.
ok ajacoutot@
2013-01-19 10:13:15 +00:00
brad
87fe7baac4 Update for newer FFmpeg API.
ok ajacoutot@
2013-01-19 09:51:30 +00:00
brad
ff163167a1 Update for newer FFmpeg API.
ok ajacoutot@
2013-01-19 08:42:35 +00:00
ajacoutot
ba8cb1bad6 Fix relocation errors on (at least) sparc64.
breakage reported by Markus Lude
2013-01-19 07:04:01 +00:00
jasper
b81f70e8a8 sync 2013-01-19 05:12:26 +00:00
jasper
0fc93b3d42 import pygments.rb-0.3.7
pygments.rb exposes the pygments syntax highlighter to Ruby.

feedback/ok jeremy@
2013-01-19 05:11:27 +00:00
sthen
0f81196db2 check that argv[1] isn't null before using it in strncmp() to avoid segv;
this file isn't currently built (it needs fmemopen) so no bump.
2013-01-18 22:38:06 +00:00
sthen
f1a40283a6 remove unnecessary parts from the Makefile patch, they are handled in
the port Makefile already. no pkg change.
2013-01-18 22:36:44 +00:00
kurt
4fab9ed37d Update to 7u11. Security: CVE-2013-0422
- Update man patchset to upstream bsd-port at u10
- u11 patchset from FreeBSD/Greg Lewis's port
2013-01-18 22:30:43 +00:00
dcoppa
ec9f3212ec Fix a couple of crashers, from upstream:
Bugfix: don't crash when a target is expected but is not available
(upstream git commit e767ffcda58ab73cf2c4394202eec7ae1f6035b5)

Bugfix: don't crash if the link.txt file contains empty lines
(upstream git commit 8ff1d4714fb7cd42eb3cd8db041b529e433eb7c8)
2013-01-18 22:17:06 +00:00
robert
93212d6849 update to 24.0.1312.52 2013-01-18 21:38:02 +00:00
espie
681c718ee7 kill checksum-and-list
optimize away some depend stages: since the main dpb process maintains
a synchronous list of live_depends, and only releases host locks synchronously,
it can check depends lists against already known live_depends (and avoid
some depend stages entirely).

naddy@ says it gains 40 mn on his box...
2013-01-18 21:11:55 +00:00
sthen
70b8a37cc4 bugfix update to php 5.3.21, ok robert@ 2013-01-18 21:07:08 +00:00
gsoares
7cff5fea25 missing license marker
from Amit Kulkarni on ports@
2013-01-18 20:54:44 +00:00
bcallah
6e2fc64bd9 More mips64el check-in. Add mips64el to NOT_FOR_ARCHS-go. ld fails: Bad final value
ok jasper@ pascal@
2013-01-18 19:09:58 +00:00
steven
0210c1de2d maintenance update to 3.3.8 2013-01-18 19:09:08 +00:00
steven
0c4ecaeade update to 0.36.1 (this is a stable branch) 2013-01-18 19:08:26 +00:00
jasper
6d0b93d23c - update to liquid-2.4.1 2013-01-18 18:11:51 +00:00
jasper
2f0dcad81f import ruby-kramdown-0.14.1
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a
strict syntax definition and supporting several common extensions.

feedback/ok jeremy@
2013-01-18 18:10:08 +00:00
jasper
8d3e23f716 import ruby-posix-spawn 0.3.6
posix-spawn uses posix_spawnp(2) for faster process spawning.

feedback/ok jeremy@
2013-01-18 18:06:27 +00:00
jasper
b6a2eddaf8 sync 2013-01-18 18:05:35 +00:00
jasper
c727b5628f import ruby-yajl 1.1.0
This gem is a C binding to the excellent YAJL JSON parsing and
generation library.

feedback/ok jeremy@
2013-01-18 18:04:52 +00:00
jeremy
cf03796bf5 Update to rack 1.4.4. 2013-01-18 17:10:09 +00:00
jasper
28ae2b3163 sync 2013-01-18 17:08:58 +00:00
jasper
4d01fb7719 import ruby-rb-gsl-1.14.7
Ruby/GSL is a Ruby interface to the GNU Scientific Library, for
numerical computing with Ruby.

ok jeremy@
2013-01-18 17:07:32 +00:00
jasper
179a4c5428 import ruby-narray-0.6.0.4
NArray is an Numerical N-dimensional Array class. Supported element
types are 1/2/4-byte Integer, single/double-precision Real/Complex, and
Ruby Object. This extension library incorporates fast calculation and
easy manipulation of large numerical arrays into the Ruby language.
NArray has features similar to NumPy, but NArray has vector and matrix
subclasses.

ok jeremy@
2013-01-18 17:06:33 +00:00
giovanni
19782365c1 Update to 1.10.1
A new "page overlay report" and some security bugs has been fixed.
2013-01-18 16:44:55 +00:00
ajacoutot
4ddcbdbd48 Fix depends after recent xscreensaver merge. 2013-01-18 15:30:46 +00:00
ajacoutot
c4dcffe69e Update to xscreensaver-5.20.
- explicitely disable PAM
- merge -data into -main; it makes no sense to split them anymore
- re-add popsquares as it doesn't conflict with gnome-screensaver anymore
2013-01-18 15:30:34 +00:00
giovanni
c31bb99b2a Major update to 3.5.5 release, many new improvements and many bug fixes.
ok kevlo@ (Maintainer)
2013-01-18 15:17:43 +00:00
sthen
380b37f4a7 - update to DansGuardian 2.12.0.3, modified from a diff from abieber
- add an rc script
- fix incompatibility with pcre 8.3+, patch from Debian
- distfiles are now on sourceforge
- drop maintainer; no response to emails

ok abieber@
2013-01-18 15:04:09 +00:00
jasper
160d47c6c1 mark broken on mips64, gcc crashes on:
IA operator-() const { return IA (-sup(), -inf()); }
2013-01-18 14:03:14 +00:00
fgsch
b7bb42232e Update to ibus-anthy-1.5.0, required by the newer ibus.
Add myself as maintainer.
With input and comments from ajacoutot@.
2013-01-18 12:42:16 +00:00
gonzalo
a7d3be008d Update for munin to 2.0.10 with bugfix and installs perl-related manuals to
man3p category from kirby@ (maintainer)

ok kirby@ (maintainer)
2013-01-18 12:23:24 +00:00
dcoppa
ee4a9dcb70 Remove the "--with-term" workaround, now that we have the right
terminfo entries for rxvt-unicode in base.

Add a pkg/README with some tips.

tweaks & ok sthen@
2013-01-18 11:55:27 +00:00
bmercer
cb9733f369 Bump to the latest version. This adds a medium font. OK sthen@ dcoppa@ 2013-01-18 11:51:38 +00:00
jasper
69ab0378b2 correctly recognize 'mipseb' to fix the build on mips64. 2013-01-18 11:37:54 +00:00
kirby
8421618222 - Use DIST_SUBDIR. Reflects data files belonging.
- Remove *.desktop file templates.
 - Remove unneeded patch.

ok bentley@, maintaiber
2013-01-18 11:34:37 +00:00
sthen
ed7ba2bb04 SECURITY update to drupal6-core 6.28, ok espie
- cross site scripting
- access permissions bypass issues
- code execution in upload, though not with standard htaccess configuration

http://drupal.org/SA-CORE-2012-004 http://drupal.org/SA-CORE-2013-001
2013-01-18 11:19:05 +00:00
sthen
17a5e51f8a SECURITY update to drupal6-meta-tags (aka nodewords) 1.14, ok espie 2013-01-18 11:17:35 +00:00
sthen
8611dd372a minor update to drupal6-ckeditor 1.12 2013-01-18 11:16:50 +00:00
ajacoutot
cb5f7d6c3c Bugfix update to gnutls-3.1.6. 2013-01-18 10:41:25 +00:00
ajacoutot
54820153df Update to libnettle-2.6. 2013-01-18 10:41:00 +00:00
ajacoutot
6a79d6a0c7 Minor udate to libidn-1.26. 2013-01-18 10:40:26 +00:00
brad
f10f275ea7 Update for newer FFmpeg API.
ok jeremy@
2013-01-18 08:15:55 +00:00
jasper
36483cf64f mark broken on mips64 due to missing atomic ops. 2013-01-18 08:12:33 +00:00
brad
01d0ad8e7c - Update for newer FFmpeg API.
- Remove pthread patch.

ok benoit@
2013-01-18 07:56:17 +00:00