Commit Graph

62167 Commits

Author SHA1 Message Date
jasper
628f7cd63a import mspdebug 0.10
MSPDebug is a free debugger for use with MSP430 MCUs. It supports
FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be
used as a proxy for gdb or as an independent debugger with support for
programming, disassembly and reverse engineering.

With a patch from jakemsr@ to work around a ugen/libusb issue where
usb_bulk_read return 0 on timeout, which isn't deal with properly.

ok ajacoutot@
2010-12-02 10:35:04 +00:00
ajacoutot
3abb4634cd Fix link, it's openoffice.org3 (not openffice3).
ok robert@ (maintainer)
2010-12-02 09:29:25 +00:00
ajacoutot
d9e897d89a Mark this as BROKEN, temporarily, so that I have some time to figure out
what is going on and people don't update. It does work, but I'm
experiencing some strangeness which I'm looking into -- better safe than
sorry.
2010-12-02 09:26:15 +00:00
robert
ec52d44f51 update to 3.3.0.1 (rc1) 2010-12-02 09:23:37 +00:00
ajacoutot
b262a4660a Forgot to cvs rm in previous. 2010-12-02 09:20:29 +00:00
ajacoutot
1394d63d24 This is not needed anymore. 2010-12-02 09:15:25 +00:00
ajacoutot
4973830405 Set the sgid kmem bit by default.
"no objections" sthen@, ok pval@ (maintainer)
2010-12-02 09:14:53 +00:00
ajacoutot
7f4aca029a Remove some un-needed patches. Add some better defaults.
Properly bump this time.
2010-12-02 08:56:32 +00:00
matthieu
4ac0c1cd21 Add patch to fix bad XChangeProperty() usage that crashed on sparc64.
pr6522. ok and revision bump reminded by ajacoutot@.
2010-12-02 07:50:06 +00:00
matthieu
a76cba72cf Add patch to fix bad XChangeProperty() usage that crashed on sparc64.
pr6522. ok benoit@ (maintainer) revision bump reminded by ajacoutot@.
2010-12-02 07:48:41 +00:00
jeremy
9211601fd8 Handle the gem metadata such that if a build fails and you restart
it, it doesn't fail again just because it can't find the gem
metadata.

Also, get rid of the GEM_REL variable, and just setup the GEM_BIN
and GEM_LIB variables separately for each ruby version.

OK landry@
2010-12-02 01:38:40 +00:00
sthen
ff0cde62d4 update ClamAV to 0.96.5 2010-12-01 22:59:35 +00:00
ajacoutot
4431a17a56 Quiet up rc_post. 2010-12-01 19:57:51 +00:00
ajacoutot
3ac371d7b4 Make rc_post quiet. 2010-12-01 19:57:01 +00:00
robert
660010877d fix packaging 2010-12-01 19:30:22 +00:00
edd
04b42b4243 remove junk comments 2010-12-01 18:16:21 +00:00
dcoppa
ffe014ae90 Oops! Missed a bump. 2010-12-01 15:16:30 +00:00
dcoppa
927ee14bcd Fix Kerberos/GSSAPI authentication within mozilla ports.
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".

OK phessler@, landry@ (MAINTAINER)
2010-12-01 15:00:12 +00:00
ajacoutot
368226a7fb Remove libgalago.
It's been unmaintained for years and nothing uses it in-tree.

ok jasper@
2010-12-01 14:54:43 +00:00
ajacoutot
cf6f19d133 Remove galago-daemon.
It's been unmaintained for years and nothing uses it in-tree.

ok jasper@
2010-12-01 14:53:56 +00:00
ajacoutot
ffe9105821 Drop galago support which we are going to remove.
jasper@ agrees
2010-12-01 14:51:45 +00:00
ajacoutot
7f9acaeddb No need to install libtool files for dlopen module. 2010-12-01 14:46:09 +00:00
ajacoutot
b65bf1a070 No need to install libtool file for dlopen module. 2010-12-01 14:45:29 +00:00
robert
aebde175a0 add two missing dependencies 2010-12-01 14:32:49 +00:00
millert
96b072b573 p5-EV port. Originally from James Wright; OK sthen@ 2010-12-01 14:29:39 +00:00
millert
837e906024 p5-EV port. Originally from James Wright; OK sthen@ 2010-12-01 14:27:57 +00:00
sthen
145ccc6bfa update Getopt::Long::Descriptive to 0.0087, ok jasper@ jim@ 2010-12-01 14:08:12 +00:00
sthen
6c0866b41e update Class::XSAccessor to 1.09, ok jasper@ jim@ 2010-12-01 14:06:43 +00:00
sthen
7647d7403a update Class::Accessor::Grouped to 0.10000, ok jasper@ jim@ 2010-12-01 14:06:09 +00:00
sthen
a3d2962d42 update Test::Exception to 0.31, ok jasper@ jim@ 2010-12-01 14:03:27 +00:00
jasper
10215ae239 - update bouml to 4.22.2 2010-12-01 13:44:39 +00:00
dcoppa
d64d902f9e Add a rcscript.
OK ajacoutot@
2010-12-01 09:58:43 +00:00
dcoppa
d6ddf4f2a2 CONFIGURE_STYLE=autoconf is not needed anymore, switch to
CONFIGURE_STYLE=gnu. No bump required.

OK jasper@
2010-12-01 09:22:49 +00:00
sebastia
b0f236fa73 Include missing header files to fix compilation warnings. Bump revision.
OK jasper@, landry@
2010-12-01 09:19:28 +00:00
jasper
9ab69acb80 - add msp430 2010-12-01 09:07:42 +00:00
jasper
5a71f2c6ae Import mspgcc4, the toolchain for MSP430 MCUs. based on gnu gcc, binutils, gdb
with additional patches for msp430 support.

One will need an upcoming umodem.c commit by jakemsr@, and an upcoming
mspdebug port in order to actually program the devices though.

feedback/ok aja@
2010-12-01 09:06:52 +00:00
jasper
5acccedf1d - SECURITY UPDATE of phpmyadmin to 3.3.8.1
Fixes CVE-2010-4329, phpMyAdmin Database Search Cross-Site Scripting Vulnerability

ok kevlo@ (MAINTAINER)
2010-12-01 09:03:31 +00:00
pea
46d0d82bbf Update to 2.2.2
ok martynas@ (maintainer), eric@
2010-12-01 08:49:50 +00:00
jasper
ae9611ce5b - update nutdb to 16.0 2010-12-01 08:40:16 +00:00
jasper
2f0ff0590b - update gamgi to 0.14.11 2010-12-01 08:13:19 +00:00
dcoppa
d43ca710c7 Fix a problem of getting artifacts on the bottom of the screen when
using rxvt-unicode without hints.

From awesome wm wiki, via jasper@
2010-12-01 07:33:05 +00:00
merdely
4866f5e9d0 Update Wordpress 3.0.2 2010-12-01 03:49:14 +00:00
phessler
f5cc5129e9 update kobodeluxe to 0.5.1
major new features include completely redone graphics and sounds.

we redrew the missles, because they were hard to distinguish at the
more advanced levels

OK edd@, espie@
2010-11-30 20:05:02 +00:00
jasper
b44f531dc3 - update py-turbogears to 1.1.1
from remi pointel, maintainer timed-out
2010-11-30 20:01:04 +00:00
ajacoutot
ecfd011e29 Give this a chance to build on more arches (successfully tested under
powerpc).

ok jeremy@ (maintainer)
2010-11-30 19:32:38 +00:00
robert
087426c6a3 enable libreoffice, yay 2010-11-30 18:23:06 +00:00
robert
4a48b5b10b fix parallel build and conflict with libreoffice 2010-11-30 18:19:33 +00:00
robert
3be4185403 fix parallel build 2010-11-30 18:17:55 +00:00
ajacoutot
bba234df14 Quiet up reload/stop. 2010-11-30 16:37:21 +00:00
robert
2c02e5592b fix a typo in the parallel build check 2010-11-30 16:18:07 +00:00