svn commit: r323562 - head/games/xconq

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 24 06:32:25 UTC 2013


Author: bapt
Date: Wed Jul 24 06:32:24 2013
New Revision: 323562
URL: http://svnweb.freebsd.org/changeset/ports/323562

Log:
  Mark as broken: does not build
  
  checking build system type... amd64-portbld-freebsd8.3
  checking host system type... amd64-portbld-freebsd8.3
  checking target system type... amd64-portbld-freebsd8.3
  checking for egrep... grep -E
  checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
  See `config.log' for more details.
  
  Reported by:	pkg-fallout

Modified:
  head/games/xconq/Makefile

Modified: head/games/xconq/Makefile
==============================================================================
--- head/games/xconq/Makefile	Wed Jul 24 06:31:12 2013	(r323561)
+++ head/games/xconq/Makefile	Wed Jul 24 06:32:24 2013	(r323562)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2 # (or later)
 
 OPTIONS_DEFINE=	SDL
 
+BROKEN=		Does not build
+
 USE_BZIP2=	yes
 USE_XORG=	x11
 USE_GMAKE=	yes


More information about the svn-ports-all mailing list