On Sat, 27 Mar 2010 01:35:38 +0200 Aleksey Cheusov <cheusov%tut.by@localhost> wrote: > Suppose I want to REinstall the package with the same version 1.2.3. > > Can the following cause any breakages? > > pkg_delete -f xyz > pkg_add /path/to/xyz-1.2.3.tgz I recommend pkg_add -U instead. -Tobias