diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-24 04:39:14 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-24 04:39:14 +0800 |
commit | 1319425832b2c9721dea21336068cc3ec1fe693c (patch) | |
tree | 9d770d0efb5b7c5e938a3fd1212d1b2cf9b95f04 /chinese | |
parent | 7140c6642f64c0ce3d18562deacdfb65fd19f699 (diff) | |
download | freebsd-ports-gnome-1319425832b2c9721dea21336068cc3ec1fe693c.tar.gz freebsd-ports-gnome-1319425832b2c9721dea21336068cc3ec1fe693c.tar.zst freebsd-ports-gnome-1319425832b2c9721dea21336068cc3ec1fe693c.zip |
Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them
With hat: portmgr
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5con/Makefile | 2 | ||||
-rw-r--r-- | chinese/hztty/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index 4d1d299f26b8..4cbbd22da90a 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Big5 Chinese console +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 ONLY_FOR_ARCHS= i386 NO_STAGE= yes diff --git a/chinese/hztty/Makefile b/chinese/hztty/Makefile index a4b1c48d493e..4463dcfc5d7f 100644 --- a/chinese/hztty/Makefile +++ b/chinese/hztty/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ MAINTAINER= ports@FreeBSD.org COMMENT= Translator between GuoBiao / Big5 and HZ +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + ALL_TARGET= bsd PLIST_FILES= bin/hztty man/man1/${PORTNAME}.1.gz |