From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 20:09:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F949236; Mon, 22 Dec 2014 20:09:10 +0000 (UTC) Received: from fep32.mx.upcmail.net (fep32.mx.upcmail.net [62.179.121.50]) by mx1.freebsd.org (Postfix) with ESMTP id D6AB23FDD; Mon, 22 Dec 2014 20:09:08 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep32-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20141222200901.PFFA12890.viefep32-int.chello.at@edge03.upcmail.net>; Mon, 22 Dec 2014 21:09:01 +0100 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id Wk8e1p00n2Rg3Ey01k8eUH; Mon, 22 Dec 2014 21:08:39 +0100 X-SourceIP: 178.84.134.112 Message-ID: <54987A5B.9090202@rainbow-runner.nl> Date: Mon, 22 Dec 2014 21:08:59 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Jung-uk Kim , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r375262 - head/graphics/libGL References: <201412221938.sBMJcPMY016753@svn.freebsd.org> In-Reply-To: <201412221938.sBMJcPMY016753@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 22 Dec 2014 20:09:10 -0000 On 22-12-2014 20:38, Jung-uk Kim wrote: > Author: jkim > Date: Mon Dec 22 19:38:24 2014 > New Revision: 375262 > URL: https://svnweb.freebsd.org/changeset/ports/375262 > QAT: https://qat.redports.org/buildarchive/r375262/ > > Log: > Fix plist. > > Modified: > head/graphics/libGL/bsd.mesalib.mk > > Modified: head/graphics/libGL/bsd.mesalib.mk > ============================================================================== > --- head/graphics/libGL/bsd.mesalib.mk Mon Dec 22 19:26:41 2014 (r375261) > +++ head/graphics/libGL/bsd.mesalib.mk Mon Dec 22 19:38:24 2014 (r375262) > @@ -34,6 +34,7 @@ MESABASEVERSION= 10.4.0 > MESASUBVERSION= > > MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ > +PLIST_SUB+= OLD="@comment " NEW="" > > # work around libarchive bug? > EXTRACT_CMD= ${LOCALBASE}/bin/gtar > Thanks!