From owner-svn-ports-all@freebsd.org Wed Jul 15 01:58:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E648C9A2250 for ; Wed, 15 Jul 2015 01:58:41 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ig0-f173.google.com (mail-ig0-f173.google.com [209.85.213.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B86C6106D for ; Wed, 15 Jul 2015 01:58:41 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by igbij6 with SMTP id ij6so60533279igb.1 for ; Tue, 14 Jul 2015 18:58:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=0bJDPogKip6D9ieDplFqyhGVhRjCkOlh+X6zrYH4aXI=; b=nA1yqymdRUv25RPE8HbC3eNUMIvvu+UlqEdmUeDuDwAyuKdD8bs3LR4ojaijgP6lDW TrFrS9ZEorgAJbrS7RoA4ScEYeunYJTw3femBictCojnyfTDaG6gWMjSJzjNeqOUiTVQ bDNUc5Cl1641b49LPQi5b6JxyNYo7UERxmf4FKK0LSP7zezjP7F2dzu7Wb8AqWFI7z/6 ZROYCAr/Q1SCkc+SG0Geq9Puak+JtYo53s9GfXqmP3/6EA07BpJ9O51MWfRUkAbPj9ar Y20UkC0+7rIqQE1tBVpwV/04pNei7qfk8mbIw/4mgB/hpmqE+/Ei7cmX4QK/mGLmJlOd 5tjw== X-Gm-Message-State: ALoCoQmPbPnVSUsnu+ZEWmjPcuwH5H8sDNgkqRbDBl4zFDSrB9PWnt62Ed3RTQbNd/NR+WIS0BYw X-Received: by 10.50.114.9 with SMTP id jc9mr23239528igb.56.1436925514978; Tue, 14 Jul 2015 18:58:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Tue, 14 Jul 2015 18:57:55 -0700 (PDT) X-Originating-IP: [173.66.141.151] In-Reply-To: <55A5902D.4090806@marino.st> References: <201507142235.t6EMZ6qa088808@svnmir.geo.freebsd.org> <55A5902D.4090806@marino.st> From: "Philip M. Gollucci" Date: Tue, 14 Jul 2015 21:57:55 -0400 Message-ID: Subject: Re: svn commit: r392105 - head/ftp/filezilla To: John Marino Cc: "Philip M. Gollucci" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 01:58:42 -0000 Me personally, no, but you should ask the maintainer. He wrote a large comment in the pr 201516 On Tue, Jul 14, 2015 at 6:41 PM, John Marino wrote: > 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 > > > > -.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 > > > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you.