View Single Post
  #8   (View Single Post)  
Old 28th May 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Quote:
I don't suppose there is an equivalent for viewing a ports build options (make config) is there?
# make showconfig It's all in /usr/ports/Mk/bsd.ports.mk

The show-options target is _ONLY_ for vim, look at the Makefile:
Code:
show-options:
        @${MAKE} -DWITH_OPTIONS showconfig
It's more complicated if the port doesn't use OPTIONS but just knobs, you'll have to grep the various knobs...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote