aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 19:48:21 +0800
committerkris <kris@FreeBSD.org>2003-05-18 19:48:21 +0800
commit847fff39451bfce3fc1971c4007073296f7221f2 (patch)
tree511f81ef4dac31ae22a43884c5fb3fc508ab3562 /sysutils
parent3ddaf469382eaedeb2ac17057914ea4839e31db6 (diff)
downloadfreebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.tar.gz
freebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.tar.zst
freebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xperfmon3/Makefile8
-rw-r--r--sysutils/xsysinfo/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile
index c9c003459e06..4c5982f74e1e 100644
--- a/sysutils/xperfmon3/Makefile
+++ b/sysutils/xperfmon3/Makefile
@@ -17,9 +17,15 @@ EXTRACT_SUFX= v1.1.tar.Z
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
COMMENT= Xperfmon++ : A graphical X11 system performance monitor
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
LATEST_LINK= xperfmon3
USE_IMAKE= yes
MAN1= xperfmon++.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/sysutils/xsysinfo/Makefile b/sysutils/xsysinfo/Makefile
index 5cc436c182e4..bc314c278c21 100644
--- a/sysutils/xsysinfo/Makefile
+++ b/sysutils/xsysinfo/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= ftp://freebsd.csie.nctu.edu.tw/pub/jdli/source/
MAINTAINER= jdli@csie.nctu.edu.tw
COMMENT= A system information display tool
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_IMAKE= yes
MANCOMPRESSED= yes
MAN1= xsysinfo.1
@@ -25,4 +31,4 @@ pre-configure:
${SED} -e "s:-lkvm:-lkvm -ldevstat:" Imakefile.i1 > Imakefile ; \
fi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>