Today when I was using ports-mgmt/portmaster to upgrade three ports, for the first port to be upgraded, sysutils/smartmontools, the following warning was issued in the ports-mgmt/portmaster log:
While I do have WITHOUT_DOCS="YES" in my /etc/make.conf file as a global option, this warning was only issued when upgrading sysutils/smartmontools. It was not issued for the other two ports I was upgrading. I also looked back on the last week of ports-mgmt/portmaster logs and did not see this warning issued when upgrading any other ports. Anyone know what's going on with this? Has WITHOUT_DOCS truly been deprecated? If so, can you point me to the documentation? I have seen nothing WRT this issue anywhere else.
Code:
===> Cleaning for smartmontools-6.2_2
/!\ WARNING /!\
You are using the following deprecated options: WITHOUT_DOCS
If you added them on the command line, you should replace them by
WITH="" WITHOUT="DOCS"
If they are global options set in your make.conf, you should replace them with:
OPTIONS_UNSET=DOCS
If they are local to this port, you should use:
sysutils_smartmontools_UNSET=DOCS