moc in FreeBSD 6.1Beta3

Hi, I tried to build moc from ports:

===> moc-2.4.0_1 requires C99 string functions in libc.
*** Errore code 1

As I am not really familiar with FreeBSD maybe someone give me a hint?

Elimar

Which version of FreeBSD are you using?

--
Damian Pietras - MOC developer

I didn't see the topic, sorry :)

MOC is in ports as audio/moc, try it.

--
Damian Pietras - MOC developer

make install clean gives the above mentioned error code :(

--
The path to source is always uphill ;-)

You claim you're on FreeBSD 6.1-BETA3, but your ports think you're at FreeBSD 4.X. How come?

Can you paste output of

uname -a

cd /usr/ports/audio/moc && make -V OSVERSION

?

# uname -a
FreeBSD beastie.home.lxtec.de 6.1-BETA3 FreeBSD 6.1-BETA3 #0: Sat Mar 4 21:40:11 CET 2006 root@beastie.home.lxtec.de:/usr/obj/usr/src/sys/BEASTIE i386

# cd /usr/ports/audio/moc && make -V OSVERSION
6.1

Thx Elimar

--
The path to source is always uphill ;-)

Hmm, my zsh gaves the wrong $OSVERSION.
Fixed and mocp runs well on FreeBSD mow ;)

--
The path to source is always uphill ;-)