aboutsummaryrefslogtreecommitdiff
path: root/ftp/vsftpd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-01 23:14:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-01 23:14:18 +0000
commitcab58d44ab39ecdfc25010dc77c41a76ae6d44ac (patch)
tree00ebe5b71c60e3818423576a4b3ec95dab444eca /ftp/vsftpd
parent6591965751f051bc297138aba2a01ed092b1f8dc (diff)
downloadports-cab58d44ab39ecdfc25010dc77c41a76ae6d44ac.tar.gz
ports-cab58d44ab39ecdfc25010dc77c41a76ae6d44ac.zip
- 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
Notes
Notes: svn path=/head/; revision=273426
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r--ftp/vsftpd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index 5926bc0f1b8a..b5f35d227892 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -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}