svn commit: r391655 - head/databases/rocksdb

Tijl Coosemans tijl at FreeBSD.org
Thu Jul 9 18:49:11 UTC 2015


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.


More information about the svn-ports-all mailing list