View Full Version : Ports - cofiguration information
jaymax
06-23-2008, 02:30 AM
Hello,
I've been a bit loathe to use the ports because, I do not always find information on configuration information on the pkg as to what options it may be configured with, preferring to compile them myself from source code. Is there away around this this blackout window.
Thanks
Carpetsmoker
06-23-2008, 02:33 AM
This works:
grep WITH Makefile
jb_daefo
06-23-2008, 02:41 AM
/usr/ports/ports-mgmt/portsopt/ maybe
scottro
06-23-2008, 03:29 AM
Many ports will come with a dialog to choose their options. If they do, then doing
make showconfig
will show what options are turned on and off and give you a note to run make config to change them.
Eam404
06-24-2008, 05:11 PM
Or
# cd /usr/ports/portiwanttodownload/
# make config
Select options
# make install clean
BAM!
cajunman4life
06-24-2008, 05:22 PM
Or
# cd /usr/ports/portiwanttodownload/
# make config
Select options
# make install clean
BAM!
Occasionally I have come across a port that doesn't have a config dialog, but still accepts switches for configuration options at maketime.
Weaseal
06-25-2008, 11:40 AM
Occasionally I have come across a port that doesn't have a config dialog, but still accepts switches for configuration options at maketime.True, there may still be such ports that were designed before the 'make config' system was put into use (I think it started in FreeBSD 5?). I am ashamed to admit that one of my ports still used said old system until very recently.
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.