Commit Graph

48143 Commits

Author SHA1 Message Date
ajacoutot
51d312e3f7 - add @bin marker 2009-01-26 09:57:15 +00:00
bernd
363248410c Disable pthread usage since it seems to break some stuff.
Found the hard way by Simon Kuhnle, thanks!
2009-01-26 08:58:43 +00:00
simon
b74376975b add p5-Encode-IMAPUTF7 2009-01-25 23:02:44 +00:00
simon
7201680f25 import p5-Encode-IMAPUTF7
IMAP mailbox names are encoded in a modified UTF7 when names contain
international characters outside of the printable ASCII range.  The
modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).
2009-01-25 23:02:40 +00:00
simon
d94f66822b add p5-Class-C3-Adopt-NEXT 2009-01-25 22:31:23 +00:00
simon
c581918be5 import p5-Class-C3-Adopt-NEXT
This module is intended as a drop-in replacement for NEXT, supporting
the same interface, but using Class::C3 to do the hard work.  You can
then write new code without NEXT, and migrate individual source files to
use Class::C3 or method modifiers as appropriate, at whatever pace
you're comfortable with.
2009-01-25 22:31:18 +00:00
landry
0380bbd32c Update Webkit to r40000 svn snapshot.
While here, link with -pthread instead of -lpthread, spotted by
ajacoutot@.
Remove the BROKEN marker on sparc64 upon jasper@'s request to let
gnome/devhelp build, although it still SIGBUS'es badly at runtime
(which is being worked on, and driving me nuts)
2009-01-25 22:16:40 +00:00
landry
efa57df643 +extsmail 2009-01-25 21:55:33 +00:00
landry
9f61dd0a62 Import extsmail, from Edd Barrett.
extsmail enables the robust sending of e-mail to external commands. In
effect extsmail masquerades as the standard UNIX sendmail program,
reading messages, and later trying to send them by user-defined
commands.
2009-01-25 21:54:43 +00:00
steven
162b6cb0c9 change wish invocation line back; reminded by maintainer 2009-01-25 20:47:48 +00:00
jasper
42ab9556d7 - use MAJOR_VERSION also in MASTER_SITES 2009-01-25 19:44:37 +00:00
jasper
a8bccb1f89 - move major version variable into Makefile.inc 2009-01-25 19:23:49 +00:00
ajacoutot
cd9eec24f0 - remove outdated comment about descrambling DVDs
ok espie@
2009-01-25 18:58:58 +00:00
ajacoutot
b3898ef46d - better audio mixer device name 2009-01-25 18:56:21 +00:00
ajacoutot
bc83adfd24 - re-enable the sunaudio plugin
since the OSS plugin removal, no mixer was left available for gstreamer
anymore; the sunaudio will only be available as a mixer, not for audio i/o
which is a job for sndio

"sure" jakemsr@
2009-01-25 18:55:31 +00:00
kili
1448c2318c Update to darcs-2.2.0.
ok okan@ ("works for me as much as i can test")
2009-01-25 18:53:33 +00:00
ajacoutot
a876a9c3a4 - remove outdated MESSAGE 2009-01-25 16:48:15 +00:00
ajacoutot
79130f2cd2 - minor update to devede-3.12 2009-01-25 16:14:25 +00:00
sturm
c4bbd9cc64 WANTLIB changes w/o PKGNAME bump... 2009-01-25 14:51:23 +00:00
fgsch
be18b8815a - update to 1.5.1
- remove arts, esd and oss (from brad)
- add jack pseudo flavor (from brad)
- add wavpack
- add sndio, based on xmms' sndio support from Thomas Pfaff

input, some testing and ok sthen@.
2009-01-25 02:07:06 +00:00
fgsch
a2d3f6cb2d update to 1.5.1; some testing and ok sthen@. 2009-01-25 02:02:19 +00:00
jakemsr
1846e07147 use a larger audio buffer.
ok pvalchev
2009-01-25 01:30:16 +00:00
jakemsr
99623fb833 don't force the audio format, let SDL do conversions
ok pvalchev
2009-01-25 01:27:23 +00:00
jakemsr
7398d6cd1a let SDL do the audio conversions as smpeg doesn't do them very well
ok pvalchev
2009-01-25 01:25:39 +00:00
stsp
8b03888204 Fix build. Including <gtk/gtkclist.h> directly causes a circular include
dependency: gtkclist.h depends on gtk.h depends on gtkctree.h depends on
gtkclist.h -> boom. Simply including <gtk/gtk.h> works, though.
OK maintainer, and also tested on amd64 by Jonathan Armani, thanks!
2009-01-25 00:29:03 +00:00
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