diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-05 23:07:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-05 23:07:10 +0800 |
commit | 245464155b8f6dc4beb499e1bad020fb4eff073f (patch) | |
tree | d1ccee564501e57b77ca64c027e7a171f6b790df /x11 | |
parent | 847245096fe29d62b1f365c7f846c9311fe7dcc2 (diff) | |
download | freebsd-ports-gnome-245464155b8f6dc4beb499e1bad020fb4eff073f.tar.gz freebsd-ports-gnome-245464155b8f6dc4beb499e1bad020fb4eff073f.tar.zst freebsd-ports-gnome-245464155b8f6dc4beb499e1bad020fb4eff073f.zip |
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
Diffstat (limited to 'x11')
-rw-r--r-- | x11/powershell/Makefile | 7 | ||||
-rw-r--r-- | x11/wterm/Makefile | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index 8aef957cfe43..93dd12c47ab3 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -1,7 +1,4 @@ -# Ports collection Makefile for: powershell -# Date created: 6 May 2000 -# Whom: Scott A. Moberly <smoberly@xavier.dyndns.org> -# +# Created by: Scott A. Moberly <smoberly@xavier.dyndns.org> # $FreeBSD$ # $MCom: ports/x11/powershell/Makefile,v 1.1 2006/10/04 19:44:10 ahze Exp $ @@ -14,6 +11,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A terminal emulator for the X11 +DEPRECATED= Broken for more then 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not configure USE_GNOME= gnomelibs gnomehier diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 4d16a5b47d95..fedc1f3f1666 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wterm -# Date created: 25 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wterm PORTVERSION= 6.2.9 @@ -14,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A color vt102 terminal emulator with transparency support +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker BROKEN= does not compile |