From owner-cvs-all@FreeBSD.ORG Sat Feb 9 23:11:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17EFD16A41B; Sat, 9 Feb 2008 23:11:52 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A72113C455; Sat, 9 Feb 2008 23:11:52 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m19NBp16007222; Sat, 9 Feb 2008 23:11:51 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m19NBpo1007221; Sat, 9 Feb 2008 23:11:51 GMT (envelope-from alepulver) Message-Id: <200802092311.m19NBpo1007221@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 9 Feb 2008 23:11:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.lua.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 23:11:52 -0000 alepulver 2008-02-09 23:11:51 UTC FreeBSD ports repository Modified files: Mk bsd.lua.mk Log: - Change LUA_PREFIX default value from LOCALBASE to PREFIX. Actually the Lua prefix should be recorded on each port and read from there (as with "*-config --prefix" scripts), instead of this assumption. But supporting PREFIX is a requirement, while supporting different custom combinations of a general PREFIX for dependencies and a different PREFIX for a specific port is not. Also the latter could be achieved by changing LOCALBASE too, or directly modifying LUA_PREFIX in this case. PR: ports/120277 Submitted by: Hirohisa Yamaguchi Revision Changes Path 1.15 +2 -2 ports/Mk/bsd.lua.mk