a599
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi guys!
I'm now using ports to install packages in my Freebsd 7.1-release laptop. However, using ports means compiling software by executing make install clean. This is great since it automatically fetches the dependencies then compile them. Here is my concern though, using make install clean, most of the packages have configuration options in which I have to manually choose the options. So if I install packageA with a lot of dependencies, those dependencies may have each a configuration option in which I have to select. Is there a way in which if I use make install clean, it will accept the default configs of the packages so that the installation will go smooth without me to select options. In this way, I can leave my computer on at night installing while I sleep. Regards,
__________________
FreeBSD: The Power To Serve |
|
#2
|
|||
|
|||
|
You can use "make -DBATCH install clean" to install the default configuration. Alternatively, you can use "make config-recursive" (usually) to get all of the options displayed for you to choose upfront. I say "usually" because not all ports support it, but most do.
|
|
#3
|
||||
|
||||
|
Quote:
Thanks once again
__________________
FreeBSD: The Power To Serve |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Problem with big "make install clean" | Splatbert | Installation and Maintenance of FreeBSD Ports or Packages | 16 | April 26th, 2009 21:02 |
| Xorg 7.4 clean install | zeiz | X.Org | 21 | February 23rd, 2009 22:21 |
| How do I make a clean reinstall | djcoder | Installing & Upgrading | 3 | February 22nd, 2009 10:41 |
| portinstall or make install clean | ccc | Installation and Maintenance of FreeBSD Ports or Packages | 2 | February 3rd, 2009 00:00 |
| send make install clean to Screen | mfaridi | Installation and Maintenance of FreeBSD Ports or Packages | 9 | January 25th, 2009 04:05 |