View Single Post
  #4   (View Single Post)  
Old 25th June 2008
ccc ccc is offline
Shell Scout
 
Join Date: May 2008
Posts: 97
Default

I've done:
Code:
# echo 'WITH_DEBUG=yes' >> /etc/make.conf
# cd /usr/ports/sysutils/freecolor
# make deinstall clean
# make install clean
and Segmentation fault is gone:
Code:
# freecolor -o
             total       used       free     shared    buffers     cached
Mem:        509852     168140     341712          0          0        360
Swap:      2048000          0    2048000
#

should I leave

WITH_DEBUG=yes

in /etc/make.conf ?
Reply With Quote