From owner-cvs-all@FreeBSD.ORG Fri May 27 01:10:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC5116A41C; Fri, 27 May 2005 01:10:30 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A2C843D48; Fri, 27 May 2005 01:10:30 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R1AUZV034814; Fri, 27 May 2005 01:10:30 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R1AUeD034813; Fri, 27 May 2005 01:10:30 GMT (envelope-from brooks) Message-Id: <200505270110.j4R1AUeD034813@repoman.freebsd.org> From: Brooks Davis Date: Fri, 27 May 2005 01:10:30 +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/wpa_supplicant Makefile ports/security/wpa_supplicant/files patch-Makefile 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: Fri, 27 May 2005 01:10:30 -0000 brooks 2005-05-27 01:10:30 UTC FreeBSD ports repository Modified files: security/wpa_supplicant Makefile Added files: security/wpa_supplicant/files patch-Makefile Log: Add a new variable WITH_STATIC_SUPPLICANT to cause wpa_supplicant to be linked staticly. This allows it to be used from devd at startup. [1] Use LIB_DEPENDS instead of BUILD_DEPENDS for the libdnet depend since we need it to run too. [2] My changes differ from the submitted fixes. Submitted by: Darren Pilgrim [1] Pawel Worach [2] Revision Changes Path 1.8 +19 -4 ports/security/wpa_supplicant/Makefile 1.1 +14 -0 ports/security/wpa_supplicant/files/patch-Makefile (new)