Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 00:41:49 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        "Philip M. Gollucci" <pgollucci@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r392105 - head/ftp/filezilla
Message-ID:  <55A5902D.4090806@marino.st>
In-Reply-To: <201507142235.t6EMZ6qa088808@svnmir.geo.freebsd.org>
References:  <201507142235.t6EMZ6qa088808@svnmir.geo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55A5902D.4090806>