diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-24 04:39:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-24 04:39:14 +0800 |
commit | 756c0eceaa31dac659289874f3dc33275aee3c1b (patch) | |
tree | 9d770d0efb5b7c5e938a3fd1212d1b2cf9b95f04 /net-im | |
parent | 561027563ae5188b2d5a2b2c09c61f92f7ee39df (diff) | |
download | freebsd-ports-gnome-756c0eceaa31dac659289874f3dc33275aee3c1b.tar.gz freebsd-ports-gnome-756c0eceaa31dac659289874f3dc33275aee3c1b.tar.zst freebsd-ports-gnome-756c0eceaa31dac659289874f3dc33275aee3c1b.zip |
Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them
With hat: portmgr
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 4f83df2cc2a8..6b1d286dfc65 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://thekonst.net/download/ MAINTAINER= clsung@FreeBSD.org COMMENT= A text mode menu- and window-driven IM interface +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + USES= iconv gmake tar:bzip2 USE_OPENSSL= yes GNU_CONFIGURE= yes |