diff options
author | gerald <gerald@FreeBSD.org> | 2008-07-13 22:01:00 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-07-13 22:01:00 +0800 |
commit | 11115eec9764a46902523fe673a27760b70d69d2 (patch) | |
tree | 0a711ddd5514915f4703ea3c85017005f5fcb339 /mbone | |
parent | aadeafc4760e2e3e6ce99e231f7ef00c89738aa4 (diff) | |
download | freebsd-ports-gnome-11115eec9764a46902523fe673a27760b70d69d2.tar.gz freebsd-ports-gnome-11115eec9764a46902523fe673a27760b70d69d2.tar.zst freebsd-ports-gnome-11115eec9764a46902523fe673a27760b70d69d2.zip |
Add deprecation note. This is abandoned upstream and needs gcc32 which is
going to be removed. (I actually tried to forward port by means of patches,
but this is really old, really non-standard code.)
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rtpmon/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index abfa497c68b6..c4d261c0de6c 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -17,6 +17,9 @@ COMMENT= A program to monitor loss in multicast sessions LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +DEPRECATED= abandoned upstream, needs gcc32 which is going to be removed +EXPIRATION_DATE=2008-08-15 + USE_AUTOTOOLS= autoconf:261:env GNU_CONFIGURE= yes USE_GCC= 3.2 |