From owner-svn-ports-all@freebsd.org Thu Jul 9 18:49:11 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 D3FEB997575; Thu, 9 Jul 2015 18:49:11 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay116.isp.belgacom.be (mailrelay116.isp.belgacom.be [195.238.20.143]) by mx1.freebsd.org (Postfix) with ESMTP id EADA0144A; Thu, 9 Jul 2015 18:49:10 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=Ax9Kd9og7W2htzcJF9odWb+87PP6pPoG1t8Q07ebhfo= c=1 sm=2 a=6I5d2MoRAAAA:8 a=vSwshMgntZk1om-lq7MA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CCBADCwJ5V/++YsFtbgxJUUw27IwmBcYV3AoFdORQBAQEBAQEBgQqEJAEBBDocIxALFAQJJQ8qHgYTiDIBCM9EAQEBAQEBAQMBAQEBAQEBFwSLS4RTMweEKwWFXY5QhAZhhxiYaCaDfTwxgksBAQE Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 09 Jul 2015 20:48:00 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t69IlwMh005449; Thu, 9 Jul 2015 20:47:58 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 9 Jul 2015 20:47:58 +0200 From: Tijl Coosemans To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r391655 - head/databases/rocksdb Message-ID: <20150709204758.0d63e354@kalimero.tijl.coosemans.org> In-Reply-To: <201507091548.t69FmxqL020735@repo.freebsd.org> References: <201507091548.t69FmxqL020735@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Thu, 09 Jul 2015 18:49:11 -0000 On Thu, 9 Jul 2015 15:48:59 +0000 (UTC) Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Thu Jul 9 15:48:58 2015 > New Revision: 391655 > URL: https://svnweb.freebsd.org/changeset/ports/391655 > > Log: > - Mark BROKEN on DragonFly BSD > > PR: 201341 > Submitted by: marino > > Modified: > head/databases/rocksdb/Makefile > > Modified: head/databases/rocksdb/Makefile > ============================================================================== > --- head/databases/rocksdb/Makefile Thu Jul 9 15:44:50 2015 (r391654) > +++ head/databases/rocksdb/Makefile Thu Jul 9 15:48:58 2015 (r391655) > @@ -25,6 +25,8 @@ USES= compiler:c++11-lib gmake > GH_ACCOUNT= facebook > USE_GITHUB= yes > > +BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror > + Normally you would just patch out -Werror, but in this case upstream added a convenient flag for that so you can add: MAKE_ARGS= -DDISABLE_WARNING_AS_ERROR If it's broken on DragonFly it's probably broken on FreeBSD too with modern GCC.