aboutsummaryrefslogtreecommitdiffstats
path: root/security/termlog
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 22:53:50 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 22:53:50 +0800
commitf487e718b331a6c3534cd11e64891b67840291bd (patch)
tree70bb43a301e90d7f32a21d8b12112a469fd3c0b7 /security/termlog
parent8f8385125ddfcf06ce4371ad8f512aeeedb0bccb (diff)
downloadfreebsd-ports-gnome-f487e718b331a6c3534cd11e64891b67840291bd.tar.gz
freebsd-ports-gnome-f487e718b331a6c3534cd11e64891b67840291bd.tar.zst
freebsd-ports-gnome-f487e718b331a6c3534cd11e64891b67840291bd.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'security/termlog')
-rw-r--r--security/termlog/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/termlog/Makefile b/security/termlog/Makefile
index 495f227d9594..9b0c64d2b8de 100644
--- a/security/termlog/Makefile
+++ b/security/termlog/Makefile
@@ -21,8 +21,14 @@ USE_RC_SUBR= ${PORTNAME}
MAN1= termlog.1
PLIST_FILES= bin/termlog
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/termlog ${PREFIX}/bin/termlog
${INSTALL_MAN} ${WRKSRC}/termlog.1 ${MANPREFIX}/man/man1/termlog.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>