Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 10:40:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390554 - head/ftp/filezilla
Message-ID:  <201506251040.t5PAe0cp093515@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251040.t5PAe0cp093515>