From owner-svn-ports-head@freebsd.org Tue Mar 29 06:21:25 2016 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 289E7AE1913; Tue, 29 Mar 2016 06:21:25 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 EA797172E; Tue, 29 Mar 2016 06:21:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2T6LOqH087634; Tue, 29 Mar 2016 06:21:24 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2T6LOwK087632; Tue, 29 Mar 2016 06:21:24 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201603290621.u2T6LOwK087632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 29 Mar 2016 06:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412096 - in head: . graphics graphics/libtxc_dxtn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 29 Mar 2016 06:21:25 -0000 Author: dbn Date: Tue Mar 29 06:21:23 2016 New Revision: 412096 URL: https://svnweb.freebsd.org/changeset/ports/412096 Log: graphics/libtxc_dxtn: remove port Remove libtxc_dxtn as s2tc is based on a newer version and includes extra components (command line tools for texture compression). s2tc is also based on a newer version than libtxc_dxtn. Approved by: x11 (dumbbell@) Deleted: head/graphics/libtxc_dxtn/ Modified: head/MOVED head/graphics/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Mar 29 06:17:14 2016 (r412095) +++ head/MOVED Tue Mar 29 06:21:23 2016 (r412096) @@ -8244,3 +8244,4 @@ graphics/hugin-2016||2016-03-22|overtake net/rubygem-omniauth-cas3||2016-03-28|Removed textproc/libvisio||2016-03-28|No longer used by other ports: use textproc/libvisio01 instead textproc/libe-book00||2016-03-28|No longer used by other ports: use textproc/libe-book instead +graphics/libtxc_dxtn|graphics/s2tc|2016-03-29|Superseded by graphics/s2tc Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Mar 29 06:17:14 2016 (r412095) +++ head/graphics/Makefile Tue Mar 29 06:21:23 2016 (r412096) @@ -532,7 +532,6 @@ SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo - SUBDIR += libtxc_dxtn SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins