robert
3d27b5237a
Add Farsi dictionary.
2010-05-20 12:51:41 +00:00
espie
a6bf3dc5ff
fix build on x86 with gcc4 (from gentoo via freebsd)
2010-05-20 10:58:08 +00:00
espie
fd0e92b339
fix auto-detection of socket.h
2010-05-20 10:40:05 +00:00
espie
0ce133db2e
avoid conflict with glib2 headers
2010-05-20 10:39:20 +00:00
espie
20c8a691ae
don't predeclare xpm data in confusing ways
2010-05-20 10:10:30 +00:00
espie
295da592d7
beurk. fix atrocious casts
2010-05-20 09:58:36 +00:00
ajacoutot
f3bc8fe224
Add a "light" PSEUDO_FLAVOR to be able to build only the -main
...
subpackage (without the need to have nautilus, texlive and djvulibre).
Regen WANTLIB for -main while here.
2010-05-20 09:57:21 +00:00
espie
752b6aabc9
avoid lvalue cast
2010-05-20 09:55:22 +00:00
espie
0cbdf34f7d
declare function to conform to template rules (fixes gcc4)
2010-05-20 09:52:14 +00:00
espie
68f76e6011
fix for gcc4
2010-05-20 09:25:31 +00:00
espie
dcf15ebf62
okay, I have no idea why they don't like gcc4.
...
make it compile, not fuck up the build.
2010-05-20 09:21:17 +00:00
dcoppa
7b32d1a198
Update to lame 3.98.4
...
OK ajacoutot@
2010-05-20 09:15:45 +00:00
ajacoutot
df750b9dca
Fix gcc2 patch.
2010-05-20 08:27:33 +00:00
espie
0077e732cd
build with gcc4
2010-05-19 23:29:14 +00:00
naddy
74bb000d80
update to 4.1 patch level 7
2010-05-19 18:53:46 +00:00
jasper
fa83cfb86a
sync
2010-05-19 17:41:17 +00:00
jasper
89b34916a4
import p5-Lingua-Treebank 0.16
...
This class knows how to read two treebank formats, the Penn format and
the Chomsky Normal Form (CNF) format. These formats differ in how they
handle terminal nodes. The Penn format places pre-terminal part of
speech tags in the left-hand position of a parenthesis-delimited pair,
just like it does non-terminal nodes.
2010-05-19 17:39:13 +00:00
robert
4b916528f8
update to 2.6.4
2010-05-19 17:28:38 +00:00
espie
e1a5bedc66
... needs a bump
2010-05-19 16:23:28 +00:00
espie
e2aecd82c4
fix for gcc4
2010-05-19 16:22:20 +00:00
espie
58e26967c0
gcc4 fixes
2010-05-19 16:18:28 +00:00
espie
ec993f361f
fix lvalues
2010-05-19 16:14:48 +00:00
kili
bcea0ad2ce
Silent register.sh/unregister.sh after the change to Cabal in ghc.
...
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
sthen
6d90a631bc
Build with --enable-mfd-rewrites to allow 64-bit counters to work.
...
Requested/tested by Johan Karlsson.
2010-05-19 15:50:00 +00:00
espie
ec42b3da91
fix gcc4
2010-05-19 15:34:21 +00:00
giovanni
09a7c52666
Update to 6.3.17
...
ok kili@
2010-05-19 15:27:18 +00:00
espie
f24a2516b1
cast is not an lvalue
2010-05-19 15:24:21 +00:00
espie
d5997b92dc
fix decl for gcc4
2010-05-19 15:18:35 +00:00
espie
af4ad3608d
don't extern static variables, tssss...
2010-05-19 15:11:01 +00:00
sthen
916e9780b3
Update to match irssi 0.8.15; from Simon Kuhnle. ok viq (irssi maintainer),
...
'go ahead' martynas@
2010-05-19 15:05:10 +00:00
sthen
985152770c
update to 0.18.5 from Simon Kuhnle, ok viq (maintainer)
2010-05-19 15:04:28 +00:00
kili
bb2f61a7e2
Oops! Forgot to bump pkgname.
2010-05-19 15:04:27 +00:00
espie
95d1b9a183
fix declaration order (gcc4)
2010-05-19 14:55:00 +00:00
espie
38110e1be9
fix for gcc4
2010-05-19 14:35:18 +00:00
espie
f675e355e0
clean-up, fixes build with gcc4
2010-05-19 14:25:44 +00:00
kili
ca40125cf1
Let Cabal-generated register.sh and unregister.sh scripts pass
...
paraemters to ghc-pkg. Remove the (now obsolete) patch for Register.hs.
Ports that build ghc libraries should now use the following
@exec/@unexec magic (('ve already diffs for all the hs-* ports in
my tree):
lib/${DISTNAME}/register.sh
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force
lib/${DISTNAME}/unregister.sh
2010-05-19 14:23:15 +00:00
espie
78ac61b9a6
cheat a bit, tell configure we have socklen_t, even though sys/socket.h
...
alone won't get it.
fixes gcc4
2010-05-19 14:23:02 +00:00
dcoppa
7d463dbb27
Use rxvt-256color as default terminal type.
...
"I don't use rxvt-unicode but it is fine by me" nicm@
OK for Thomas de Grivel (MAINTAINER)
2010-05-19 14:10:42 +00:00
espie
4f27f665d7
clean-up very old code. gcc4 no longer complains
2010-05-19 14:05:37 +00:00
espie
b77a1896a9
lvalue fixes for gcc4
2010-05-19 13:48:10 +00:00
espie
21c19df3ed
preproc trick to avoid our getmntent when we define a static of the
...
same name.
Appeases gcc4
2010-05-19 13:45:15 +00:00
ajacoutot
f18a95b822
Don't put examples under documentation.
...
from Vincent Auclair (maintainer)
landry@ doesn't care
2010-05-19 10:48:52 +00:00
ajacoutot
3405a53f26
Add a no_smb PSEUDO_FLAVOR here too so that we are not forced to build
...
samba and gang.
2010-05-19 10:10:48 +00:00
ajacoutot
a5a59cffda
Add a no_smb PSEUDO_FLAVOR to be able to build this without the need for
...
samba and the gang.
2010-05-19 09:36:59 +00:00
sthen
d4f6b9508b
Add a prototype, the implicit declaration has a conflicting type.
...
Fixes build with gcc4.
2010-05-19 09:17:51 +00:00
espie
83b43fde15
make sure patch does not get in for gcc2
2010-05-19 07:38:06 +00:00
espie
3524bb0e7a
termcap double declaration. fixes gcc4
2010-05-19 07:34:43 +00:00
espie
0062941a95
don't redeclare termcap in a conflicting way. fixes gcc4
2010-05-19 07:27:25 +00:00
espie
ad1895e37b
avoid redeclaring alloca in a conflicting way, fixes build for gcc4
2010-05-19 07:25:12 +00:00
bluhm
ef42d4ebac
update p5-Net-SIP to 0.58
2010-05-18 23:04:38 +00:00