Slashdot Mirror


User: JRemmers

JRemmers's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Yaaaaay! on FreeBSD 7.2 Released · · Score: 1

    In FreeBSD, you can use /etc/make.conf to impose global controls on port building. For example, mine contains

            WITHOUT_X11=YES
            WITHOUT_GUI=YES
            WITHOUT_NLS=YES

    Then ports that would normally drag in all of X (e.g. vim and emacs) don't do it.