From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 08:12:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78DD0928; Mon, 3 Feb 2014 08:12:50 +0000 (UTC) Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by mx1.freebsd.org (Postfix) with ESMTP id 36EAD1A1F; Mon, 3 Feb 2014 08:12:48 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep22-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140203081247.GMLD13097.viefep22-int.chello.at@edge03.upcmail.net>; Mon, 3 Feb 2014 09:12:47 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge03.upcmail.net with edge id MkCm1n00A2Rg3Ey03kCmrp; Mon, 03 Feb 2014 09:12:46 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52EF4F7E.6090607@rainbow-runner.nl> Date: Mon, 03 Feb 2014 09:12:46 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Max Brazhnikov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r342389 - head/Mk References: <201402030739.s137dd1B062018@svn.freebsd.org> In-Reply-To: <201402030739.s137dd1B062018@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140202-1, 02-02-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 03 Feb 2014 08:12:50 -0000 On 3-2-2014 8:39, Max Brazhnikov wrote: > Author: makc > Date: Mon Feb 3 07:39:39 2014 > New Revision: 342389 > URL: http://svnweb.freebsd.org/changeset/ports/342389 > QAT: https://qat.redports.org/buildarchive/r342389/ > > Log: > Mk/bsd.port.mk: > - Fix typo (apparently I'm the first who's trying to use new mesa ports :) > > Approved by: portmgr (bapt) > > Modified: > head/Mk/bsd.port.mk > > Modified: head/Mk/bsd.port.mk > ============================================================================== > --- head/Mk/bsd.port.mk Mon Feb 3 07:35:33 2014 (r342388) > +++ head/Mk/bsd.port.mk Mon Feb 3 07:39:39 2014 (r342389) > @@ -1793,7 +1793,7 @@ USES+= display > > PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' > > -_GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/grahpics/libglesv2 > +_GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/graphics/libglesv2 > _GL_egl_LIB_DEPENDS= libEGL.so:${PORTSDIR}/graphics/libEGL > _GL_gl_LIB_DEPENDS= libGL.so:${PORTSDIR}/graphics/libGL > _GL_gl_USE_XORG= glproto dri2proto Ah my infamous "lets switch the 'p' and 'h' around" :) Thanks for fixing. -Koop