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 /java/guavac/Makefile | |
parent | d30852b848611d8a913e278fba388fb78d2b6cf8 (diff) |
Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).
EXPIRATION_DATE=2009-03-22
Notes
Notes:
svn path=/head/; revision=228796
Diffstat (limited to 'java/guavac/Makefile')
-rw-r--r-- | java/guavac/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile index 62c8366e66c2..1f1f4b5657e2 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= ftp://ftp.unicamp.br/pub/languages/java/guavac/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Java compiler and decompiler developed under GPL +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_GMAKE= yes GNU_CONFIGURE= yes MAN1= guavac.1 |