svn commit: r392105 - head/ftp/filezilla

John Marino freebsd.contact at marino.st
Tue Jul 14 22:42:05 UTC 2015


On 7/15/2015 12:35 AM, Philip M. Gollucci wrote:
> Author: pgollucci
> Date: Tue Jul 14 22:35:05 2015
> New Revision: 392105
> URL: https://svnweb.freebsd.org/changeset/ports/392105
> 
> Log:
>   ftp/filezilla: update 3.11.0.1 -> 3.12.0.2
>   
>   - Mark BROKEN w/ gcc
>   
>   PR:                  201516
>   Submitted by:        matthew at reztek.cz (maintainer)
> 
> Modified:
>   head/ftp/filezilla/Makefile
>   head/ftp/filezilla/distinfo
>   head/ftp/filezilla/pkg-plist
> 
> Modified: head/ftp/filezilla/Makefile
> ==============================================================================
> --- head/ftp/filezilla/Makefile	Tue Jul 14 22:34:53 2015	(r392104)
> +++ head/ftp/filezilla/Makefile	Tue Jul 14 22:35:05 2015	(r392105)
> @@ -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}/se
>  		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-manualupdatec
>  
>  .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
> 

Would you mind keeping the OPSYS wrap?  This builds just fine with GCC
on DragonFly.  This is a few hours old:
http://muscles.dragonflybsd.org/latest-builder-report/logs/filezilla-3.11.0.1.log

Thanks,
John




More information about the svn-ports-all mailing list