Re: net/mpd wrong startup script

2007-01-10 Thread Wojciech Puchar
OK On Wed, 10 Jan 2007, Vasil Dimov wrote: On Tue, Jan 09, 2007 at 20:30:06 +0100, Wojciech Puchar wrote: the fixed /usr/local/etc/rc.d/mpd.sh is below: fixed missing : between mpd_enable and -NO and missing /etc/rc.subr after . looks like that script were never tested Fixed, thanks! PS1 c

Re: Cannot make security/nss

2007-01-10 Thread Mikhail Teterin
= /usr/local/lib/libplc4.so: undefined reference to `gethostbyname_r' = /usr/local/lib/libplc4.so: undefined reference to `getprotobyname_r' = /usr/local/lib/libplc4.so: undefined reference to `gethostbyname2_r' = /usr/local/lib/libplc4.so: undefined reference to `getprotobynumber_r' = /usr/local/l

devel/nspr fails 'make test' but builds OK

2007-01-10 Thread Paul Hoffman
At the end of 'make', it suggests running 'make test'. I did so, and in the middle it reports: forktestFAILED forktest: Wait one second before accept forktest: Wait one second before connect forktest: Accepting connection

Re: Cannot make security/nss

2007-01-10 Thread Paul Hoffman
At 8:08 AM -0500 1/10/07, Mikhail Teterin wrote: = /usr/local/lib/libplc4.so: undefined reference to `gethostbyname_r' = /usr/local/lib/libplc4.so: undefined reference to `getprotobyname_r' = /usr/local/lib/libplc4.so: undefined reference to `gethostbyname2_r' = /usr/local/lib/libplc4.so: undefin

Migration tips for gfortran42 (was Re: Migration to gfortran42)

2007-01-10 Thread NAKATA Maho
Hi here is some tips. * Migrate to gfortran42 WANT_FORTRAN=yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 * Useful for link infomation. When link against -lblas or gfortran compiled libraries with C/C++ programs (this corresponds to when some program want to link aga

Linking against BLAS/LAPACK and optimized BLAS - ATLAS (was Re: Migration tips for gfortran42)

2007-01-10 Thread NAKATA Maho
Hi here is some tips again * Linking blas/lapack or atlas .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas BLAS= -lf77blas -latlas LAPACK= -lalapack .else LIB_DEPEND

Re: Migration to gfortran42

2007-01-10 Thread NAKATA Maho
(trim [EMAIL PROTECTED], [EMAIL PROTECTED]) current status of migration wait ... wait for commit approval source ... f90/f77 sources exist link ... only exist link against f90/f77 complied libraries gfortran ... used compiler is gfortran42 f77 ... used compiler is g77 (there are some comp

Re: Fatal error 'Spinlock called when not threaded.'

2007-01-10 Thread John Abrams
At 06:41 AM 1/9/2007, you wrote: On Mon, 8 Jan 2007 08:51:52 -0500 (EST) "John Abrams" <[EMAIL PROTECTED]> mentioned: > After cvsup-ing I get "Fatal error 'Spinlock called when not > threaded.' at line 87 in file > /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 2)" when I try > portupgr

Re: devel/nspr fails 'make test' but builds OK

2007-01-10 Thread mezz7
Paul Hoffman <[EMAIL PROTECTED]> wrote: > At the end of 'make', it suggests running 'make test'. I did so, and > in the middle it reports: > > forktestFAILED > forktest: Wait one second before accept > forktest: Wait one second