From owner-cvs-all@FreeBSD.ORG Mon Aug 13 00:14:17 2007 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 E23EE16A418; Mon, 13 Aug 2007 00:14:17 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B8CB13C428; Mon, 13 Aug 2007 00:14:15 +0000 (UTC) (envelope-from tmclaugh@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 l7D0EF3H051571; Mon, 13 Aug 2007 00:14:15 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7D0EFPp051570; Mon, 13 Aug 2007 00:14:15 GMT (envelope-from tmclaugh) Message-Id: <200708130014.l7D0EFPp051570@repoman.freebsd.org> From: Tom McLaughlin Date: Mon, 13 Aug 2007 00:14:15 +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/security/sudo Makefile pkg-plist 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: Mon, 13 Aug 2007 00:14:18 -0000 tmclaugh 2007-08-13 00:14:15 UTC FreeBSD ports repository Modified files: security/sudo Makefile pkg-plist Log: - Work around broken configure script and explicitly set location of sudo_noexec.so to unbreak NOEXEC option. [1] - Build using --with-secure-path if SUDO_SECURE_PATH is set when building the port. SUDO_SECURE_PATH should be set to a PATH string. [2] - Don't bother deleting sudo_noexec.la. Deleting the file after it's installed is ugly and since it's not harmful it's not worth patching the install. - Set CONFIGURE_TARGET. PR: 115442 [1], 115381 [2] Submitted by: vd [1], Janos Mohacsi [2] Revision Changes Path 1.89 +11 -4 ports/security/sudo/Makefile 1.14 +1 -0 ports/security/sudo/pkg-plist