svn commit: r496979 - head/games/slade

Antoine Brodin antoine at FreeBSD.org
Wed Mar 27 20:50:45 UTC 2019


Author: antoine
Date: Wed Mar 27 20:50:44 2019
New Revision: 496979
URL: https://svnweb.freebsd.org/changeset/ports/496979

Log:
  Mark BROKEN: fails to build
  
  /usr/bin/c++  -DINSTALL_PREFIX=\"/usr/local\" -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D__WXGTK__ -I/usr/local/include -I/usr/local/include/SFML -I/usr/local/include/freetype2 -I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/. -I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/./External/dumb -I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/./Application -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -isystem /usr/local/lib/wx/include/gtk3-unicode-3.0 -isystem /usr/local/include/wx-3.0 -O2 -pipe  -fstack-protector -fno-strict-aliasing   -std=c++11 -pthread -O2 -pipe  -fstack-protector -fno-strict-aliasing   -std=c++11   -Qunused-arguments -include 
 /wrkdirs/usr/ports/games/slade/work/.build/src/cotire/slade_CXX_prefix.hxx -std=gnu++14 -MD -MT src/CMakeFiles/slade.dir/OpenGL/Drawing.o -MF src/CMakeFiles/slade.dir/OpenGL/Drawing.o.d -o src/CMakeFiles/slade.dir/OpenGL/Drawing.o -c /wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/OpenGL/Drawing.cpp
  In file included from /wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/OpenGL/Drawing.cpp:47:
  In file included from /usr/local/include/gtk-3.0/gtk/gtk.h:30:
  In file included from /usr/local/include/gtk-2.0/gdk/gdk.h:32:
  In file included from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31:
  In file included from /usr/local/include/gtk-2.0/gdk/gdkscreen.h:32:
  /usr/local/include/gtk-2.0/gdk/gdktypes.h:69:36: error: typedef redefinition with different types ('struct _GdkRectangle' vs 'cairo_rectangle_int_t' (aka '_cairo_rectangle_int'))
  typedef struct _GdkRectangle          GdkRectangle;
                                        ^
  /usr/local/include/wx-3.0/wx/gtk/dvrenderers.h:16:35: note: previous definition is here
      typedef cairo_rectangle_int_t GdkRectangle;
  
  Reported by:	pkg-fallout

Modified:
  head/games/slade/Makefile

Modified: head/games/slade/Makefile
==============================================================================
--- head/games/slade/Makefile	Wed Mar 27 20:49:19 2019	(r496978)
+++ head/games/slade/Makefile	Wed Mar 27 20:50:44 2019	(r496979)
@@ -11,6 +11,8 @@ COMMENT=	Modern editor for Doom-engine based games and
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	zip:archivers/zip
 LIB_DEPENDS=	libsfml-system.so:devel/sfml \
 		libftgl.so:graphics/ftgl \


More information about the svn-ports-all mailing list