> And now its failed with the following error.. > > files.o(.text+0x7b): In function `histfilename': > : warning: strcpy() is almost always misused, please use strlcpy() > browser.o(.text+0x3b0): In function `filesearch_init': > : warning: sprintf() is often misused, please use snprintf() > files.o(.text+0x97a): In function `get_full_path': > : warning: strcat() is almost always misused, please use strlcat()
you get this with almost every port compile... no big deal. its a warning not error. I can tell that you are just starting out :-) Just read the follwoing pages man ports man bsd.port.mk
