Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2019 14:28:48 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516226 - in head: . Mk/Uses graphics graphics/libGLw
Message-ID:  <201911011428.xA1ESmRq063334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Nov  1 14:28:48 2019
New Revision: 516226
URL: https://svnweb.freebsd.org/changeset/ports/516226

Log:
  graphics/libGLw: Remove deprecated port
  
  Remove graphics/libGLw, since it is deprecated.
  Dependent ports have already been resolved.
  Unhook it from the infrastructure in Mk/Uses/gl.mk

Deleted:
  head/graphics/libGLw/
Modified:
  head/MOVED
  head/Mk/Uses/gl.mk
  head/graphics/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Nov  1 14:22:23 2019	(r516225)
+++ head/MOVED	Fri Nov  1 14:28:48 2019	(r516226)
@@ -13436,3 +13436,4 @@ games/xpilot-ng-client||2019-11-01|Has expired: Depend
 science/xmakemol||2019-11-01|Has expired: Depends on expiring graphics/libGLw
 x11/libXp||2019-11-01|Deprecated upstream
 x11/libXxf86misc||2019-11-01|Deprecated upstream
+graphics/libGLw||2019-11-01|Deprecated upstream

Modified: head/Mk/Uses/gl.mk
==============================================================================
--- head/Mk/Uses/gl.mk	Fri Nov  1 14:22:23 2019	(r516225)
+++ head/Mk/Uses/gl.mk	Fri Nov  1 14:28:48 2019	(r516226)
@@ -4,7 +4,7 @@
 # 
 # Feature:	gl
 # Usage:	USES=gl
-#		USE_GL=egl gbm gl glesv2 glew glu glut glw
+#		USE_GL=egl gbm gl glesv2 glew glu glut
 #		
 #		USE_GL specifies which GL components to add as dependencies.
 #		Not specifying USE_GL with USES=gl is an error.
@@ -24,7 +24,6 @@ _GL_glew_LIB_DEPENDS=		libGLEW.so:graphics/glew
 _GL_glu_LIB_DEPENDS=		libGLU.so:graphics/libGLU
 _GL_glu_USE_XORG=		xorgproto
 _GL_glut_LIB_DEPENDS=		libglut.so:graphics/freeglut
-_GL_glw_LIB_DEPENDS=		libGLw.so:graphics/libGLw
 
 .if !empty(gl_ARGS)
 IGNORE=	USES=gl takes no arguments

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Nov  1 14:22:23 2019	(r516225)
+++ head/graphics/Makefile	Fri Nov  1 14:28:48 2019	(r516226)
@@ -413,7 +413,6 @@
     SUBDIR += lfview
     SUBDIR += lib3ds
     SUBDIR += libGLU
-    SUBDIR += libGLw
     SUBDIR += libQGLViewer
     SUBDIR += libafterimage
     SUBDIR += libansilove



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911011428.xA1ESmRq063334>