Erlang/OTP Forums

Author Message

<  Erlang patches mailing list  ~  NetBSD support for Erlang R14A

Guest
Posted: Tue Jun 22, 2010 9:28 am Reply with quote
Guest
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@iki.fi>
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@iki.fi>
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@iki.fi>
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@iki.fi>
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@iki.fi>
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@erlang.org

Post received from mailinglist
Guest
Posted: Tue Jun 22, 2010 9:29 am Reply with quote
Guest
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@iki.fi>
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@iki.fi>
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@iki.fi>
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@iki.fi>
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@iki.fi>
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@erlang.org

Post received from mailinglist
Guest
Posted: Tue Jun 22, 2010 9:34 am Reply with quote
Guest
On Tue, 2010-06-22 at 12:28 +0300, Martti Kuparinen wrote:

> http://github.com/marttikuparinen/otp

This too...

Martti


commit 9c7e91140df911ac33f5673ed2e0609ddee419a4
Author: Martti Kuparinen <martti.kuparinen@iki.fi>
Date: Tue Jun 22 12:31:34 2010 +0300

Do not hardcode browser name.

Instead of hardcoding one browser name, define a list of possible
browsers and pick one. Patch taken from NetBSD pkgsrc.




________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org

Post received from mailinglist
Guest
Posted: Tue Jun 22, 2010 9:34 am Reply with quote
Guest
On Tue, 2010-06-22 at 12:28 +0300, Martti Kuparinen wrote:

> http://github.com/marttikuparinen/otp

This too...

Martti


commit 9c7e91140df911ac33f5673ed2e0609ddee419a4
Author: Martti Kuparinen <martti.kuparinen@iki.fi>
Date: Tue Jun 22 12:31:34 2010 +0300

Do not hardcode browser name.

Instead of hardcoding one browser name, define a list of possible
browsers and pick one. Patch taken from NetBSD pkgsrc.




________________________________________________________________
erlang-patches (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-patches-unsubscribe@erlang.org

Post received from mailinglist
t
Posted: Tue Jun 22, 2010 1:24 pm Reply with quote
User Joined: 30 Sep 2008 Posts: 133
On Tue, Jun 22, 2010 at 11:34 AM, Martti Kuparinen wrote:
>
> commit 9c7e91140df911ac33f5673ed2e0609ddee419a4
> Author: Martti Kuparinen <martti.kuparinen@iki.fi>
> Date:
View user's profile Send private message
t
Posted: Tue Jun 22, 2010 1:24 pm Reply with quote
User Joined: 30 Sep 2008 Posts: 133
On Tue, Jun 22, 2010 at 11:34 AM, Martti Kuparinen wrote:
>
> commit 9c7e91140df911ac33f5673ed2e0609ddee419a4
> Author: Martti Kuparinen <martti.kuparinen@iki.fi>
> Date:
View user's profile Send private message
Guest
Posted: Tue Jun 22, 2010 1:59 pm Reply with quote
Guest
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
>
>
> commit 20bcc74f6d513bae862c828d47bb4398070cef4d
> Author: Martti Kuparinen <martti.kuparinen@iki.fi>
> 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@iki.fi>
> 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@iki.fi>
> 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@iki.fi>
> 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@iki.fi>
> 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@erlang.org

--

/ 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@erlang.org

Post received from mailinglist
Guest
Posted: Tue Jun 22, 2010 1:59 pm Reply with quote
Guest
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
>
>
> commit 20bcc74f6d513bae862c828d47bb4398070cef4d
> Author: Martti Kuparinen <martti.kuparinen@iki.fi>
> 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@iki.fi>
> 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@iki.fi>
> 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@iki.fi>
> 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@iki.fi>
> 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@erlang.org

--

/ 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@erlang.org

Post received from mailinglist
Guest
Posted: Tue Jun 22, 2010 2:04 pm Reply with quote
Guest
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@iki.fi>
> > 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@iki.fi>
> > 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@iki.fi>
> > 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@iki.fi>
> > 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@iki.fi>
> > 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@erlang.org
>
> --
>
> / 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@erlang.org

--

/ 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@erlang.org

Post received from mailinglist
Guest
Posted: Tue Jun 22, 2010 2:04 pm Reply with quote
Guest
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@iki.fi>
> > 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@iki.fi>
> > 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@iki.fi>
> > 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@iki.fi>
> > 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@iki.fi>
> > 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@erlang.org
>
> --
>
> / 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@erlang.org

--

/ 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@erlang.org

Post received from mailinglist
Guest
Posted: Mon Jun 28, 2010 11:07 am Reply with quote
Guest
On Thu, Jun 24, 2010 at 02:57:58PM +0300, Martti Kuparinen wrote:
> On Tue, 2010-06-22 at 16:03 +0200, Raimo Niskanen wrote:
>
> > > > http://github.com/marttikuparinen/otp
> >
> > Found it; 'master'. The correct fetch command was:
>
> As I'm still learning git, I'd like to remove my repository and start
> over. I assume there's no problem as you already copied the mods to the
> official repository?

No problem. Except if I loose them or they need tweaking I would
rather start over from your upcoming started over branch so there
is someone that maintains the original patch request.

>
> Martti

--

/ 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@erlang.org

Post received from mailinglist
Guest
Posted: Mon Jun 28, 2010 11:32 am Reply with quote
Guest
On Thu, Jun 24, 2010 at 02:57:58PM +0300, Martti Kuparinen wrote:
> On Tue, 2010-06-22 at 16:03 +0200, Raimo Niskanen wrote:
>
> > > > http://github.com/marttikuparinen/otp
> >
> > Found it; 'master'. The correct fetch command was:
>
> As I'm still learning git, I'd like to remove my repository and start
> over. I assume there's no problem as you already copied the mods to the
> official repository?

No problem. Except if I loose them or they need tweaking I would
rather start over from your upcoming started over branch so there
is someone that maintains the original patch request.

>
> Martti

--

/ 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@erlang.org

Post received from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum