svn commit: r390554 - head/ftp/filezilla

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 10:40:01 UTC 2015


Author: amdmi3
Date: Thu Jun 25 10:40:00 2015
New Revision: 390554
URL: https://svnweb.freebsd.org/changeset/ports/390554

Log:
  - Mark BROKEN on FreeBSD 9.x (gcc segfault)
  
  Approved by:	portmgr blanket

Modified:
  head/ftp/filezilla/Makefile

Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile	Thu Jun 25 10:35:45 2015	(r390553)
+++ head/ftp/filezilla/Makefile	Thu Jun 25 10:40:00 2015	(r390554)
@@ -20,6 +20,8 @@ LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/se
 		libidn.so:${PORTSDIR}/dns/libidn \
 		libtinyxml.so:${PORTSDIR}/textproc/tinyxml
 
+BROKEN_FreeBSD_9=	does not build on FreeBSD 9.x (gcc segfault)
+
 INSTALLS_ICONS=	yes
 USES=		compiler:c++11-lib gmake pkgconfig tar:bzip2
 USE_SQLITE=	3


More information about the svn-ports-all mailing list