diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 14:53:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 14:53:50 +0000 |
commit | 80b7e09305fa6af89949027155c61a50256c76bc (patch) | |
tree | b0c703eeb3b76b176174e4aebb375ceb87a215cb /ftp/tnftpd | |
parent | f29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (diff) | |
download | ports-80b7e09305fa6af89949027155c61a50256c76bc.tar.gz ports-80b7e09305fa6af89949027155c61a50256c76bc.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=251272
Diffstat (limited to 'ftp/tnftpd')
-rw-r--r-- | ftp/tnftpd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |