FreeBSD – Chad Transtrum https://chad.transtrum.net the open road Tue, 08 Oct 2019 07:24:52 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.2 136252141 FreeBSD 6.1 and X11BASE https://chad.transtrum.net/2010/04/17/freebsd-61-and-x11base/ https://chad.transtrum.net/2010/04/17/freebsd-61-and-x11base/#comments Sun, 18 Apr 2010 01:09:11 +0000 http://chad.transtrum.net/2010/04/17/freebsd-61-and-x11base/ Continue reading ]]> This is a dumb place for this, but this problem really drove me crazy, and Google, for all its good intentions, just wasn’t very helpful. So if you run into this problem, here is the solution:

While updating ports, I ran “make” and got this error:

X11BASE is now deprecated. Unset X11BASE in make.conf and try again.

Of course, X11BASE is NOT set in make.conf. And trying to “unset” it didn’t give me any satisfaction.

However, if you SET it, then you are good to go.

Add this line to make.conf:

X11BASE=${LOCALBASE}

Heh. Imagine that.

And yes, I know. The moral of the story is don’t run two major versions behind on an OS.

]]>
https://chad.transtrum.net/2010/04/17/freebsd-61-and-x11base/feed/ 1 56