svn commit: r423042 - head/devel/rubygem-gobject-introspection

Antoine Brodin antoine at FreeBSD.org
Sat Oct 1 08:52:16 UTC 2016


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


More information about the svn-ports-all mailing list