e672
![]() |
|
|
|
|
|||||||
| 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
|
|||
|
|||
|
I have install from ports a game iourbanterror, but after an update(of tree ports) the game wasn't install anymore so I install it again; the install process works fine but when trying to run the game I recive an error: "Couldn't load default.cfg"
I use the following commands: Code:
#make deinstall clean #make config-recursive, #make rmconfig-recursive, #make clean-depends ps: sorry for my bad English, is not my native language. |
|
#2
|
||||
|
||||
|
Updating your ports tree does NOT uninstall a port. It doesn't touch the (installed) ports themselves in any way.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
Minbari (March 1st, 2012) | ||
|
#3
|
|||
|
|||
|
I know that updating does not uninstall a port, but when I checked the port wasn't there.
Code:
> which iourbanterror or > ls /var/db/pkg | grep iourbanterror Last edited by DutchDaemon; March 1st, 2012 at 19:01. |
|
#5
|
||||
|
||||
|
Quote:
Use pkg_info(1) to check for installed ports. -Ix is helpful. Code:
# pkg_info -Ix iourban |
| The Following User Says Thank You to wblock@ For This Useful Post: | ||
Minbari (April 16th, 2012) | ||
|
#6
|
||||
|
||||
|
uninstall and add from package to see if you get any different result
# make deinstall -C /usr/ports/games/iorbanterror # pkg_add -rv iourbanterrorassuming your $PACKEGESITE in env is set to .../Latest
__________________
branch:head - root on zfs - amd64 BLUES, ELWOOD ILLINOIS LICENSE : B263-1655-2187 CURRENTLY UNDER SUSPENSION WARRANTS OUTSTANDING : PARKG. 116 MOVING VIOLATIONS : 56 ARREST DRIVER ... IMPOUND VEHICLE |
| The Following User Says Thank You to Beeblebrox For This Useful Post: | ||
Minbari (April 16th, 2012) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ports constantly tries to rebuild/reinstall lang/python27 | Grell | Installation and Maintenance of FreeBSD Ports or Packages | 2 | May 18th, 2011 19:25 |
| [Solved] make readmes not working correctly in /usr/ports | rbelk | Installation and Maintenance of FreeBSD Ports or Packages | 9 | January 10th, 2011 08:08 |
| Maintaining ports correctly? | feralape | Installation and Maintenance of FreeBSD Ports or Packages | 2 | August 21st, 2010 10:00 |
| [Solved] about the ports/editors/emacs/ reinstall error! | zyanho | Installation and Maintenance of FreeBSD Ports or Packages | 12 | June 5th, 2010 01:57 |
| reinstall all ports | lumiwa | Installation and Maintenance of FreeBSD Ports or Packages | 9 | December 10th, 2009 12:34 |