diff options
author | gerald <gerald@FreeBSD.org> | 2009-09-14 03:16:05 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-09-14 03:16:05 +0800 |
commit | 965b68517a172494050bf365803a31f189ee304c (patch) | |
tree | 5916d4df2cf913ff75074e25b07bfb5c26203c79 /net | |
parent | d64881d7cb0e605cd1764e5945eec15eeda3e9f9 (diff) | |
download | freebsd-ports-gnome-965b68517a172494050bf365803a31f189ee304c.tar.gz freebsd-ports-gnome-965b68517a172494050bf365803a31f189ee304c.tar.zst freebsd-ports-gnome-965b68517a172494050bf365803a31f189ee304c.zip |
Mark DEPRECATED with an EXPIRATION_DATE of 2009-10-13 since it depends
on an old version of GCC, lacks a maintainer, is not used by any other
port and has been dead upstream for half a decade.
Diffstat (limited to 'net')
-rw-r--r-- | net/xmlrpc++/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/xmlrpc++/Makefile b/net/xmlrpc++/Makefile index da488c3a301e..f51a3429944a 100644 --- a/net/xmlrpc++/Makefile +++ b/net/xmlrpc++/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ implementation of the XML-RPC protocol +DEPRECATED= depends on old version of GCC, no maintainer, not used by any other port, dead upstream +EXPIRATION_DATE=2009-10-13 + USE_GCC= 3.4 USE_GMAKE= yes |