Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2016 08:52:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423042 - head/devel/rubygem-gobject-introspection
Message-ID:  <201610010852.u918qF5d006976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct  1 08:52:15 2016
New Revision: 423042
URL: https://svnweb.freebsd.org/changeset/ports/423042

Log:
  Mark BROKEN on FreeBSD 9: fails to build
  
  compiling rb-gi-function-info.c
  rb-gi-function-info.c:43: error: redefinition of typedef 'RBGICallback'
  rb-gobject-introspection.h:31: error: previous declaration of 'RBGICallback' was here
  *** [rb-gi-function-info.o] Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/devel/rubygem-gobject-introspection/Makefile

Modified: head/devel/rubygem-gobject-introspection/Makefile
==============================================================================
--- head/devel/rubygem-gobject-introspection/Makefile	Sat Oct  1 08:22:09 2016	(r423041)
+++ head/devel/rubygem-gobject-introspection/Makefile	Sat Oct  1 08:52:15 2016	(r423042)
@@ -12,6 +12,7 @@ LICENSE=	LGPL21+
 
 RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2
 
+BROKEN_FreeBSD_9=	fails to build
 BROKEN_sparc64=	Does not build: fails to compile rb-gi-function-info.c
 
 USE_GNOME=	introspection



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