Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 16:54:56 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        MET <met@uberstats.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Installing XFree86 from the Ports
Message-ID:  <20020816145455.GG389@freepuppy.bellavista.cz>
In-Reply-To: <002201c24532$0fef5660$6901a8c0@SURVIVAL>
References:  <002201c24532$0fef5660$6901a8c0@SURVIVAL>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: "MET" <met@uberstats.com>
> Subject: Installing XFree86 from the Ports
> Date: Fri, 16 Aug 2002 10:34:41 -0400

> Whets the command to check my file system's space?

    see df(1) and du(1)

> And is there a system wide function to delete crap similar to
> what 'make clean' does?

    well, there's 'make clean'.
    
    if you built a custom kernel and/or world, do 'rm -rf /usr/obj/*'.
    this is basically just like "cd /usr/src && make clean", but faster.

    if you install everything from ports but often forget to include the
    "clean" target in the make invocation (like me), do an occasional
    'rm -rf /usr/ports/*/*/work'.

    after you'll have FreeBSD installed for a longer period of time,
    you'll want to delete old tarballs from /usr/ports/distfiles/. 
    you'll probably appreciate portsclean (part of
    /usr/ports/sysutils/portupgrade/). 'portsclean -CD' will do the 
    'rm -fr /usr/ports/*/*/work' for you, plus remove any stale tarballs
    from /usr/ports/distfiles (not referenced by any port in the ports
    tree).

-- 
FreeBSD 4.6-STABLE
4:42PM up 7 days, 4:37, 17 users, load averages: 0.00, 0.00, 0.00

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020816145455.GG389>