diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-05 14:02:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-05 14:02:48 +0000 |
commit | e2ef12a5d710979d49baa7b17d7fc43f9417df29 (patch) | |
tree | 7d6c0594b8f7fac81c0628647f57955bc9731ca8 /net/libsocketcpp | |
parent | lang/gcc6-aux: Update to 20170802 snapshot [1] (diff) |
Mark as deprecated, it uses gets(3) and is not depend on by anything
PR: 222796
Notes
Notes:
svn path=/head/; revision=451313
Diffstat (limited to 'net/libsocketcpp')
-rw-r--r-- | net/libsocketcpp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libsocketcpp/Makefile b/net/libsocketcpp/Makefile index 8422c9dfdf38..8c1a5b624549 100644 --- a/net/libsocketcpp/Makefile +++ b/net/libsocketcpp/Makefile @@ -13,6 +13,9 @@ COMMENT= C++ wrapper library to the sockets LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses gets(3) +EXPIRATION_DATE= 2017-11-05 + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |