From owner-cvs-ports@FreeBSD.ORG Fri Aug 15 15:57:59 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91FD137B401; Fri, 15 Aug 2003 15:57:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA4843F75; Fri, 15 Aug 2003 15:57:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7FMvx0U097645; Fri, 15 Aug 2003 15:57:59 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7FMvwVf097644; Fri, 15 Aug 2003 15:57:58 -0700 (PDT) Message-Id: <200308152257.h7FMvwVf097644@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 15 Aug 2003 15:57:58 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 22:58:00 -0000 kris 2003/08/15 15:57:58 PDT FreeBSD ports repository Modified files: Mk bsd.port.mk Log: * r1.455 introduced a change that uses su(1) to install the port if built by non-root. However, sometimes it is desirable to install the port as a non-privileged user. Introduce the INSTALL_AS_USER variable to specify this behaviour. [1] * Change SU to SU_CMD to allow other su-like commands to be used to perform the privilege escalation when installing as non-root (e.g. sudo) [2] * Add support for USE_GCC=3.3 and 3.4 [3] * Add support for the dns [4] and polish [5] categories, and the xfce virtual category [6] * Use the pkg_install port on systems older than OSREVISION=460102, so they have the benefits of the advanced install/deinstall logic. [7] PR: ports/55091 [1], ports/55308 [3], ports/50444 [4], ports/53797 [5] Submitted by: dinoex [1], fjoe [2], Ulrich Spoerlein [3], Kimura Fuyuki [4], Aleksander Fafula [5], oliver [6], marcus [7] Revision Changes Path 1.462 +31 -21 ports/Mk/bsd.port.mk