From owner-svn-ports-head@freebsd.org Fri Mar 10 11:00:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1070D066F5 for ; Fri, 10 Mar 2017 11:00:48 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8681D1A; Fri, 10 Mar 2017 11:00:48 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from fortune.joker.local (123-48-19-110.dz.commufa.jp [123.48.19.110]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id v2AB0k26014736; Fri, 10 Mar 2017 20:00:46 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Fri, 10 Mar 2017 20:00:46 +0900 From: Tomoaki AOKI To: svn-ports-head@freebsd.org Cc: antoine@FreeBSD.org Subject: Re: svn commit: r435822 - head/math/vtk6 Message-Id: <20170310200046.221df3f4fb6a639d88beb4c2@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 10 Mar 2017 11:00:49 -0000 Thanks! > Author: antoine > Date: Fri Mar 10 10:32:52 2017 > New Revision: 435822 > URL: https://svnweb.freebsd.org/changeset/ports/435822 > > Log: > Unbreak INDEX > > Modified: > head/math/vtk6/Makefile > > Modified: head/math/vtk6/Makefile > ============================================================================== > --- head/math/vtk6/Makefile Fri Mar 10 09:01:48 2017 (r435821) > +++ head/math/vtk6/Makefile Fri Mar 10 10:32:52 2017 (r435822) > @@ -17,8 +17,7 @@ LICENSE= BSD3CLAUSE > LIB_DEPENDS= libtiff.so:graphics/tiff \ > libpng.so:graphics/png \ > libfreetype.so:print/freetype2 \ > - libexpat.so:textproc/expat2 \ > - libc++.so:devel/libc++ > + libexpat.so:textproc/expat2 > > # > # TODO -- Tomoaki AOKI