Commit Graph

48262 Commits

Author SHA1 Message Date
landry
ad8b01fde2 Update to waf 1.5.2, add a patch to workaround a stupid cc version check.
ok jasper@ wcmaier@
2009-01-26 19:47:12 +00:00
jasper
33b462f0c0 - regen WANTLIB
- install .desktop file where it should
- add missing goo and dependency
- get rid of implicit declaration warnings
- add missing rcs id's to several patches

ok mbalmer@ (MAINTAINER), sthen@
2009-01-26 18:17:25 +00:00
simon
e3f9dc2f91 update to version 5.71000 2009-01-26 17:10:00 +00:00
eric
c78a2d734d update to 0.14
ok wcmaier@
2009-01-26 16:31:15 +00:00
sthen
0490bb1d52 handle update-desktop-database and bump. ok jasper 2009-01-26 16:25:18 +00:00
sthen
6f87d220af add bdb to the kitchen-sink dovecot build (ldap,mysql,postgresql,sqlite) 2009-01-26 14:53:50 +00:00
sthen
b51b001d50 update to 1.1.9 and add a flavour add bdb dictionary support (allows
the expire plugin to work without a SQL database). From Brad (maintainer),
diff for bdb support from Michael Lechtermann.
2009-01-26 14:47:02 +00:00
bernd
c21e051b62 Add subpackage for the lemon LALR(1) parser generator.
ok martynas@, simon@ (some time ago)
2009-01-26 14:44:37 +00:00
ajacoutot
cd6ec5e59a - update to version 0.5.0.3
- mark it as BROKEN (I doubt is actually ever worked...); I'll work on
it but there's no need to give false hope for now

ok jasper@
2009-01-26 14:40:58 +00:00
sthen
03bb56ee4a add Brad as maintainer + bump, small style nit 2009-01-26 12:46:12 +00:00
jasper
cc1fd56b88 - update gcalctool to 5.24.3.1
* bugfix for multiposition bit shifts
2009-01-26 12:45:08 +00:00
jasper
e9e14f1519 - roll in a SECURITY FIX for SA33650,
which could lead to heap based overflows and memory corruption.

patch taken from upstream git.

ok ajacoutot@
2009-01-26 12:32:43 +00:00
ajacoutot
a165a5753e - s/-pthread/-lpthread
ok sthen@
2009-01-26 12:04:35 +00:00
ajacoutot
7f25d3f6c0 - link with -pthread, not -lpthread
- regen WANTLIB and PLISTs while here

"go ahead" robert@
2009-01-26 10:59:14 +00:00
ajacoutot
d9f485a8a3 - update to tmw-0.0.28
from Jonathan Armani (MAINTAINER) with some tweaks.
2009-01-26 10:57:03 +00:00
ajacoutot
c26e0e3882 - lowercase COMMENT
"sure" mglocker@
2009-01-26 10:37:46 +00:00
ajacoutot
e7102a1ad3 - bring a patch from NetBSD via David Coppa to fix a crash with cairo gtk
themes
see GNOME bug #567253

Brad also came up with the same patch and noted the fix is now upstream.
ok jasper@
2009-01-26 10:28:33 +00:00
jasper
12719c79e1 - better diff to take care of the gtar-isms (from david coppa, thanks!)
- regen WANTLIB and PLIST while here
2009-01-26 10:20:39 +00:00
ajacoutot
57ef8dc6f2 - s/-lpthread/-pthread
- add CONFIGURE_SHARED
2009-01-26 09:58:47 +00:00
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