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/sendfile | |
parent | 561027563ae5188b2d5a2b2c09c61f92f7ee39df (diff) | |
download | freebsd-ports-graphics-756c0eceaa31dac659289874f3dc33275aee3c1b.tar.gz freebsd-ports-graphics-756c0eceaa31dac659289874f3dc33275aee3c1b.tar.zst freebsd-ports-graphics-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/sendfile')
-rw-r--r-- | net/sendfile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 8e333052b15..bdeadebbb7f 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-20010216 MAINTAINER= sec@42.org COMMENT= Simple Asynchronous File Transfer Reference Implementation +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= makeconfig CONFIGURE_ENV= PREFIX="${PREFIX}" |