Date: Tue, 14 Jul 2015 22:35:06 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392105 - head/ftp/filezilla Message-ID: <201507142235.t6EMZ6qa088808@svnmir.geo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507142235.t6EMZ6qa088808>