According to the OpenSSL-core-team you are strongly encouraged to upgrade
any old version. The new version has a lot of bug fixes.
- ${PREFIX}/bin/ssleay was renamed to ${PREFIX}/bin/openssl and
${PREFIX}/etc/ssleay.cnf to ${PREFIX}/lib/openssl.cnf
- there are no links from e. g. ${PREFIX}/bin/md5 to ${PREFIX}/bin/ssleay
any longer, instead you have to call "openssl md5" now
- replaced HAS_CONFIGURE, CONFIGURE_SCRIPT and CONFIGURE_ENV with a
do-configure target and changed the indention level
- some perl scripts need perl5 now, so set USE_PERL5 and replace perl
with ${PERL5} where neccessary.
- honour ${CFLAGS}
Make the balsa port build again after the recent changes to gtk, orbit,
gnome, and the reorganization of the gnome mirrors. Also, remove myself
as the maintainer because I don't have the resources to keep up with
gnome.
PR: ports/10552
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
The MM library is a 2-layer abstraction library which simplifies the usage
of shared memory between forked (and this way strongly related) processes
under Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level
malloc(3)-style API for a convenient and well known way to work with
data-structures inside those shared memory segments.
This library is proposed to be used in future versions
of Apache 1.3 as the base library for shared memory pools.
Now this problem remains (will try to fix it the next days)
Loading ...
/usr/lib/libstdc++.so.2: undefined reference to `__unwind_function'
/usr/lib/libstdc++.so.2: undefined reference to `__find_first_exception_table_match'
/usr/lib/libstdc++.so.2: undefined reference to `__register_exceptions'
gmake[1]: *** [Sysunix] Error 1
gmake[1]: Leaving directory `/home/andreas/src/freefall/myports/akl/nethack-qt/work/nethack-3.2.2/src'
gmake: *** [nethack] Error 2