diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/menushki/Makefile | 3 | ||||
-rw-r--r-- | misc/vbidecode/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/misc/menushki/Makefile b/misc/menushki/Makefile index ed4369e98696..bb192fc40ea0 100644 --- a/misc/menushki/Makefile +++ b/misc/menushki/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Menu converter between varieties of Window Managers +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_XORG= x11 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile index 066fad3be0b5..153d93b7e897 100644 --- a/misc/vbidecode/Makefile +++ b/misc/vbidecode/Makefile @@ -17,6 +17,9 @@ DISTNAME= bttv-0.6.4 MAINTAINER= ports@FreeBSD.org COMMENT= Get Videotext/Teletext (.vtx) and other VBI data from TV channels +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 + PLIST_FILES= bin/vbidecode WRKSRC= ${WRKDIR}/bttv/apps/vbidecode USE_GCC= 2.95 |