[erlang-patches] NetBSD support for Erlang R14A

Raimo Niskanen raimo+erlang-patches@REDACTED
Tue Jun 22 16:03:32 CEST 2010


On Tue, Jun 22, 2010 at 03:58:09PM +0200, Raimo Niskanen wrote:
> On Tue, Jun 22, 2010 at 12:28:32PM +0300, Martti Kuparinen wrote:
> > 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
> 
> I'll be happy to. But I need to know which branch these changes are on.
> Either my Git skills are to low, or there is no way to fetch a certain
> commit nor to on Github find out which branches a commit belongs to...
> 
> > 
> > 
> > http://github.com/marttikuparinen/otp

Found it; 'master'. The correct fetch command was:

git fetch git://github.com/marttikuparinen/otp.git master

Will be included in 'pu', with one whitespace fix and commit rewording:

    Change all taglines to imperative with no trailing dot

> > 
> > 
> > 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.
> > 
> > 
> > ________________________________________________________________
> > erlang-patches (at) erlang.org mailing list.
> > See http://www.erlang.org/faq.html
> > To unsubscribe; mailto:erlang-patches-unsubscribe@REDACTED
> 
> -- 
> 
> / Raimo Niskanen, Erlang/OTP, Ericsson AB
> 
> ________________________________________________________________
> erlang-patches (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-patches-unsubscribe@REDACTED

-- 

/ Raimo Niskanen, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list