postgresql will provide native uuid support, which depends on uuid.
Except a few function names your databases will need no changes.
For the list of new functions look at the postgresql-docs package or
http://www.postgresql.org/docs/8.3/static/uuid-ossp.html.
tests & ok mbalmer@
- adjust memory calculations so this has a chance of building on systems
with 256M of real memory. Reported by Dongsheng Song
- bring the the rest of IcedTea's icedtea-graphics.patch and fix typo that
prevented interactive apps from launching. I expect I will eventually
will want to convert over to using IcedTea in full in the future.
- update to early access build 24
- Use GPLv2 licensed binary plugs from the IcedTea project and parts of
IcedTea's icedtea-copy-plugs.patch & icedtea-graphics.patch.
For more info see:
http://icedtea.classpath.org/wiki/Main_Page
- Enable packages since we're fully GPLv2 based now, but still not
hooked up to bulk builds just yet.
of trying to dlopen() it. also fix a couple bugs in the artsd
output module: when artsd is "suspended", it only means that
it it not accessing the soundcard at the moment, not that it
will not accept data. fix output latency by setting parameters
that actually are settable, instead of trying to set read-only(!)
parameters.
- allow the default audio output method to be chosen with the
SDL_AUDIO_DRIVER environment variable. choices are 'arts',
'esd' and 'audio'. 'audio' selects audio(4) output, and is
the default if SDL_AUDIO_DRIVER is not set.
ok pvalchev@
BeeDiff is a graphical file comparator. Users have the possibility to
compare and merge two text files. All differences are highlighted in
colors.
feedback & ok ajacoutot@
- update to bsd patchset 4
- for amd64, sync JVM_handle_bsd_signal with its linux counterpart from
which it was originally derived; add two segments of code dealing with
sigsegv fringe cases.
- update pkg/MESSAGE-* to use recent mozilla product names.
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_14
- NOTE: patchset 8 includes amd64 plugin support now.
- adjust pkg/MESSAGE-* files for change in plugin support and add missing
JRL licensing blurb for the jre package.