From owner-cvs-all@FreeBSD.ORG Sun Dec 12 23:15:18 2004 Return-Path: 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 64A9A16A4CF; Sun, 12 Dec 2004 23:15:18 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7FA43D45; Sun, 12 Dec 2004 23:15:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBCNEoiH052418; Sun, 12 Dec 2004 16:14:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 12 Dec 2004 16:15:09 -0700 (MST) Message-Id: <20041212.161509.37355965.imp@bsdimp.com> To: krion@voodoo.oberon.net From: "M. Warner Losh" In-Reply-To: <20041212225725.GA95715@voodoo.oberon.net> References: <200412122239.iBCMd8Ad079928@repoman.freebsd.org> <20041212225725.GA95715@voodoo.oberon.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/hostapd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 12 Dec 2004 23:15:18 -0000 In message: <20041212225725.GA95715@voodoo.oberon.net> Kirill Ponomarew writes: : On Sun, Dec 12, 2004 at 10:39:08PM +0000, Warner Losh wrote: : > imp 2004-12-12 22:39:08 UTC : > : > FreeBSD ports repository : > : > Modified files: : > security/hostapd Makefile : > Log: : > hostapd is only supported in -current. : > | +.if ${OSVERSION} < 600007 : > | +IGNORE="hostapd is not supported on this version" : > | +.endif : : The IGNORE message doesn't look very attractive in this case, and : IGNORE should not be quoted, but it's ok in this case, since you're : not using special characters. Kris pointed this out as well, and I believe I've fixed it. If not, or there are other problems, feel free to let me know. Please cc me directly, since my ports commit mail piles up for relatively long periods of time. Warner