deadlocks were caused by the inconsistent detection of pthreads by the
boost headers in different parts of the OOo build which resulted in an
uninitialized mutex.
- fix a few compile errors in the nas sub-project build.
General testing and patches from the community are encouraged.
building a subpackage, and then we definitely want the `current' stuff,
not the stuff that's already installed.
Allows shared libs updates in MULTI_PACKAGES to proceed gracefully without
having to uninstall stuff.
(we do not do this stuff in general, because in other cases, builds are
`staggered', e.g., a port is built against the existing base, not the stuff
in other WRKDIRS)
This module uses a Patricia Trie data structure to quickly perform IP
address prefix matching for applications such as IP subnet, network or
routing table lookups.
From dlg@
/sbin/vgetty.
Disable sysvinit support unconditionally since we don't need it and it
causes the "make fake" stage to fail if a sysvinit startup directory exists
(ie. /etc/init.d/)
ok sturm@
Add a message to that effect so that users don't get confused.
(specifically, make itself does not change dirs, so if you do ^Z,
you're not where you think you are...)
QDataStream freely. Under qt3, there's no mechanism to make sure the
underlying FILE * gets flushed between an fread() and an fwrite(), and
so the data gets written at the wrong location.
ZSyncer is a Zope 2 product that allows you to synchronize and compare
objects from one zope (source) to another (destination). It is a lot
more convenient than the old manual export/transfer/import procedure.
ZSyncer supports SSL as well as insecure HTTP.
ZSyncer also allows you to view a diff against the destination object,
for many types of objects.
OK mbalmer@.
wxPython is a GUI toolkit for the Python programming language. It allows
Python programmers to create programs with a robust, highly functional
graphical user interface, simply and easily. It is implemented as a
Python extension module (native code) that wraps the popular wxWidgets
cross platform GUI library, which is written in C++.