NEW: lang/chicken

2006-05-02 Thread Deanna Phillips
``CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised Report on the Algorithmic Language Scheme (R5RS), and includes many enhancements and extensions. Includes a full-featured in

Re: NEW: lang/chicken

2006-05-03 Thread steven mestdagh
Deanna Phillips [2006-05-02, 17:35:52]: > ``CHICKEN is a compiler for the Scheme programming > language. CHICKEN produces portable, efficient C, supports > almost all of the current Scheme language standard, the Revised > Report on the Algorithmic Language Scheme (R5RS), and includes > many enhance

Re: NEW: lang/chicken

2006-05-04 Thread Deanna Phillips
steven mestdagh <[EMAIL PROTECTED]> writes: > it builds fine on amd64. those doc files should be installed > in share/doc/chicken. i see you're patching this to fix file > permissions; instead you could patch this away and use > INSTALL_DATA in a post-install target. This kind of information an

Re: NEW: lang/chicken

2006-05-05 Thread Marc Espie
On Thu, May 04, 2006 at 03:37:10PM +, Deanna Phillips wrote: > steven mestdagh <[EMAIL PROTECTED]> writes: > > > it builds fine on amd64. those doc files should be installed > > in share/doc/chicken. i see you're patching this to fix file > > permissions; instead you could patch this away an

Re: NEW: lang/chicken

2006-05-05 Thread Deanna Phillips
Marc Espie <[EMAIL PROTECTED]> writes: > On Thu, May 04, 2006 at 03:37:10PM +, Deanna Phillips wrote: >> steven mestdagh <[EMAIL PROTECTED]> writes: >> >> > it builds fine on amd64. those doc files should be installed >> > in share/doc/chicken. i see you're patching this to fix file >> > pe

Re: NEW: lang/chicken

2006-05-06 Thread steven mestdagh
Deanna Phillips [2006-05-05, 18:39:33]: > Marc Espie <[EMAIL PROTECTED]> writes: > > > On Thu, May 04, 2006 at 03:37:10PM +, Deanna Phillips wrote: > >> steven mestdagh <[EMAIL PROTECTED]> writes: > >> > >> > it builds fine on amd64. those doc files should be installed > >> > in share/doc/ch

Re: NEW: lang/chicken

2006-05-06 Thread Deanna Phillips
steven mestdagh <[EMAIL PROTECTED]> writes: > i think you got confused about doc. you now have both chicken/doc and > doc/chicken (you seem to have forgotten update-plist). you need to > patch the first one away in chicken's makefile. Yes, I thought that hand-editing that out of the PLIST would f

Re: NEW: lang/chicken

2006-05-06 Thread steven mestdagh
Deanna Phillips [2006-05-06, 15:54:06]: > steven mestdagh <[EMAIL PROTECTED]> writes: > > > i think you got confused about doc. you now have both chicken/doc and > > doc/chicken (you seem to have forgotten update-plist). you need to > > patch the first one away in chicken's makefile. > > Yes, I t

Re: NEW: lang/chicken

2006-05-06 Thread Deanna Phillips
steven mestdagh <[EMAIL PROTECTED]> writes: > this doesn't build on my sparc64, no meaningful error, i might > be short on memory - can anyone else try this? Hmm, NetBSD has this in their port's Makefile: # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+=F77=${FALSE:Q} -- deanna at sdf

Re: NEW: lang/chicken

2006-05-08 Thread Tan Dang
On 5/6/06, Deanna Phillips <[EMAIL PROTECTED]> wrote: steven mestdagh <[EMAIL PROTECTED]> writes: > this doesn't build on my sparc64, no meaningful error, i might > be short on memory - can anyone else try this? Hmm, NetBSD has this in their port's Makefile: # Avoid an ICE in gcc2 on sparc64 C

Re: NEW: lang/chicken

2006-05-19 Thread Deanna Phillips
"Tan Dang" <[EMAIL PROTECTED]> writes: > On 5/6/06, Deanna Phillips <[EMAIL PROTECTED]> wrote: >> steven mestdagh <[EMAIL PROTECTED]> writes: >> >> > this doesn't build on my sparc64, no meaningful error, i might >> > be short on memory - can anyone else try this? >> >> Hmm, NetBSD has this in the

Re: NEW: lang/chicken

2006-05-19 Thread steven mestdagh
Deanna Phillips [2006-05-19, 12:14:18]: > "Tan Dang" <[EMAIL PROTECTED]> writes: > > > On 5/6/06, Deanna Phillips <[EMAIL PROTECTED]> wrote: > >> steven mestdagh <[EMAIL PROTECTED]> writes: > >> > >> > this doesn't build on my sparc64, no meaningful error, i might > >> > be short on memory - can a