View | Details | Raw Unified | Return to bug 201516 | Differences between
and this patch

Collapse All | Expand All

(-)ftp/filezilla/Makefile (-5 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	filezilla
4
PORTNAME=	filezilla
5
PORTVERSION=	3.11.0.1
5
PORTVERSION=	3.12.0.2
6
CATEGORIES=	ftp
6
CATEGORIES=	ftp
7
MASTER_SITES=	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
8
DISTNAME=	FileZilla_${PORTVERSION}_src
8
DISTNAME=	FileZilla_${PORTVERSION}_src
Lines 20-27 Link Here
20
		libidn.so:${PORTSDIR}/dns/libidn \
20
		libidn.so:${PORTSDIR}/dns/libidn \
21
		libtinyxml.so:${PORTSDIR}/textproc/tinyxml
21
		libtinyxml.so:${PORTSDIR}/textproc/tinyxml
22
22
23
BROKEN_FreeBSD_9=	does not build on FreeBSD 9.x (gcc segfault)
24
25
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
26
USES=		compiler:c++11-lib gmake pkgconfig tar:bzip2
24
USES=		compiler:c++11-lib gmake pkgconfig tar:bzip2
27
USE_SQLITE=	3
25
USE_SQLITE=	3
Lines 49-56 Link Here
49
47
50
.include <bsd.port.pre.mk>
48
.include <bsd.port.pre.mk>
51
49
52
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
50
.if ${CHOOSEN_COMPILER_TYPE} == "gcc"
53
# can't count on Clang having lic++ before 10, so compiler uses selects gcc
51
BROKEN=		GCC dies with Internal Compiler Error
54
.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
52
.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
55
# needed for __atomic_exchange_8, __atmoic_fetch_add_8, __atomic_store_8
53
# needed for __atomic_exchange_8, __atmoic_fetch_add_8, __atomic_store_8
56
CFLAGS+=	-march=i586
54
CFLAGS+=	-march=i586
(-)ftp/filezilla/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (FileZilla_3.11.0.1_src.tar.bz2) = 0309d5fbb12988a615b7e57eaf5a1b3ffad23ea4cc0e932d9ddea185fdd44c72
1
SHA256 (FileZilla_3.12.0.2_src.tar.bz2) = 7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d
2
SIZE (FileZilla_3.11.0.1_src.tar.bz2) = 4434678
2
SIZE (FileZilla_3.12.0.2_src.tar.bz2) = 4440836
(-)ftp/filezilla/pkg-plist (-1 lines)
Lines 668-674 Link Here
668
%%NLS%%share/locale/es/LC_MESSAGES/filezilla.mo
668
%%NLS%%share/locale/es/LC_MESSAGES/filezilla.mo
669
%%NLS%%share/locale/et/LC_MESSAGES/filezilla.mo
669
%%NLS%%share/locale/et/LC_MESSAGES/filezilla.mo
670
%%NLS%%share/locale/eu/LC_MESSAGES/filezilla.mo
670
%%NLS%%share/locale/eu/LC_MESSAGES/filezilla.mo
671
%%NLS%%share/locale/eu_ES/LC_MESSAGES/filezilla.mo
672
%%NLS%%share/locale/fa_IR/LC_MESSAGES/filezilla.mo
671
%%NLS%%share/locale/fa_IR/LC_MESSAGES/filezilla.mo
673
%%NLS%%share/locale/fi_FI/LC_MESSAGES/filezilla.mo
672
%%NLS%%share/locale/fi_FI/LC_MESSAGES/filezilla.mo
674
%%NLS%%share/locale/fr/LC_MESSAGES/filezilla.mo
673
%%NLS%%share/locale/fr/LC_MESSAGES/filezilla.mo

Return to bug 201516