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 |