Commit Graph

7680 Commits

Author SHA1 Message Date
kili
9802656d03 Add a couple of new Haskell libraries. 2010-06-20 09:49:04 +00:00
kili
00e3322f17 Portable Haskell/POSIX layer for Pugs.
"go ahead, please" espie@
2010-06-20 09:45:28 +00:00
kili
a123c7e5b0 The PCRE backend to accompany regex-base, see www.pcre.org.
"go ahead, please" espie@
2010-06-20 09:44:33 +00:00
kili
5dd1c31039 DrIFT is a type sensitive preprocessor for Haskell. It extracts
type declarations and directives from modules. The directives cause
rules to be fired on the parsed type declarations, generating new
code which is then appended to the bottom of the input file. The
rules are expressed as Haskell code, and it is intended that the
user can add new rules as required.
DrIFT automates instance derivation for classes that aren't supported
by the standard compilers.  In addition, instances can be produced
in seperate modules to that containing the type declaration.  This
allows instances to be derived for a type after the original module
has been compiled.  As a bonus, simple utility functions can also
be produced from a type.

"go ahead, please" espie@
2010-06-20 09:43:23 +00:00
kili
caf867eccd This package provides functions for running timeouts.
"go ahead, please" espie@
2010-06-20 09:42:25 +00:00
kili
bbac22ea5a A meta-object system for Haskell based on Perl 6.
"go ahead, please", espie@
2010-06-20 09:41:19 +00:00
kili
c0849e3340 Memoize Strings as Atoms for fast comparison and sorting, with maps
and sets.

"go ahead, please" espie@
2010-06-20 09:40:36 +00:00
kili
359a57a9f2 This is a simple YAML ('Yet Another Markup Language') processor,
used by the Pugs project for handling data serialization; this can
be useful for optimization and caching purposes.

This is an interface to the syck C library for parsing and dumping
YAML data. It lets you transform textual YAML data into an object
of type 'YamlNode', and vice versa, fast.

"go ahead, please" espie@
2010-06-20 09:39:11 +00:00
kili
7d654d2943 This module locates the full directory to the running program, to
allow the use of paths relative to it.  FindBin supports invocation
of Haskell programs via "ghci", via "runhaskell/runghc", as well
as compiled as an executable.

"to ahead, please" espie@
2010-06-20 09:38:07 +00:00
ajacoutot
b17e998d57 Move %%SHARED%% at the end so that gio-query-modules is still here when we
need it.
2010-06-19 11:05:34 +00:00
ajacoutot
6f515e0d35 Welcome the new gio-querymodules "goo".
GIO Reference Manual:
gio-querymodules creates a giomodule.cache listing the implemented
extension points for each module that has been found. It is used by GIO
at runtime to avoid opening all modules just to find out which extension
points they are implementing.
2010-06-19 10:32:50 +00:00
kili
6a40d723f3 Require ghc-doc to get all links enabled. 2010-06-18 21:34:23 +00:00
kili
34cceeca47 Oops. I forgot that Haskell people are bad on bootstrapping.
Force the build to use the inplace haddock for building the haddock
documentation.
2010-06-18 21:05:06 +00:00
kili
bf0c02b753 Include the Haddock API, but put it into its own subpackage (hs-haddock).
This will be needed by leksah.
2010-06-18 20:42:03 +00:00
sthen
d7209a7b86 +p5-Sys-SigAction 2010-06-18 20:30:00 +00:00
sthen
14a2bc9fea import ports/devel/p5-Sys-SigAction, from Brad.
Sys::SigAction - Perl extension for Consistent Signal Handling.  With
the use of this module, the signal handling behavior can be coded in a
way that does not change from one perl version to the next, and thus
using POSIX::sigaction() becomes a little easier.
2010-06-18 20:29:19 +00:00
sthen
d77d1038d9 - update to 1.44, license is now explicitly 'same as perl' not 'artistic'.
diff from Brad.

- drop msf as maintainer as per standing request.
2010-06-18 20:24:14 +00:00
sthen
1f2bd2c64a missing p5- 2010-06-18 19:35:05 +00:00
jasper
28af1f79db - sync with lua.port.mk 2010-06-18 17:59:06 +00:00
sthen
f3b8d063a7 fix PKGNAME; when bumping perl ports you must add p5- 2010-06-18 17:43:53 +00:00
bluhm
c0206dbaaa + p5-Data-Validate
+ p5-Data-Validate-Struct
2010-06-17 22:11:23 +00:00
bluhm
36d9518714 Initial import of p5-Data-Validate-Struct 0.06
This module validates a config hash reference against a given hash
structure in contrast to Data::Validate in which you have to check
each value separately using certain methods.

ok jasper@
2010-06-17 21:56:16 +00:00
bluhm
cba6ea0220 Initial import of p5-Data-Validate 0.08
This module collects common validation routines to make input
validation, and untainting easier and more readable.  Most of the
functions are not much shorter than their direct perl equivalent
(and are much longer in some cases), but their names make it clear
what you're trying to test for.

ok jasper@
2010-06-17 21:49:36 +00:00
ajacoutot
d4b8541828 Maintainance update to goffice-0.8.6. 2010-06-17 07:05:41 +00:00
landry
b4f46ecb94 Remove a patch i forgot to cvs delete, don't call autoconf in nsprpub/
as we use the systemwide one, and bump PKGNAME to be on the safe side.
2010-06-16 19:06:26 +00:00
kili
51a27193e1 Add gtk2hs ports. 2010-06-16 14:05:44 +00:00
kili
d14aee2028 This package provides a wrapper around the Pango C library that
allows high-quality rendering of Unicode text. It can be used either
with Cairo to output text in PDF, PS or other documents or with
Gtk+ to display text on-screen.
2010-06-16 14:01:33 +00:00
kili
11e3872046 The GNU Library is a collection of C data structures and utility
function for dealing with Unicode. This package only binds as much
functionality as required to support the packages that wrap libraries
that are themselves based on GLib.
2010-06-16 14:00:57 +00:00
kili
0740d739fd This library allows to load externally stored user interfaces into
programs. This allows alteration of the interface without recompilation
of the program.
2010-06-16 13:59:58 +00:00
kili
e15927f4c8 GIO is striving to provide a modern, easy-to-use VFS API that sits
at the right level in the library stack.  The goal is to overcome
the shortcomings of GnomeVFS and provide an API that is so good
that developers prefer it over raw POSIX calls.  Among other things
that means using GObject.  It also means not cloning the POSIX API,
but providing higher-level, document-centric interfaces. This package
provides Haskell bindings to gio.
2010-06-16 13:59:06 +00:00
kili
e4cf727550 This package provides a set of helper programs necessary to build
the Gtk2Hs suite of libraries. These tools include a modified c2hs
binding tool that is used to generate FFI declarations, a tool to
build a type hierarchy that mirrors the C type hierarchy of GObjects
found in glib, and a generator for signal declarations that are
used to call back from C to Haskell. These tools are not needed to
actually run Gtk2Hs programs.
2010-06-16 13:57:39 +00:00
ajacoutot
999d79d16b Remove now unused patch -- we have strndup(3).
No bump because because code was #ifndef HAVE_STRNDUP ... so it wasn't
picked up anymore.
2010-06-16 12:22:45 +00:00
jasper
a2c755bae3 - adapt to new lua.port.mk
ok jolan@ (MAINTAINER)
2010-06-15 22:05:58 +00:00
jasper
ec48d76849 - tweak regress dependency 2010-06-15 20:24:06 +00:00
ajacoutot
d8239b2cfe Bugfix update to libgee-0.5.1. 2010-06-15 18:07:42 +00:00
kili
e59069c5b1 Add gmp and bump.
While here, adjust the comment about weird permissions (don't blame
the darcs people, it's not their fault).
2010-06-15 18:00:33 +00:00
kili
73f62484da Add gmp and bump. 2010-06-15 17:59:24 +00:00
kili
726fff75c3 Add gmp dependency.
Move hs-ghc-paths from RUN_DEPENDS to BUILD_DEPENDS.
Bump.
2010-06-15 17:38:17 +00:00
fgsch
92ad11f4a3 Update to 1.5.4. ok maintainer. 2010-06-15 17:20:27 +00:00
kili
c78948cdd1 Bump after ghc update. 2010-06-15 17:18:50 +00:00
ajacoutot
21e558ee76 Bugfix update to pango-1.28.1. 2010-06-15 16:59:45 +00:00
espie
a1e380599c help shitty includes work. fixes sdlmame 2010-06-15 15:29:29 +00:00
espie
bd4a069384 consensus seems to be no colors, and verbose... 2010-06-14 12:34:29 +00:00
jasper
9cf418bba3 - fix build on mips64
ok MAINTAINER
2010-06-14 10:12:46 +00:00
jasper
55e60b8fae - properly recognize mips64 2010-06-14 08:22:19 +00:00
naddy
ad39b583df Remove g77 dependency. The generated libtool is the same. (Except
for now also allowing static linking for Fortran, which was previously
misdetected.)  ok maintainer
2010-06-12 20:56:14 +00:00
steven
06c5620840 use gnu libtool 2010-06-12 17:02:27 +00:00
landry
872f1d0536 Remove now deprecated/unused files/patches/. Yay! 2010-06-12 16:23:55 +00:00
landry
5aef389f71 Update to xulrunner 1.9.2.3 (from 1.9.1.7) :
- mozilla don't do real releases anymore from xulrunner itself, so build
  it from firefox 3.6.3 tarball. Thx tnn@netbsd for the trick.
- that also permits us to use patches/ and files/ from
  www/mozilla-firefox, and stop mirroring another 50Mb distfile. Yay!
- some headers are MI, so do the PFRAG.{amd64,jit}-devel dance in PLIST
sthen@ thinks 'going in this direction makes a lot of sense'.
2010-06-12 15:16:47 +00:00
sthen
c40c2a56d2 Adjust LLVM/CLang to work with GCC4 in base, while still working
with ports GCC4 for arch which haven't switched yet.

With/ok jsg@.
2010-06-12 12:15:08 +00:00
sthen
ae275f52b8 Remove workaround for optimizer-related problem on amd64 gcc 3.3.
From Brad.
2010-06-11 21:48:09 +00:00
landry
7da7a14cf9 Remove sparc64-specific patch now that it switched to gcc4.
From Brad.
2010-06-11 19:10:07 +00:00
dcoppa
f3c3de1d7a Remove MODCMAKE_WANTCOLOR=No, as requested by espie@
OK ajacoutot@
2010-06-11 08:53:52 +00:00
dcoppa
2151e979b2 Set CFLAGS in the ports Makefile instead of using handrolled patches.
Unbreak build on hppa too. From landry@: thanks!

OK landry@
2010-06-11 08:07:17 +00:00
ajacoutot
bad5e2d186 XXX On amd64, set CFLAGS+=-O.
gcc4 opts seem to trigger an overflow in oil_cpu_detect_arch() which
crashes some applications (e.g. SIGTRAP with gst-inspect)

ok sthen@
2010-06-10 13:24:14 +00:00
kevlo
69ff125b10 Missing dependency on devel/p5-Test-use-ok
ok sthen@
2010-06-09 08:55:09 +00:00
jasper
c372546125 - fix build on mips64(el)
ok nicm@ (MAINTAINER)
2010-06-09 08:52:14 +00:00
edd
48149ce181 force use of new cmake as people who have not upgraded will hit problems with,
for example x11/awesome.

OK sthen@, dcoppa@
2010-06-07 20:33:20 +00:00
sthen
e50e4a74d1 update to 3.4b1, allowing this to work with Tcl 8.5.
From Sebastian Reitenbach with some changes by me & tested by Sebastian.
earlier version ok jasper@

(not moving to itcl 4.0 yet; other parts are needed first).
2010-06-07 14:39:46 +00:00
jasper
996540b1fe - fix on mips64(el) 2010-06-07 14:25:47 +00:00
jasper
5c868c2c98 - fix build with gcc2, yes, '2', not '4'. :-)
based on a diff from sebastian reitenbach
2010-06-07 12:47:28 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
espie
0c13c1c40a same error in main package 2010-06-04 17:29:23 +00:00
espie
a8fc78ee26 fix plist error, the only bug in pkg_add is that it should warn when making
the package...
2010-06-04 17:14:38 +00:00
ajacoutot
8ded40f076 Minor update to libsigc++-2.2.8
* just a small change for library.gnome.org
2010-06-04 16:38:26 +00:00
ajacoutot
4e6a7431d9 Update to gconfmm-2.28.2.
* fix pkgconfig file
2010-06-04 16:09:59 +00:00
sthen
a5ab2df0ef Build depends on f77. 2010-06-04 11:45:37 +00:00
ajacoutot
626d397285 Update to gconfmm-2.28.1.
* use mm-common, like the other *mm modules
* enable documentation
2010-06-04 06:06:42 +00:00
sthen
7917f488a7 Fix bad pkgspec in RUN_DEPENDS. I bumped PKGNAME anyway though I don't
see how anyone could actually have installed this.
2010-06-03 23:01:16 +00:00
ajacoutot
8f2a089a25 Update to codeblocks-10.05. 2010-06-03 16:09:03 +00:00
sthen
95df2301f2 add missing dep on p5-IO-stringy otherwise cpan auto-installs it.
ok stephan@
2010-06-03 14:18:20 +00:00
dcoppa
ccb48c6b8d Add missing -lsndio.
OK landry@
2010-06-02 19:07:43 +00:00
kili
30800f8eef With gcc4, this needs WANTLIB-main = m stdc++
"just add it" ajacoutot@
2010-06-02 09:45:49 +00:00
jasper
fbafc86c18 - update iso-codes to 3.16 2010-06-02 08:53:15 +00:00
dcoppa
0fe1cb2a9e s/librairies/libraries/
OK ajacoutot@
2010-06-01 12:46:24 +00:00
kevlo
ce393e87b0 Update to 0.13
ok pea@
2010-06-01 09:48:08 +00:00
dcoppa
23e0e99b42 Add some bits needed by kde4.
Move the "cleaning commands" from post-build to post-install.
From espie@: thanks!

OK espie@
2010-05-31 06:29:27 +00:00
ajacoutot
011f49845a Update to ptlib-2.6.7. 2010-05-31 05:28:06 +00:00
ajacoutot
6e2e4222c6 Minor update to goffice-0.8.5. 2010-05-31 05:26:23 +00:00
kevlo
93a2f6a8b7 update to 1.08
ok sthen@
2010-05-31 01:59:37 +00:00
kevlo
7fd0adca82 update to 1.28
ok sthen@
2010-05-31 01:58:12 +00:00
robert
7f97f6c742 +p5-IPC-Run-SafeHandles 2010-05-29 23:11:03 +00:00
robert
1296923fe0 Import of p5-IPC-Run-SafeHandles;
IPC::Run and IPC::Run3 are both very upset when you try to use them
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.

The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.
2010-05-29 23:10:11 +00:00
dcoppa
8b1b17cff8 Update to cmake 2.8.1 (I also take maintainership).
"This is good, commit." espie@
2010-05-28 20:21:48 +00:00
espie
955c7c4a26 fix clean-up. revert debug build 2010-05-28 12:49:05 +00:00
ajacoutot
6647e5c240 We don't provide a share/applications/defaults.list file so use
mimeinfo.cache instead (and this file actually contains mimes we do
suport).
Fix typo in xdg-open.

Fixes xdg-open and xdg-mime issues dcoppa@ reported.
ok dcoppa@
2010-05-28 12:41:26 +00:00
espie
c84ed918a2 put LOCALBASE/X11BASE in env if they're not already there. Fixes qmake
builds.
2010-05-28 12:12:04 +00:00
ajacoutot
11935e2d39 Tweak comment. 2010-05-27 12:44:19 +00:00
espie
e9c5d45c6a add qt-creator 2010-05-27 12:30:55 +00:00
espie
26c6d27130 qt-creator is a nice gui for qt4.
note this desperately requires a gcc4 system.
work by edd@ and me. Some details still not quite right, but usable.
(if you install qt4-html, it WILL gobble lots of cpu)
2010-05-27 12:30:14 +00:00
ajacoutot
8dc5370fb9 full-stop. 2010-05-27 09:14:00 +00:00
espie
c8e698ca29 +g77-old
+libf2c-old
2010-05-27 08:38:47 +00:00
espie
eb8a429ba0 libs for old g77 2.95.3 2010-05-27 08:36:54 +00:00
landry
2f0ff125b9 Update to fossil 20100521162104 from MAINTAINER James Turner, thanks! 2010-05-26 14:32:37 +00:00
espie
a4bcddad44 build boost with gcc4 and newer libstdc++-v3.
(I'll revisit the math funcs later)
2010-05-26 12:25:23 +00:00
kevlo
f098e84d93 Update to 1.035
ok jasper@
2010-05-26 08:57:49 +00:00
espie
76b6932fa4 Don't patch configure, the env is enough.
let it build on gcc3, as noticed by sthen@
2010-05-26 08:18:07 +00:00
kevlo
8a5f99d320 Update to 3.2
ok giovanni@
2010-05-26 02:49:53 +00:00
espie
e45a7536db fix build 2010-05-25 13:45:19 +00:00
ajacoutot
fd1bbb9e43 Capital letter, full-stop. 2010-05-25 05:03:18 +00:00
espie
1265f604e3 add fortran 2010-05-25 00:47:56 +00:00
espie
a15d59feb3 forgot to mark it not for gcc2 2010-05-25 00:29:09 +00:00
espie
172fdacecc libf2c from gcc 3.3.5 from main source tree 2010-05-24 22:42:08 +00:00
kili
89cec307c0 Update to darcs-2.4.4, to let people think I'm not a slacker.
While here, set REGRESS_DEPENDS = ::shells/bash (yes, it really
needs bash).
2010-05-24 14:33:03 +00:00
espie
2d7318b9da avoid old libstdc++ internals.
sparc64 is the odd one there, just fix it locally.
2010-05-23 13:49:19 +00:00
espie
8571b20397 Ouch, if libtool is built without g77 around, then it can't build fortran.
BUILD_DEPENDS only (on gcc4 systems), should be possible to CONFIGURE_ENV
things out, to revisit later.
2010-05-23 13:28:16 +00:00
espie
74ea436027 use fortran module 2010-05-23 11:09:36 +00:00
espie
dbcfe8499d C++ syntax 2010-05-22 21:02:34 +00:00
espie
0ef68eeca0 ANSI __FUNCTION__ 2010-05-22 20:35:17 +00:00
espie
01a00395e2 fix lvalue casts 2010-05-22 16:16:45 +00:00
espie
ec292b4bde friends don't decl 2010-05-22 16:11:34 +00:00
espie
ced09ca89e const-correct, appeases g++4 2010-05-22 14:27:21 +00:00
espie
892b20d87e friend does not declare. fix gcc4 2010-05-22 07:46:48 +00:00
jasper
705ce58aa3 - post-commitum ok jakob for the update, and he suggested i'd take maintainership. 2010-05-21 19:28:20 +00:00
jasper
5405ea0ea9 - update pcre to 8.02
maintainer timed-out
2010-05-21 14:53:49 +00:00
ajacoutot
8a63734408 We have strndup(3) now. 2010-05-21 11:51:09 +00:00
ajacoutot
706ab42387 Update to goffice-0.8.4.
* couple of bugs and memleaks fixes
2010-05-21 06:37:56 +00:00
bluhm
d007f6a99e update p5-Devel-NYTProf to 3.11
ok espie@
2010-05-20 20:04:35 +00:00
espie
0cbdf34f7d declare function to conform to template rules (fixes gcc4) 2010-05-20 09:52:14 +00:00
espie
0077e732cd build with gcc4 2010-05-19 23:29:14 +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
espie
ec42b3da91 fix gcc4 2010-05-19 15:34:21 +00:00
espie
f24a2516b1 cast is not an lvalue 2010-05-19 15:24:21 +00:00
espie
af4ad3608d don't extern static variables, tssss... 2010-05-19 15:11:01 +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
45d9e017d1 Update to libsigc++-2.2.7.
This was roting in my tree...
2010-05-18 10:52:36 +00:00
landry
b7c355cae4 +codeworker 2010-05-18 10:29:21 +00:00
landry
8a5c492cad Import codeworker 4.5.4 from MAINTAINER Vincent Auclair
CodeWorker is a versatile Open Source parsing tool and a source code
generator devoted to generative programming. Generative programming is a
software engineering approach interested in automating the production of
reusable, tailor-made, adaptable and reliable IT systems.
2010-05-18 10:28:48 +00:00
sthen
0280b75cf5 Use the correct autoconf version. ok Brad. 2010-05-17 22:50:13 +00:00
sthen
1a19f9bc82 Roll in some fixes from upstream. From Brad.
- Packet engine: prevent divide by 0.
- SKE: Make sure failure received from remote is error status.
2010-05-17 08:36:53 +00:00
sthen
e58e4ec9f4 update to 1.20, from Brad 2010-05-17 08:18:25 +00:00
ajacoutot
fc908f7fe4 Bump after recent mono MODULE change.
"sure" robert@
2010-05-15 09:40:17 +00:00
ajacoutot
145c29707c Quiet warnings about deprecated/discouraged and invalid MIME types. 2010-05-15 07:41:19 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
pirofti
480b715c6c Link udis86. 2010-05-13 22:20:17 +00:00
pirofti
d3a73a9562 Import udis86, help and okay landry@.
udis86 is an easy-to-use minimalistic disassembler library (libudis86)
for the x86 and x86-64 class of instruction set architectures. The
primary intent of the design and development of udis86 is to aid
software development projects that entail binary code analysis.
2010-05-13 22:19:14 +00:00
jamesw
bc741e7ffc fix COMMENT, remove unneeded blank lines, ok ajacoutot@ 2010-05-13 06:44:50 +00:00
jamesw
e8767c2ab1 Fixed comment, blank lines in Makefile, removed unnecessary MESSAGE,
bump, ok ajacoutot@
2010-05-13 06:43:00 +00:00
jamesw
cd1eb91b26 Remove extra blank lines, fix comment, ok ajacoutot@ 2010-05-13 06:39:39 +00:00
jasper
1f99867e5a - add missing p5-modules 2010-05-12 20:17:41 +00:00
jamesw
b6e3644533 This module extends Module::Starter to enable the creation of skeletal
CGI::Application and Titanium projects, with templates based on
HTML::Template.

ok landry@
2010-05-12 18:48:02 +00:00
jamesw
07a6e9a554 Module::Starter is used to create a skeletal CPAN distribution,
including basic builder scripts, tests, documentation, and module
code.

ok landry@
2010-05-12 18:47:03 +00:00
jamesw
d99c57ae04 File::DirCompare is a perl module for comparing two directories via
callbacks, which are invoked for all files thar are 'diffent'
between the two directories, and for any files that exist only in
one or other directory ('unique' files).

ok landry@
2010-05-12 18:44:16 +00:00
dhill
f334b35529 update to 1.10
ok jasper@
2010-05-11 14:37:21 +00:00
dhill
ed93ed0e0a update to 0.65
ok jasper@
2010-05-11 14:36:12 +00:00
naddy
abb82062ae fix inclusion of X11 headers after xextproto & libXext updates 2010-05-11 10:33:57 +00:00
espie
fd85f9241d make it compile on gcc4, by making the relevant patch dependent on
compiler version.
also removes lvalue cast, that's not ansi.
2010-05-11 07:23:23 +00:00
naddy
d8fa5d941d fix inclusion of X11 headers after xextproto & libXext updates 2010-05-10 21:20:52 +00:00
ajacoutot
ef77817b24 XXX THIS IS A HACK
Make an error non-fatal in close_stdout() by not exiting. This is needed
to workaround the effects of userland threads which change i/o
operations to non-blocking.

This prevents the 'write errors' people have been seeing with gmake.

comment wording from sthen@, ok espie@
2010-05-10 17:17:48 +00:00
espie
8666776b2e gcc3 and gcc4 disagree, so put a common cast to make them compile.
(also compile some file with -O1 in moz)
2010-05-10 12:36:09 +00:00