Date: Sat, 20 Nov 2004 15:18:36 -0700 (MST) From: Mike Brown <mike@skew.org> To: ports@freebsd.org Subject: bsd.port.Mk error Message-ID: <200411202218.iAKMIaiW047097@chilled.skew.org>
next in thread | raw e-mail | index | archive | help
1. line 562 of bsd.port.Mk: "dependancies" should be "dependencies" 2. I accidentally typed "make" in a directory that did not have a Makefile, and got this error: "/usr/ports/Mk/bsd.port.mk", line 1459: Bad X_WINDOW_SYSTEM setting I do not have X11 installed on my system. I don't see anything in the Makefile that would have resulted in arriving at line 1459. If OSVERSION is being set by "/sbin/sysctl -n kern.osreldate" then it is "490102", and AFAIK, XFREE86_VERSION is not defined. Therefore around line 1180, X_WINDOW_SYSTEM should be set to "xfree86-4", and the elif around line 1424 should kick in. But somehow it falls through to the else. Any ideas? -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411202218.iAKMIaiW047097>