Commit Graph

64490 Commits

Author SHA1 Message Date
jasper
01b6bc4255 sigh, bump to 0.8.3 here too. 2011-04-02 21:03:02 +00:00
jasper
8e369d20aa - bugfix update to 0.8.3 2011-04-02 21:02:48 +00:00
kili
9efe957859 - Don't try to close joysticks that have never been opened (and do not
even exist, although reported as existing by SDL).
  From Antti Harri <iku@openbsd.fi>.

- Don't pass -1 to a function expecting an unsigned int (ugly quick-fix
  by adding a cast; I'll suggest upstream to fix this in a better way).

- Fix an sizeof (char *) error.

The latter two fix the build on arm.
2011-04-02 17:39:33 +00:00
ajacoutot
174ea062e2 Simplify: use my distfiles subdomain. 2011-04-02 16:56:42 +00:00
robert
e445fe38b5 make sure that we don't try to use NPTL code because if we do, all of the
zarafa-spooler processes will end up as zombies and we won't be able
to send emails.
this commit also removed the upper limit of 1 thread and from now on
we use the default value which is 5.

ok ajacoutot@
2011-04-02 16:36:45 +00:00
jeremy
4e789433fd Change MASTER_SITES and remove use of FETCH_CMD. No package change.
Prompted by naddy@, thanks to ajacoutot@ for hosting.
2011-04-02 16:22:05 +00:00
robert
1689f9c64b Define the apache_request_headers() function in php in case we are
using nginx or lighttpd as a webserver and not apache.

ok ajacoutot@ (maintainer)
2011-04-02 15:42:18 +00:00
rpointel
bac0534b21 Update opentdd to 1.1.0 from Daniel Dickman (MAINTAINER).
Adjust WANTLIB and LIB_DEPENDS with lzma from me.
2011-04-02 15:39:36 +00:00
ajacoutot
d042afed10 Use the "_rsync" user and group by default, instead of nobody.
Tweak man pages accordingly.
While here:
simplify @extra marker in PLIST
set GPL version

"looks good" to naddy@
with inputs from and ok schwarze@, ok sthen@
2011-04-02 15:13:25 +00:00
ajacoutot
dbc5a80580 Don't install ssl-certificates.sh, it doesn't work without external ssl
configuration by default and requires CA.sh.
2011-04-02 15:09:52 +00:00
simon
c45fed4623 update to version 0.09
ok landry@, Cesare Gargano (maintainer)
2011-04-02 14:55:13 +00:00
sthen
cf01b3d519 - update sieveconnect to 0.81 (which works with archiveopteryx)
- use correct path to system CA certs (/etc/ssl/cert.pem)

from Piotr Sikora, ok maintainer.
while there, fix whitespace and add NO_REGRESS.
2011-04-02 14:31:42 +00:00
ajacoutot
a91c3639df Update to liboobs-3.0.0. 2011-04-02 13:40:04 +00:00
ajacoutot
bd12e4a0d6 Minor update to system-tools-backends-2.10.2. 2011-04-02 12:56:31 +00:00
kili
414f8a0625 Let it compile on archs where char defaults to unsigned (powerpc). 2011-04-02 09:57:23 +00:00
jasper
bf26c53ae2 - tweak patch, no change to the package. 2011-04-02 09:06:51 +00:00
jasper
5665fdda5d - update mspdebug to 0.14
* most patches have been committed upstream

tested on a launchpad
2011-04-02 08:22:28 +00:00
benoit
7122f903ee - update p5-Net-Whois-RIPE to 2.00003
- update plist
- modify RUN_DEPENDS and REGRESS_DEPENDS
- remove USE_GROFF

tweaks and ok giovanni@
2011-04-02 08:05:19 +00:00
ajacoutot
781e4c2f62 Bugfix update to gtk+3-3.0.7. 2011-04-02 06:59:44 +00:00
ajacoutot
73ac4fa7f8 Bugfix update to gtk+2-2.24.4.
* Add missing introspection annotations
* Fix GtkComboBoxEntry accessibility support
* Thread-safety fixes in file chooser and app chooser code
* Fix some deficiencies with the builtin icon theme
* Translation updates
2011-04-02 06:33:34 +00:00
ajacoutot
c2321558c0 C++ code needs to define __STDC_CONSTANT_MACROS to pull in parts of
stdint.h. Necessary to be able to remove a hack in the FFmpeg port coming
up.

from Brad
2011-04-02 06:15:11 +00:00
fgsch
f0d1bc764e beautifulsoup name changed.
edd@ ok.
2011-04-02 01:22:13 +00:00
fgsch
977f5eb496 Update to 3.2.0 and convert the name to lowercase.
edd@ ok
2011-04-02 01:20:28 +00:00
fgsch
c508cd5496 remove beautifulsoup from RUN_DEPENDS, this works fine without it.
fix regress while i'm here. sthen@ ok
2011-04-02 01:18:35 +00:00
jeremy
32eec03916 Hook ruby-tiny_tds up to the build. 2011-04-01 23:19:01 +00:00
jeremy
78ea0c519a The TinyTDS gem is meant to serve the extremely common use-case of
connecting, querying and iterating over results to Microsoft SQL Server
databases from ruby. Even though it uses FreeTDS's DB-Library, it is NOT
meant to serve as direct 1:1 mapping of that complex C API.

OK sthen@
2011-04-01 23:17:08 +00:00
sthen
7bec75751f update license comment, no pkg change 2011-04-01 23:03:12 +00:00
jeremy
ca794aff96 Hook mongrel2 up to the build. 2011-04-01 22:31:01 +00:00
jeremy
76ccf637df Hook zeromq up to the build. 2011-04-01 22:30:11 +00:00
jeremy
3557f0c5b9 Mongrel2 is an application, language, and network architecture agnostic
web server that focuses on web applications using modern browser
technologies.

OK landry@ a while back
2011-04-01 22:28:02 +00:00
jeremy
13924d3bf0 Add zeromq, an open source message queue optimised for performance.
OK landry@ a while back
2011-04-01 22:26:54 +00:00
jeremy
01dff2fc78 Hook pcsxr and yabause up to the build. 2011-04-01 21:58:41 +00:00
jeremy
54deb25beb Remove LIB_DEPENDS on x11/gtk+2 (implied by gtkglext) and bump.
Reminded by ajacoutot@
2011-04-01 21:57:26 +00:00
jeremy
d4dd9d74ce Remove LIB_DEPENDS on devel/sdl-net (not needed) and x11/gtk+2
(implied by libglade2).  Comment another .la file and bump.

Reminded by ajacoutot@
2011-04-01 21:56:21 +00:00
ajacoutot
a43fd5ea47 Update to glib2-2.28.5.
This is a minor update, including translation updates and a few
documentation improvements.
2011-04-01 20:09:54 +00:00
jeremy
097285aa5e PCSX-Reloaded is a Sony PlayStation 1 emulator.
OK landry@
2011-04-01 17:18:55 +00:00
jeremy
1a7777786b yabause is a Sega Saturn emulator.
OK landry@
2011-04-01 17:17:45 +00:00
jasper
ff1559be36 - remove USE_GROFF
- regen PLIST

from gleydson soares
2011-04-01 16:48:18 +00:00
jasper
3026f49c06 - update to 2.2.3
- remove USE_GROFF
- regen patch/plist

from gleydson soares
2011-04-01 16:46:33 +00:00
jasper
d958a5e696 - add another missing dependency, needed for xml/html exports 2011-04-01 15:20:08 +00:00
sthen
e5fe84ed3e two security-related fixes from upstream via Brad:
- Avoid a possible overflow when handling media marks.
- Avoid a possible overflow when handling M3U files.
2011-04-01 12:32:34 +00:00
sthen
d30da6871a update bird to 1.3.0 (+ patch from upstream to fix a regression with
implicit router ids not being passed to bgp protocols).
2011-04-01 12:00:49 +00:00
ajacoutot
bfa7dad5f9 +nagstamon 2011-04-01 11:30:17 +00:00
ajacoutot
b0755134e2 Import nagstamon-0.9.4.
Nagstamon is a Nagios status monitor for the desktop. It connects
to multiple Nagios, Icinga, Opsview and Centreon monitoring servers
and resides in systray or as a floating statusbar at the desktop
showing a brief summary of critical, warning, unknown, unreachable
and down hosts and services and pops up a detailed status overview
when moving the mouse pointer over it. Connecting to displayed hosts
and services is easily established by context menu via SSH, RDP and
VNC. Users can be notified by sound. Hosts and services can be
filtered by category and regular expressions.

Note that systray support (as opposed to the floating status bar)
requires the "py-gnome-extras" package. Dependency is not enforced on
OpenBSD as this would bring lots of other dependencies.

ok sthen@
2011-04-01 11:29:26 +00:00
ajacoutot
324e38f0e9 Update to py-gtk2-2.24.0. 2011-04-01 11:26:08 +00:00
dcoppa
7a21149796 reserve user 671 for audio/umurmur. 2011-04-01 09:26:33 +00:00
dcoppa
d2bbf835c8 Bug-fix update to mldonkey-3.0.7 2011-04-01 08:38:37 +00:00
landry
959fd434dd add fennec to the list of MOZILLA_PROJECTs 2011-04-01 08:32:32 +00:00
jasper
6ad23d4f2e - regen 2011-04-01 07:38:16 +00:00
jasper
11861db716 add an @sample marker for perldb.conf as users may edit it.
from gleydson soares
2011-04-01 07:11:31 +00:00