Commit Graph

48218 Commits

Author SHA1 Message Date
grange
1185081c52 Add myself, bump PKGNAME. 2009-01-24 22:42:53 +00:00
ajacoutot
fb6048f04f - fix and patch DLLMAP_FILES
doesn't make f-spot work yet but at least, obvious mistake is corrected
- regen PLIST while here
2009-01-24 19:55:00 +00:00
ajacoutot
8f3738a805 - turns out the mono MODULE already has a built-in receipe for my previous
fix, so fix and use DLLMAP_FILES.
I don't really like a MODULE abusing post-configure target... oh well.
2009-01-24 19:04:04 +00:00
naddy
78dd235a9a update to 2.6.1, project has moved to Google Code 2009-01-24 18:32:07 +00:00
ajacoutot
2caf893d4e - fix tomboy-panel (i.e. tomboy applet)
- regen PLIST while here
2009-01-24 18:31:18 +00:00
bernd
5a2713c94a Update to ruby-capistrano-2.5.3. 2009-01-24 18:06:37 +00:00
bernd
07eab9f3b8 Update to ruby-rubigen-1.5.2. 2009-01-24 18:01:00 +00:00
sthen
556b3bae8b Better license marker. No bump necessary. 2009-01-24 17:58:44 +00:00
bernd
ef7ded3deb Update to ruby-net-ssh-2.0.8. 2009-01-24 17:56:07 +00:00
bernd
7b95528cd3 Update to ruby-mocha-0.9.4. 2009-01-24 17:52:35 +00:00
simon
076fd8c72b Fix "closing dbh with active statement handles" issue caused by prepared
statements which weren't finalized by $dbh->disconnect().

Since version 3.6.0 of sqlite one can use the new sqlite3_next_stmt()
function to get all open statements and call sqlite3_finalize() on them.
This patch implements that behaviour.

Problem brought to my attention again by bernd@ at p2k8 and i had it in
my tree since then without any issues.
Testing and ok by bernd@ and pea@, thanks!

Bug filed upstream at http://rt.cpan.org/Public/Bug/Display.html?id=40383
2009-01-24 17:42:22 +00:00
bernd
afd1fb2805 Update to ruby-rmagick-2.9.0. 2009-01-24 17:41:48 +00:00
bernd
975efcff37 Update to rspec-1.1.12. 2009-01-24 17:13:28 +00:00
ajacoutot
65978de4b6 - update to gtkaml 0.2.3
this needs vala >= 0.5.6
2009-01-24 16:52:08 +00:00
ajacoutot
6fa2c207ca - update to vala 0.5.6 2009-01-24 16:50:45 +00:00
ajacoutot
b1f6ee7ff3 - add -pthread to LDFLAGS 2009-01-24 15:35:18 +00:00
ajacoutot
4c95f3954e - link with -pthread, not -lpthread
- regen PLIST while here

ok espie@
2009-01-24 15:34:10 +00:00
ajacoutot
098377f7d7 - add @bin marker and NO_REGRESS 2009-01-24 15:33:12 +00:00
bernd
b9b5d8eab3 Update to ruby-tzinfo-0.3.12. 2009-01-24 15:29:45 +00:00
bernd
d77d587b2d Update to ruby-rack-0.9.1. 2009-01-24 15:20:54 +00:00
bernd
177d034fd9 Update to ruby-haml-2.0.7. 2009-01-24 15:19:17 +00:00
rui
d513b3cb62 Security: update tor to 0.2.0.33 which fixes an important security-related bug.
Reference: http://secunia.com/Advisories/33635

I got almost the same diff from merdely@ and robert at openbsd dot pap dot st

ok merdely@
2009-01-24 14:53:57 +00:00
bernd
ce191c802f Update to git-1.6.1.
Also fixes command injection vulnerabilities in gitweb.
(CVE-2008-5516, CVE-2008-5517) Hint from jasper@, thanks!

help & tests sturm@
2009-01-24 14:31:28 +00:00
sobrado
cf89c19ebf add geographical information about myself to the list of OpenBSD developers.
ok jasper@, sthen@
2009-01-24 12:44:28 +00:00
ajacoutot
1711486182 - re-add gstreamer-ffmpeg dependency now that it works
needs version >= 0.10.5, as requested by jasper@
2009-01-24 12:40:40 +00:00
ajacoutot
45d58e0dc9 - unbreak by updating to a more recent version
ok jasper@
2009-01-24 12:39:11 +00:00
ajacoutot
477f228b72 - better patch from David Coppa so that we can get rid of the gtar dep
- regen patches and set GPL version number while here
2009-01-24 11:49:55 +00:00
espie
db7f3a147c say exactly WHAT was skipped, instead of giving the pattern 2009-01-24 11:32:43 +00:00
sthen
ca074f9466 SECURITY update to 1.4.22.2; updated fix for CVE-2009-0041 in IAX 2009-01-24 11:22:26 +00:00
landry
062baafddc Update to comix 4.0.2, rewritten from scratch upstream.
Properly register mime types and install schema file while here.
Use PKG_SUBST instead of perl -pi dance.
With help from wcmaier@ for python-fu and ajacoutot@ for gconf-fu, tnx!

MAINTAINER timeout, ok ajacoutot@
grudgingly-ok-though-itd-be-nice-if-people-just-used-distutils wcmaier@
2009-01-24 11:07:04 +00:00
jakemsr
9465f22229 there's no reason to stop SDL from doing audio playback conversions 2009-01-24 11:00:41 +00:00
jakemsr
53ef50a03a cleanup sndio backend
- rename from "libsndio" to "sndio"
- remove support for "frame tick" synchronization; nothing uses it
- as with many other sndio backends, the audio device block size is the
  buffer-write-size the application wants and there are 2 blocks per
  device buffer
- if SDL will resample, increase the audio block and buffer size by
  the same ratio, so that device latency (or how much *time* the
  application has between write()s to not let the buffer underrun) does
  not change
- allow applications to disable conversions

tested with almost every port that uses this code (exceptions being some
games that require non-free game data) on a device most likely to be
affected by the changes (azalia(4) that only does 44.1 or 48 kHz s16)

unoverriding conversion disabling exposes brokenness in a few other
ports, those will be fixed soon
2009-01-24 10:56:11 +00:00
ajacoutot
9191f98fe2 - do not strip bin/lib when DEBUG is defined 2009-01-24 10:31:15 +00:00
jasper
0baf77c9e7 - do the correct db4-dance in LIB_DEPENDS
spotted by naddy@, thanks!
2009-01-23 18:13:25 +00:00
naddy
eaaca9c3d5 isfinite() is in the std namespace 2009-01-23 17:45:36 +00:00
jasper
2c8cd7c176 - regen WANTLIB 2009-01-23 17:42:14 +00:00
ajacoutot
3e076fc88a - this needs gtar
- regen WANTLIB

from David Coppa on ports@, thanks!
ok jasper@
2009-01-23 16:31:26 +00:00
jasper
38ef4736e9 - fix potential 64-bit issues by including a missing header
- honor CFLAGS
- regen PLIST while here
2009-01-23 16:13:50 +00:00
ajacoutot
d42eb01bf6 +lxrandr 2009-01-23 15:55:05 +00:00
ajacoutot
524cbdbe9d Import lxrandr-0.1
LXRandR is a very basic monitor config tool utilizing X RandR extension.
It's a GUI frontend of the command line program xrandr. LXRandR can let
you change the screen resolution on the fly. Besides, when you run
lxrandr with external monitor connected, its GUI will change, and show
you some quick options to get your projector working correctly.
<...>

Note that this will not work on each and every installations but it does
its job for me.

ok jasper@
2009-01-23 15:53:27 +00:00
jasper
ff607dab68 - fix MASTER_SITES 2009-01-23 13:27:50 +00:00
ajacoutot
f84adeeefe - unbreak 2009-01-23 12:46:36 +00:00
ajacoutot
e0d53431ee - fix a locales related crash in the editor
crash reported by Niels Van Mourik via jasper@
2009-01-23 11:41:29 +00:00
sthen
749586611f patch from upstream git via Brad; increment stat.clients statistics
whenever adding new client. Otherwise it is possible to go under zero
when removing clients from the server.
2009-01-23 11:01:06 +00:00
sthen
824f5f7aad fix the missing package bump for kevlo's PLIST change (add @conflict marker). 2009-01-23 09:11:57 +00:00
jasper
ea8986db67 - update dkim-milter to 2.8.1
* includes a SECURITY FIX for the DDoS in SA33581
- re-order WANTLIB

ok jakob@ (MAINTAINER)
2009-01-23 06:43:07 +00:00
kevlo
cfccbde5ad add @conflict marker 2009-01-23 02:33:17 +00:00
kevlo
bf64d836df add deco 2009-01-23 02:30:55 +00:00
kevlo
0fd5615b3a initial import of deco 1.6
Deco is a Unix script able to extract various archive file formats.
Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb,
flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo.

ok sthen@
2009-01-23 02:30:20 +00:00
sthen
2703733a18 update to 0.4.7 from Ryan Freeman <ryan at slipgate dot org> on ports@
with small adjustments. maintainer's email bounces.
2009-01-22 20:39:03 +00:00