aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2001-03-17 03:55:27 +0800
committerlkoeller <lkoeller@FreeBSD.org>2001-03-17 03:55:27 +0800
commitd8a93fbb3c85254306c86c6599f73324d6374d0c (patch)
tree023a7c98bbc03d549ae9fb15d03bdcaa91bda034
parent18eb5af5e77dbd067e93c0d80d31016580e64d58 (diff)
downloadfreebsd-ports-gnome-d8a93fbb3c85254306c86c6599f73324d6374d0c.tar.gz
freebsd-ports-gnome-d8a93fbb3c85254306c86c6599f73324d6374d0c.tar.zst
freebsd-ports-gnome-d8a93fbb3c85254306c86c6599f73324d6374d0c.zip
Stop supporting xperfmon v2.0 for 5.X systems.
The successor is xperfmon3 in the ports collection, which is further maintaned and improved by myself. Submitted by: Automated ports building system.
-rw-r--r--sysutils/xperfmon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile
index 225911b50162..244c8f7ed204 100644
--- a/sysutils/xperfmon/Makefile
+++ b/sysutils/xperfmon/Makefile
@@ -20,6 +20,12 @@ USE_IMAKE= yes
MAN1= xperfmon++.1
WRKSRC= ${WRKDIR}/xperfmon++
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+BROKEN= "5.X or newer systems should use xperfmon3"
+.endif
+
pre-configure:
if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \
cd ${WRKSRC} ; \
@@ -28,4 +34,4 @@ pre-configure:
${SED} -e "s:FreeBSDFLAGS=:FreeBSDFLAGS= -ldevstat:" Imakefile.i1 > Imakefile ; \
fi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>