ioquake3: needs at least one of CLIENT, DEDICATED and SMP options

Hi friends!

I have a problem with updating games/ioquake3. It gives me an error:
Code:
===>  ioquake3-1.36_13 needs at least one of CLIENT, DEDICATED and SMP options.
*** [reinstall] Error code 1

Stop in /usr/ports/games/ioquake3.

I have read the wiki about options-ng, and added to /etc/make.conf:
Code:
OPTIONS_SET=  SMP

Also I tried setting:
Code:
OPTIONS_SET=  SMP CLIENT
and
Code:
ioquake3_SET=SMP CLIENT

But it does not help. How can I solve the problem?
 
From the Makefile:
Code:
Note that SMP is only supported on OS-X, hence the option has been removed.

But there is still a test looking for it. Please enter a PR, but in the meantime, comment out the line that checks for that no-longer-valid option:
Code:
#IGNORE=	needs at least one of CLIENT, DEDICATED and SMP options

games/ioquake3-devel does not appear to have this problem.
 
Thanks for the note about commenting
Code:
#IGNORE=	needs at least one of CLIENT, DEDICATED and SMP options
It helps and the game installs. But I have a new problem, there is no game binary for playing. I have only:
Code:
ioq3ded
q3asm
q3lcc
q3rcc
q3cpp

Always played that game and now some problems appear. Trying to install with and without sets of options:
Code:
CLIENT, SMP, DEDICATED
 
Back
Top