svn commit: r385267 - in head/ftp/filezilla: . files
Ryan Steinmetz
zi at FreeBSD.org
Sun May 3 13:25:59 UTC 2015
Author: zi
Date: Sun May 3 13:25:57 2015
New Revision: 385267
URL: https://svnweb.freebsd.org/changeset/ports/385267
Log:
- Update to 3.10.3
PR: 199844
Submitted by: matthew at reztek.cz (maintainer)
Deleted:
head/ftp/filezilla/files/
Modified:
head/ftp/filezilla/Makefile
head/ftp/filezilla/distinfo
Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile Sun May 3 12:53:38 2015 (r385266)
+++ head/ftp/filezilla/Makefile Sun May 3 13:25:57 2015 (r385267)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= filezilla
-PORTVERSION= 3.10.2
+PORTVERSION= 3.10.3
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
@@ -20,7 +20,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se
libtinyxml.so:${PORTSDIR}/textproc/tinyxml
INSTALLS_ICONS= yes
-USES= gmake pkgconfig tar:bzip2
+USES= compiler:c++11-lib gmake pkgconfig tar:bzip2
USE_SQLITE= 3
USE_WX= 3.0
WX_CONF_ARGS= relative
@@ -47,7 +47,11 @@ CONFIGURE_ARGS+= --disable-manualupdatec
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-USE_GCC= yes
+# can't count on Clang having lic++ before 10, so compiler uses selects gcc
+.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
+# needed for __atomic_exchange_8, __atmoic_fetch_add_8, __atomic_store_8
+CFLAGS+= -march=i586
+.endif
.endif
post-patch:
Modified: head/ftp/filezilla/distinfo
==============================================================================
--- head/ftp/filezilla/distinfo Sun May 3 12:53:38 2015 (r385266)
+++ head/ftp/filezilla/distinfo Sun May 3 13:25:57 2015 (r385267)
@@ -1,2 +1,2 @@
-SHA256 (FileZilla_3.10.2_src.tar.bz2) = c08ee3bff4ce35010a5f32610ef699081662c9f8c51c20740f719e653ce9b611
-SIZE (FileZilla_3.10.2_src.tar.bz2) = 4232889
+SHA256 (FileZilla_3.10.3_src.tar.bz2) = 7968e2799437c0b89741bd7afbc077156525d930e9a18543fd087fbd8979de8d
+SIZE (FileZilla_3.10.3_src.tar.bz2) = 4430113
More information about the svn-ports-head
mailing list