diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-21 22:56:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-21 22:56:45 +0000 |
commit | ce226b1d21eecb9cfe6301bd2603460d633b8086 (patch) | |
tree | bbcdc830980f5593ccf6016ced0467eb51209553 /graphics | |
parent | d30852b848611d8a913e278fba388fb78d2b6cf8 (diff) | |
download | ports-ce226b1d21eecb9cfe6301bd2603460d633b8086.tar.gz ports-ce226b1d21eecb9cfe6301bd2603460d633b8086.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/renderpark/Makefile | 3 | ||||
-rw-r--r-- | graphics/xrml/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile index c67e3640a325..450a7774e11f 100644 --- a/graphics/renderpark/Makefile +++ b/graphics/renderpark/Makefile @@ -19,6 +19,9 @@ DIST_SUBDIR= ${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= System for physically based photo-realistic image synthesis +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-03-22 + USE_GL= glut .ifdef (WITH_XRML) diff --git a/graphics/xrml/Makefile b/graphics/xrml/Makefile index 7545a25dd6c6..1003295fc0b1 100644 --- a/graphics/xrml/Makefile +++ b/graphics/xrml/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= RenderPark MAINTAINER= ports@FreeBSD.org COMMENT= Extensible scene graph library based on VRML'97 +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-03-22 + WRKSRC= ${WRKDIR}/${PORTNAME:U} USE_GMAKE= yes |