Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 08:34:53 +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: r511400 - in head: graphics/inventor graphics/libGLw science/xmakemol
Message-ID:  <201909070834.x878YraA035171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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