svn commit: r511400 - in head: graphics/inventor graphics/libGLw science/xmakemol

Niclas Zeising zeising at FreeBSD.org
Sat Sep 7 08:34:54 UTC 2019


Author: zeising
Date: Sat Sep  7 08:34:53 2019
New Revision: 511400
URL: https://svnweb.freebsd.org/changeset/ports/511400

Log:
  Depreacte libGLw and dependent ports
  
  Deprecate graphics/libGLw, and set expiration date.  libGLw has been
  deprecated upstream.
  Deprecate unowned and unmaintained ports that depend on libGLw:
  graphics/inventor
  science/xmakemol
  
  Obtained from:	FreeBSD Graphics Team development repo
  		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/libGLw-deprecate

Modified:
  head/graphics/inventor/Makefile
  head/graphics/libGLw/Makefile
  head/science/xmakemol/Makefile

Modified: head/graphics/inventor/Makefile
==============================================================================
--- head/graphics/inventor/Makefile	Sat Sep  7 08:24:25 2019	(r511399)
+++ head/graphics/inventor/Makefile	Sat Sep  7 08:34:53 2019	(r511400)
@@ -15,6 +15,8 @@ COMMENT=	SGI's Open Inventor (TM)
 LICENSE=	LGPL21
 
 BROKEN=		unfetchable
+DEPRECATED=	Depends on expiring graphics/libGLw
+EXPIRATION_DATE=	2019-11-01
 
 ONLY_FOR_ARCHS=	amd64 i386
 CONFLICTS=	Coin-[0-9]* SoXt-[0-9]*

Modified: head/graphics/libGLw/Makefile
==============================================================================
--- head/graphics/libGLw/Makefile	Sat Sep  7 08:24:25 2019	(r511399)
+++ head/graphics/libGLw/Makefile	Sat Sep  7 08:34:53 2019	(r511400)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	GL
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	OpenGL widgets library
 
+DEPRECATED=    Deprecated upstream
+EXPIRATION_DATE=       2019-11-01
+
 USES=		motif libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 USE_GL=		gl

Modified: head/science/xmakemol/Makefile
==============================================================================
--- head/science/xmakemol/Makefile	Sat Sep  7 08:24:25 2019	(r511399)
+++ head/science/xmakemol/Makefile	Sat Sep  7 08:34:53 2019	(r511400)
@@ -10,6 +10,9 @@ MASTER_SITES=	SAVANNAH
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Molecule Viewer Program Based on Motif Widget
 
+DEPRECATED=    Depends on expiring graphics/libGLw
+EXPIRATION_DATE=       2019-11-01
+
 USES=		gmake motif shebangfix
 USE_XORG=	xpm
 USE_GL=		glut glw


More information about the svn-ports-all mailing list