diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-07 08:34:53 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-07 08:34:53 +0000 |
commit | 5f141f7af4eaa2dd04da706605f3e26d5a616f4c (patch) | |
tree | a580d89d2d0d51593efd52486c22c4be37298004 | |
parent | 9f327be469819e6acebbff7eba098ea215bf1069 (diff) | |
download | ports-5f141f7af4eaa2dd04da706605f3e26d5a616f4c.tar.gz ports-5f141f7af4eaa2dd04da706605f3e26d5a616f4c.zip |
Notes
-rw-r--r-- | graphics/inventor/Makefile | 2 | ||||
-rw-r--r-- | graphics/libGLw/Makefile | 3 | ||||
-rw-r--r-- | science/xmakemol/Makefile | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 2404ae7a7309..c3c0fce9acad 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -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]* diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index 3f23fc95c2cb..cd434ec15198 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -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 diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index e498bedf99fc..a1924734015e 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -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 |