svn commit: r391655 - head/databases/rocksdb

John Marino unicomp at marino.st
Thu Jul 9 18:52:17 UTC 2015


On 7/9/2015 8:47 PM, Tijl Coosemans wrote:
> On Thu, 9 Jul 2015 15:48:59 +0000 (UTC) Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org> 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.
> 

It was there; sunpoet reverted that valid commit.
http://www.freshports.org/commit.php?category=databases&port=rocksdb&files=yes&message_id=201507041521.t64FLT91060382@repo.freebsd.org

Since I'm not playing his games, I requested the BROKEN.  (see PR if you
care)

John





More information about the svn-ports-all mailing list