From 80b7e09305fa6af89949027155c61a50256c76bc Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 20 Mar 2010 14:53:50 +0000 Subject: - Mark BROKEN on HEAD: fails to build with new utmpx Reported by: pointyhat --- ftp/tnftpd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ftp/tnftpd') diff --git a/ftp/tnftpd/Makefile b/ftp/tnftpd/Makefile index b0c9a31c4d78..fc73019100e9 100644 --- a/ftp/tnftpd/Makefile +++ b/ftp/tnftpd/Makefile @@ -17,6 +17,12 @@ GNU_CONFIGURE= yes CFLAGS+= -DSUPPORT_UTMP +.include + +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if defined(WITH_SOCKS5) BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 CONFIGURE_ARGS+= --with-socks5 @@ -63,4 +69,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3