From owner-svn-ports-head@FreeBSD.ORG Fri May 24 14:06:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D71243C2; Fri, 24 May 2013 14:06:14 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 8270A68; Fri, 24 May 2013 14:06:14 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 870034000A; Fri, 24 May 2013 16:06:11 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 7B9B54001C; Fri, 24 May 2013 16:06:11 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 2CF664000A; Fri, 24 May 2013 16:06:11 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3bH8WQ6qgmz8hVn; Fri, 24 May 2013 16:06:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id nAUi-zvVnwRT; Fri, 24 May 2013 16:06:06 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3bH8WL4wsjz8hVm; Fri, 24 May 2013 16:06:06 +0200 (CEST) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3bH8WL2VFgz9Ctq; Fri, 24 May 2013 16:06:06 +0200 (CEST) Message-ID: <519F73CF.50604@freebsd.org> Date: Fri, 24 May 2013 16:06:07 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: svn commit: r318971 - head/security/pam_alreadyloggedin References: <201305241402.r4OE2q7S040516@svn.freebsd.org> In-Reply-To: <201305241402.r4OE2q7S040516@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130523-1, 2013-05-23), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 14:06:14 -0000 On 2013-05-24 16:02, Baptiste Daroussin wrote: > Author: bapt > Date: Fri May 24 14:02:52 2013 > New Revision: 318971 > URL: http://svnweb.freebsd.org/changeset/ports/318971 > > Log: > Fix typo > > Modified: > head/security/pam_alreadyloggedin/Makefile > > Modified: head/security/pam_alreadyloggedin/Makefile > ============================================================================== > --- head/security/pam_alreadyloggedin/Makefile Fri May 24 13:59:29 2013 (r318970) > +++ head/security/pam_alreadyloggedin/Makefile Fri May 24 14:02:52 2013 (r318971) > @@ -16,7 +16,7 @@ MANCOMPRESSED= yes > > .include > > -.if ${OSVERSION} => 900007 > +.if ${OSVERSION} >= 900007 > BROKEN= Does not build with utmpx. > .endif > > Thanks, and sorry about that. Regards! -- Niclas