svn commit: r381773 - head/games/freeciv-nox11

Antoine Brodin antoine at FreeBSD.org
Fri Mar 20 19:13:06 UTC 2015


Author: antoine
Date: Fri Mar 20 19:13:05 2015
New Revision: 381773
URL: https://svnweb.freebsd.org/changeset/ports/381773
QAT: https://qat.redports.org/buildarchive/r381773/

Log:
  Mark BROKEN: Fails to configure
  
  checking for GTK+ - version >= 2.12.0... no
  *** Could not run GTK+ test program, checking why...
  *** The test program failed to compile or link. See the file config.log for the
  *** exact error that occured. This usually means GTK+ is incorrectly installed.
  checking for pkg-config... (cached) /usr/local/bin/pkg-config
  checking for GTK+ - version >= 3.0.0... no
  *** Could not run GTK+ test program, checking why...
  *** The test program failed to compile or link. See the file config.log for the
  *** exact error that occured. This usually means GTK+ is incorrectly installed.
  checking Qt5 headers... not found
  configure: error: Cannot build modpack installer with any gui
  
  Reported by:	pkg-fallout

Modified:
  head/games/freeciv-nox11/Makefile

Modified: head/games/freeciv-nox11/Makefile
==============================================================================
--- head/games/freeciv-nox11/Makefile	Fri Mar 20 19:10:18 2015	(r381772)
+++ head/games/freeciv-nox11/Makefile	Fri Mar 20 19:13:05 2015	(r381773)
@@ -3,6 +3,7 @@
 
 MASTERDIR=	${.CURDIR}/../freeciv
 
+BROKEN=		Fails to configure
 # Explicitly exclude X11 options
 OPTIONS_EXCLUDE=	SDL X11
 PKGNAMESUFFIX=	-nox11


More information about the svn-ports-head mailing list