Re: port contrib/download_prerequisites script to macOS

2017-04-17 Thread Martin Sebor
On 04/13/2017 05:29 PM, Damian Rouson wrote: Resending as plain text: On April 12, 2017 at 3:03:19 PM, Jeff Law (l...@redhat.com(mailto:l...@redhat.com)) wrote: > > > > 2017-04-05 Damian Rouson > > > > * download_prerequisites (md5_check): New function emulates Linux > > 'md5 --check' on

Re: port contrib/download_prerequisites script to macOS

2017-04-13 Thread Damian Rouson
Resending as plain text:  On April 12, 2017 at 3:03:19 PM, Jeff Law (l...@redhat.com(mailto:l...@redhat.com)) wrote:    > >   > > 2017-04-05 Damian Rouson   > >   > > * download_prerequisites (md5_check): New function emulates Linux   > > 'md5 --check' on macOS. Modified script for macOS compatib

Re: port contrib/download_prerequisites script to macOS

2017-04-12 Thread Jerry DeLisle
On 04/12/2017 05:40 PM, Martin Sebor wrote: > On 04/12/2017 04:03 PM, Jeff Law wrote: >> On 04/04/2017 07:10 PM, Damian Rouson wrote: >>> All, >>> >>> The attached patch modifies the contrib/download_prerequisites script >>> to work on macOS. >>> The revised script detects the operating system and

Re: port contrib/download_prerequisites script to macOS

2017-04-12 Thread Martin Sebor
On 04/12/2017 04:03 PM, Jeff Law wrote: On 04/04/2017 07:10 PM, Damian Rouson wrote: All, The attached patch modifies the contrib/download_prerequisites script to work on macOS. The revised script detects the operating system and adjusts the shasum and md5 commands to their expected name and ar

Re: port contrib/download_prerequisites script to macOS

2017-04-12 Thread Jeff Law
On 04/04/2017 07:10 PM, Damian Rouson wrote: All, The attached patch modifies the contrib/download_prerequisites script to work on macOS. The revised script detects the operating system and adjusts the shasum and md5 commands to their expected name and arguments on macOS. The revised script a

Re: port contrib/download_prerequisites script to macOS

2017-04-11 Thread Jerry DeLisle
On 04/10/2017 11:59 AM, Damian Rouson wrote: Thanks! I'm asking Jerry to commit it. Damian On April 10, 2017 at 9:48:01 AM, Mike Stump (mikest...@comcast.net ) wrote: On Apr 4, 2017, at 6:10 PM, Damian Rouson wrote: > > The attached patch modifies the contrib/d

Re: port contrib/download_prerequisites script to macOS

2017-04-10 Thread Mike Stump
On Apr 4, 2017, at 6:10 PM, Damian Rouson wrote: > > The attached patch modifies the contrib/download_prerequisites script to work > on macOS. > Ok for trunk? Don't know if others would prefer to review... assuming no strong feelings against... Ok.

[PATCH, contrib] Re: port contrib/download_prerequisites script to macOS

2017-04-06 Thread Jerry DeLisle
ping On 04/04/2017 06:10 PM, Damian Rouson wrote: > All, > > The attached patch modifies the contrib/download_prerequisites script to work > on macOS. > The revised script detects the operating system and adjusts the shasum and > md5 commands > to their expected name and arguments on macOS.

port contrib/download_prerequisites script to macOS

2017-04-04 Thread Damian Rouson
All, The attached patch modifies the contrib/download_prerequisites script to work on macOS.  The revised script detects the operating system and adjusts the shasum and md5 commands  to their expected name and arguments on macOS.  The revised script also uses curl if  wget is not present.  macO