Re: Question on building from sources.

2013-03-31 Thread Super Bisquit
Make fetch-recursive stops due to the vulnerability found in perl versions 5.8 to 5.16.3. What's the current status? Are there any patches? On Sat, Mar 30, 2013 at 8:10 PM, Erich Dollansky < erichsfreebsdl...@alogt.com> wrote: > Hi, > > On Sat, 30 Mar 2013 19:05:47 -0400 > Super Bisquit wrote

Re: Question on building from sources.

2013-03-30 Thread Erich Dollansky
Hi, On Sat, 30 Mar 2013 19:05:47 -0400 Super Bisquit wrote: > Okay. I already have 10.0 on the machine from a year ago. What I have this sounds a bit old. > come up against is CLANG_IS_CC ="no" when trying to build run(4). > What is the current state of clang as cc compiler on ppc32? <-- This

Re: Question on building from sources.

2013-03-30 Thread Super Bisquit
That was the error that came up, apologies for not specifying such. I'm not trying to disable clang but am trying to build the system using what is there. This is about the time I need a powerpc laptop or a connection.. On Sat, Mar 30, 2013 at 7:09 PM, Glen Barber wrote: > On Sat, Mar 30,

Re: Question on building from sources.

2013-03-30 Thread Glen Barber
On Sat, Mar 30, 2013 at 07:05:47PM -0400, Super Bisquit wrote: > Okay. I already have 10.0 on the machine from a year ago. What I have come > up against is CLANG_IS_CC ="no" when trying to build run(4). If you are trying to disable clang, you want to use: WITHOUT_CLANG_IS_CC=yes > What is th

Re: Question on building from sources.

2013-03-30 Thread Super Bisquit
Okay. I already have 10.0 on the machine from a year ago. What I have come up against is CLANG_IS_CC ="no" when trying to build run(4). What is the current state of clang as cc compiler on ppc32? <-- This needs to be fixed first. Thanks for the replies and sorry for any noise. On Fri, Mar 29, 20

Re: Question on building from sources.

2013-03-29 Thread Erich Dollansky
Hi, On Fri, 29 Mar 2013 22:03:11 -0400 Glen Barber wrote: > On Fri, Mar 29, 2013 at 09:31:12PM -0400, Super Bisquit wrote: > > I have my QuickSilver and no internet connection. I have a few > > questions. 1. Do I download the latest for PowerPC(32bit) and then > > download the sources according

Re: Question on building from sources.

2013-03-29 Thread Glen Barber
On Fri, Mar 29, 2013 at 09:31:12PM -0400, Super Bisquit wrote: > I have my QuickSilver and no internet connection. I have a few questions. > 1. Do I download the latest for PowerPC(32bit) and then download the > sources according to the Makefile. For ports, yes, you will to do 'make fetch' or 'mak

Question on building from sources.

2013-03-29 Thread Super Bisquit
I have my QuickSilver and no internet connection. I have a few questions. 1. Do I download the latest for PowerPC(32bit) and then download the sources according to the Makefile. 2. Will I need to skip checking the hash/md sum so that the applications can build? 3. Has anyone else done this before?