When updating www/mod_scgi to 1.11 today, I found the variable USE_APACHE could use version numbers.
However, after placing it in my /etc/make.conf to replace the old WITH_APACHE2, I got an error message whenever I install a port:
Max recursion level (500) exceeded.: Resource temporarily unavailable
After some googling I found this variable should be used internal only, that is, only use it in ports makefile, but not /etc/make.conf file.
The maillist article I found was related to some Emacs related variables, so take care the next time adding version variables into the make.conf file.
Post a Comment
You could use <code type="name"> to get your code colorized