From owner-freebsd-stable Mon Jul 1 23:20:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA1637B400; Mon, 1 Jul 2002 23:20:10 -0700 (PDT) Received: from gravy.kishka.net (pool-151-197-250-166.phil.east.verizon.net [151.197.250.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 481C043E31; Mon, 1 Jul 2002 23:20:09 -0700 (PDT) (envelope-from bleez@bellatlantic.net) Received: from gravy.kishka.net (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.12.4/8.12.4) with ESMTP id g626K6eJ004871; Tue, 2 Jul 2002 02:20:06 -0400 (EDT) (envelope-from bleez@bellatlantic.net) Date: Tue, 2 Jul 2002 02:20:06 -0400 (EDT) From: Bryan Liesner X-X-Sender: root@gravy.kishka.net To: Andreas Ntaflos Cc: Bryan Liesner , , Subject: Re: freetype2?? again! In-Reply-To: <20020702062113.B1105@Deadcell.ant> Message-ID: <20020702020746.L768-100000@gravy.kishka.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2 Jul 2002, Andreas Ntaflos wrote: >Thank you for your answer. > >Unfortunately this is not what causes the problems here. I always have >"." in my path. Also, trying to install it from the work directory in >/usr/ports/print/freetype2 results in the same errors. So does the old >classic way of `make install` in the same directory. > First of all, if you look in the Makefile, you'll see that the port depends on gmake. If you go into the work directory and type make install, you'll be calling the BSD make, not gmake. Just look at the contents of "install" in the work directory If you have a . in your path, once again, you'll be calling the BSD install. Having "." in your path IS the cause of the failure. Just for fun, remove the . from your path, and do a make install. If you insist on having . in your path, do: make clean make manually remove the file "install" from work/freetype-2.1.2 make install A "." in your path is convenient, but it's a bad thing... ========================================================== = Bryan D. Liesner LeezSoft Communications, Inc. = = A subsidiary of LeezSoft Inc. = = bleez@bellatlantic.net Home of the Gipper = ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message