NetBSD support for Erlang R14A
Martti Kuparinen
martti.kuparinen@REDACTED
Tue Jun 22 11:28:32 CEST 2010
Hi,
Please review and integrate if possible the following changes. Please be
gentle, I'm totally new to git so I may have done something wrong... The
"real" patches can be found in
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/erlang/patches/
Martti
http://github.com/marttikuparinen/otp
commit 20bcc74f6d513bae862c828d47bb4398070cef4d
Author: Martti Kuparinen <martti.kuparinen@REDACTED>
Date: Tue Jun 22 12:17:00 2010 +0300
Make sure the odbcserver binary finds the ODBC library at run-time
The compiler/linker should be told where the generated odbcserver
binary
can find its ODBC dynamic library at run-time. The problem was
detected
in NetBSD pkgsrc where the Erlang package is build with temporary
destdir.
commit da60b9d7021f133f193acfccbf9631db9525a8df
Author: Martti Kuparinen <martti.kuparinen@REDACTED>
Date: Tue Jun 22 12:15:22 2010 +0300
Use xxx(void) instead of xxx().
Newer GCC complains if the function argument list does not exist. In
that
case, use "void".
commit 4631f43336408ad69127a773a8d46a8075dc9811
Author: Martti Kuparinen <martti.kuparinen@REDACTED>
Date: Tue Jun 22 12:12:29 2010 +0300
Use proper install method.
Only real program files should be installed with INSTALL_PROGRAM
while
scripts should be installed with INSTALL_SCRIPT and data files with
INSTALL_DATA.
commit ed59755fea05ba877f1db74c10381596ed9f37b0
Author: Martti Kuparinen <martti.kuparinen@REDACTED>
Date: Tue Jun 22 12:10:37 2010 +0300
Added support for DragonFly BSD.
These are the current NetBSD pkgsrc patches.
commit d00a5a909c7b0d629adefd8f19370802e2701fd8
Author: Martti Kuparinen <martti.kuparinen@REDACTED>
Date: Tue Jun 22 12:08:54 2010 +0300
Added support for NetBSD.
These are the current NetBSD pkgsrc patches.
More information about the erlang-patches
mailing list