From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 10:36:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46E692AE; Fri, 6 Jun 2014 10:36:17 +0000 (UTC) Received: from fep28.mx.upcmail.net (fep28.mx.upcmail.net [62.179.121.48]) by mx1.freebsd.org (Postfix) with ESMTP id A685D206B; Fri, 6 Jun 2014 10:36:15 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep20-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20140606103455.MUSZ25434.viefep20-int.chello.at@edge04.upcmail.net>; Fri, 6 Jun 2014 12:34:55 +0200 Received: from crashalot.kantoor.acservices.nl ([213.127.215.2]) by edge04.upcmail.net with edge id Ayau1o01K03gjjH03yauyT; Fri, 06 Jun 2014 12:34:55 +0200 X-SourceIP: 213.127.215.2 Message-ID: <1402050891.1828.0.camel@crashalot.rainbow-runner.nl> Subject: Re: svn commit: r356761 - head/graphics/epdfview/files From: Koop Mast To: Baptiste Daroussin Date: Fri, 06 Jun 2014 12:34:51 +0200 In-Reply-To: <201406061032.s56AWT2i056376@svn.freebsd.org> References: <201406061032.s56AWT2i056376@svn.freebsd.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.2 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 10:36:17 -0000 On vr, 2014-06-06 at 10:32 +0000, Baptiste Daroussin wrote: > ++#if (CUPS_VERSION_MAJOR > 1) || (CUPS_VERSION_MINOR > 5) > ++#define HAVE_CUPS_1_6 1 > ++#endif > ++ Unless my brain is still napping, shouldn't that be '&&' instead of '||'?