svn commit: r371336 - head/ftp/vsftpd-ext

Kurt Jaeger pi at FreeBSD.org
Tue Oct 21 19:53:12 UTC 2014


Author: pi
Date: Tue Oct 21 19:53:12 2014
New Revision: 371336
URL: https://svnweb.freebsd.org/changeset/ports/371336
QAT: https://qat.redports.org/buildarchive/r371336/

Log:
  ftp/vsftpd-ext: fix build for 9.1 i386
  
  PR:		193989
  Submitted by:	Xu Jing <xjflyttp at gmail.com> (maintainer)

Modified:
  head/ftp/vsftpd-ext/Makefile

Modified: head/ftp/vsftpd-ext/Makefile
==============================================================================
--- head/ftp/vsftpd-ext/Makefile	Tue Oct 21 19:38:18 2014	(r371335)
+++ head/ftp/vsftpd-ext/Makefile	Tue Oct 21 19:53:12 2014	(r371336)
@@ -38,7 +38,7 @@ CONFLICTS=	vsftpd-3* vsftpd${SSL_SUFFIX}
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 902001
 BUILD_DEPENDS+=	clang33:${PORTSDIR}/lang/clang33
 CC=		clang33
 .endif


More information about the svn-ports-all mailing list