From owner-svn-ports-head@freebsd.org Fri Nov 4 10:48:55 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 8B98CC2F28D; Fri, 4 Nov 2016 10:48:55 +0000 (UTC) (envelope-from tijl@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 40CB18DC; Fri, 4 Nov 2016 10:48:55 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA4Amspu083434; Fri, 4 Nov 2016 10:48:54 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4Amsu9083431; Fri, 4 Nov 2016 10:48:54 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611041048.uA4Amsu9083431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 4 Nov 2016 10:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425313 - in head: . Mk/Uses graphics graphics/linux-c6-libGLU graphics/linux-c7-libGLU 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.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, 04 Nov 2016 10:48:55 -0000 Author: tijl Date: Fri Nov 4 10:48:54 2016 New Revision: 425313 URL: https://svnweb.freebsd.org/changeset/ports/425313 Log: Remove linux-c6-libGLU and linux-c7-libGLU. They were used in combination with nvidia-driver but linux-*-dri is now used instead. Deleted: head/graphics/linux-c6-libGLU/ head/graphics/linux-c7-libGLU/ Modified: head/MOVED head/Mk/Uses/linux.mk head/graphics/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 4 10:47:58 2016 (r425312) +++ head/MOVED Fri Nov 4 10:48:54 2016 (r425313) @@ -8791,3 +8791,5 @@ math/py-pyfst||2016-11-01|Has expired: B archivers/ruby-zip||2016-11-01|Has expired: Broken will all supported versions of Ruby devel/ruby-langscan||2016-11-01|Has expired: Broken will all supported versions of Ruby math/octave-forge-dicom||2016-11-01|Has expired: Broken for more than 6 months +graphics/linux-c6-libGLU|graphics/linux-c6-dri|2016-11-04|Unused +graphics/linux-c7-libGLU|graphics/linux-c7-dri|2016-11-04|Unused Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Fri Nov 4 10:47:58 2016 (r425312) +++ head/Mk/Uses/linux.mk Fri Nov 4 10:48:54 2016 (r425313) @@ -96,7 +96,6 @@ linux_libaudiofile_DEP= linux-${linux_A .endif linux_libgcrypt_DEP= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt linux_libgfortran_DEP= linux-${linux_ARGS}-libgfortran>0:devel/linux-${linux_ARGS}-libgfortran -linux_libglu_DEP= linux-${linux_ARGS}-libGLU>0:graphics/linux-${linux_ARGS}-libGLU linux_libgpg-error_DEP= linux-${linux_ARGS}-libgpg-error>0:security/linux-${linux_ARGS}-libgpg-error linux_libmng_DEP= linux-${linux_ARGS}-libmng>0:graphics/linux-${linux_ARGS}-libmng linux_libogg_DEP= linux-${linux_ARGS}-libogg>0:audio/linux-${linux_ARGS}-libogg Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Nov 4 10:47:58 2016 (r425312) +++ head/graphics/Makefile Fri Nov 4 10:48:54 2016 (r425313) @@ -541,7 +541,6 @@ SUBDIR += linux-c6-glx-utils SUBDIR += linux-c6-jasper SUBDIR += linux-c6-jpeg - SUBDIR += linux-c6-libGLU SUBDIR += linux-c6-png SUBDIR += linux-c6-sdl_image SUBDIR += linux-c6-sdl_ttf @@ -553,7 +552,6 @@ SUBDIR += linux-c7-jasper SUBDIR += linux-c7-jbigkit SUBDIR += linux-c7-jpeg - SUBDIR += linux-c7-libGLU SUBDIR += linux-c7-png SUBDIR += linux-c7-sdl_image SUBDIR += linux-c7-sdl_ttf