- Mark BROKEN on 9-CURRENT: does not compile

sysdeputil.c:611: error: 'cap_t' undeclared (first use in this function)
  [..]

Reported by:	pointyhat

- While here, remove 6.X specific conditional
This commit is contained in:
Pav Lucistnik 2011-05-01 23:14:18 +00:00
parent 6591965751
commit cab58d44ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273426

View File

@ -31,14 +31,15 @@ OPTIONS= RC_NG "install RC_NG script" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not compile on FreeBSD 9.X
.endif
.if defined(WITH_RC_NG)
USE_RC_SUBR= vsftpd.sh
.endif
.if defined(WITH_VSFTPD_SSL) && !defined(WITHOUT_SSL)
.if ${OSVERSION} < 700000
WITH_OPENSSL_PORT= yes
.endif
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
SSL_SUFFIX= -ssl
CFLAGS+= -I${OPENSSLINC}