diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-23 20:39:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-23 20:39:14 +0000 |
commit | 1319425832b2c9721dea21336068cc3ec1fe693c (patch) | |
tree | 9d770d0efb5b7c5e938a3fd1212d1b2cf9b95f04 /net/sendfile | |
parent | 7140c6642f64c0ce3d18562deacdfb65fd19f699 (diff) |
Notes
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 8e333052b157..bdeadebbb7f3 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}" |