Re: compiling xfce4 issue
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 27, 2018 at 04:51:46PM +0100, phipo neo wrote: > how do i do to destroy what i compiled in port xfce4, and extract > pkgsrc2017Q1 because other pkgsrc have were broken I think the safest way is something like: cd pkgsrc/meta-pkgs/xfce4 make clean-depends make cleandir make make install but it might remove a few more pkgs than actually affected, before rebuilding them. Martin