From owner-svn-ports-head@FreeBSD.ORG Sun May 3 13:25:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36B282BB; Sun, 3 May 2015 13:25:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 085121D38; Sun, 3 May 2015 13:25:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43DPw15081757; Sun, 3 May 2015 13:25:58 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43DPwSK081755; Sun, 3 May 2015 13:25:58 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201505031325.t43DPwSK081755@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 3 May 2015 13:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385267 - in head/ftp/filezilla: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2015 13:25:59 -0000 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@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 .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