diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-07-15 06:35:05 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-07-15 06:35:05 +0800 |
commit | f857544c8257183ec8f5b0dc8a62339092a6359b (patch) | |
tree | c63f9d6580c47c3a0a60d18fd85ed2449221ae61 | |
parent | b8a7d99c2d4622c2b94ee4c8f094c32b3cef5563 (diff) | |
download | freebsd-ports-gnome-f857544c8257183ec8f5b0dc8a62339092a6359b.tar.gz freebsd-ports-gnome-f857544c8257183ec8f5b0dc8a62339092a6359b.tar.zst freebsd-ports-gnome-f857544c8257183ec8f5b0dc8a62339092a6359b.zip |
ftp/filezilla: update 3.11.0.1 -> 3.12.0.2
- Mark BROKEN w/ gcc
PR: 201516
Submitted by: matthew@reztek.cz (maintainer)
-rw-r--r-- | ftp/filezilla/Makefile | 8 | ||||
-rw-r--r-- | ftp/filezilla/distinfo | 4 | ||||
-rw-r--r-- | ftp/filezilla/pkg-plist | 1 |
3 files changed, 5 insertions, 8 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 3dbb56c6b3ed..e85f94fdde4e 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -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}/security/libgcrypt \ 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-manualupdatecheck .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 diff --git a/ftp/filezilla/distinfo b/ftp/filezilla/distinfo index 573bc6c3d6e0..8f41f76a0c37 100644 --- a/ftp/filezilla/distinfo +++ b/ftp/filezilla/distinfo @@ -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 diff --git a/ftp/filezilla/pkg-plist b/ftp/filezilla/pkg-plist index 12c37b9535ff..1a805ad15ad6 100644 --- a/ftp/filezilla/pkg-plist +++ b/ftp/filezilla/pkg-plist @@ -668,7 +668,6 @@ share/icons/hicolor/scalable/apps/filezilla.svg %%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 |