"make config" fail -> "Options unchanged"

In any Ports run make config

Just display
Code:
===> Options unchanged

I tried
Code:
make clean
make rmconfig
make config

Still failed.

Any comment for me?
Thanks.
 
Yeah, that particular port doesn't have any options to set. Have a look at the Makefile, if there are no OPTION lines in there there is nothing for make config to do.
 
If there aren't any options, it'll show
Code:
===> No options to configure

"Options unchanged" makes me think write permissions. Or maybe it's a confusion over curses. @pczone, please show a full example, including what keys you press.
 
Last edited by a moderator:
Code:
cd /usr/ports/lang/php52
or
cd /usr/ports/lang/php52-extensions
or
/usr/ports/www/apache22
or any Ports

make config

It should display some options to choose.

But it just displays an error now.
Code:
===> Options unchanged

I have run it before, and it's worked.

Code:
more /var/db/ports/apache22/option

It displays the make config/cmd] old setting before.

[code]
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for apache-worker-2.2.15_9
_OPTIONS_READ=apache-worker-2.2.15_9
WITH_THREADS=true
WITHOUT_MYSQL=true
WITHOUT_PGSQL=true
WITHOUT_SQLITE=true
WITHOUT_IPV6=true
WITHOUT_BDB=true
WITH_AUTH_BASIC=true
WITHOUT_AUTH_DIGEST=true
WITH_AUTHN_FILE=true
.
.
.
[/code]

Any comment, thanks.
 
Same problem here:

Code:
# cd /usr/ports/www/apache22
/usr/ports/www/apache22 > make config
===> Options unchanged
/usr/ports/www/apache22 > make rmconfig
===> Removing user-configured options for apache22-2.2.25
/usr/ports/www/apache22 > make config
===> Options unchanged
 
Back
Top