From owner-svn-ports-all@freebsd.org Tue Jul 14 22:35:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E0CA9A2553; Tue, 14 Jul 2015 22:35:07 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 427AF10FC; Tue, 14 Jul 2015 22:35:07 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EMZ7Y4088811; Tue, 14 Jul 2015 22:35:07 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6EMZ6qa088808; Tue, 14 Jul 2015 22:35:06 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507142235.t6EMZ6qa088808@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Tue, 14 Jul 2015 22:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392105 - head/ftp/filezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 22:35:07 -0000 Author: pgollucci Date: Tue Jul 14 22:35:05 2015 New Revision: 392105 URL: https://svnweb.freebsd.org/changeset/ports/392105 Log: ftp/filezilla: update 3.11.0.1 -> 3.12.0.2 - Mark BROKEN w/ gcc PR: 201516 Submitted by: matthew@reztek.cz (maintainer) Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo head/ftp/filezilla/pkg-plist Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Tue Jul 14 22:34:53 2015 (r392104) +++ head/ftp/filezilla/Makefile Tue Jul 14 22:35:05 2015 (r392105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.11.0.1 +PORTVERSION= 3.12.0.2 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -20,8 +20,6 @@ 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 @@ -49,8 +47,8 @@ CONFIGURE_ARGS+= --disable-manualupdatec .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -# can't count on Clang having lic++ before 10, so compiler uses selects gcc +.if ${CHOSEN_COMPILER_TYPE} == "gcc" +BROKEN= GCC dies with Internal Compiler Error .if ${ARCH} == i386 && ! ${CFLAGS:M-march=*} # needed for __atomic_exchange_8, __atmoic_fetch_add_8, __atomic_store_8 CFLAGS+= -march=i586 Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Tue Jul 14 22:34:53 2015 (r392104) +++ head/ftp/filezilla/distinfo Tue Jul 14 22:35:05 2015 (r392105) @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.11.0.1_src.tar.bz2) = 0309d5fbb12988a615b7e57eaf5a1b3ffad23ea4cc0e932d9ddea185fdd44c72 -SIZE (FileZilla_3.11.0.1_src.tar.bz2) = 4434678 +SHA256 (FileZilla_3.12.0.2_src.tar.bz2) = 7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d +SIZE (FileZilla_3.12.0.2_src.tar.bz2) = 4440836 Modified: head/ftp/filezilla/pkg-plist ============================================================================== --- head/ftp/filezilla/pkg-plist Tue Jul 14 22:34:53 2015 (r392104) +++ head/ftp/filezilla/pkg-plist Tue Jul 14 22:35:05 2015 (r392105) @@ -668,7 +668,6 @@ share/icons/hicolor/scalable/apps/filezi %%NLS%%share/locale/es/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/et/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/eu/LC_MESSAGES/filezilla.mo -%%NLS%%share/locale/eu_ES/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/fi_FI/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/fr/LC_MESSAGES/filezilla.mo