qt4-doc-4.8.2: unknown USE_QT4

I try to upgrade qt4-doc:
portmaster misc/qt4-doc
and got the error:

Code:
qt4-doc-4.8.2 can't be installed: unknown USE_QT4 component 'yes'.

I checked freshports.org and the Commit History notes say:
Code:
- Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
  component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.
Wondering what this means.
 
It means do not use any
Code:
USE_QT4=yes
phase in your /etc/make.conf or /usr/ports/misc/qt4-doc/Makefile. QT4 does not include a component named "yes"
 
everypot said:
I checked freshports.org and the Commit History notes says:
Code:
- Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
  component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.
wondering what does this mean...

That was the fix to your problem.
 
Thanks! I did csup to update the ports files, and it works. In the old Makefile, it has the
Code:
USE_QT4=yes
which is removed in the new Makefile.
 
Back
Top