Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 23:07:26 +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: r365259 - head/databases/gtksql
Message-ID:  <201408172307.s7HN7QVC087792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 17 23:07:25 2014
New Revision: 365259
URL: http://svnweb.freebsd.org/changeset/ports/365259
QAT: https://qat.redports.org/buildarchive/r365259/

Log:
  Mark BROKEN: Fails to configure
  
  configure: error: C compiler cannot create executables
  See `config.log' for more details.
  ===>  Script "configure" failed unexpectedly.
  
  Reported by:	pkg-fallout

Modified:
  head/databases/gtksql/Makefile

Modified: head/databases/gtksql/Makefile
==============================================================================
--- head/databases/gtksql/Makefile	Sun Aug 17 23:04:20 2014	(r365258)
+++ head/databases/gtksql/Makefile	Sun Aug 17 23:07:25 2014	(r365259)
@@ -12,6 +12,8 @@ COMMENT=	Graphical query tool for Postgr
 
 LICENSE=	GPLv2 # (or later)
 
+BROKEN=		Fails to configure
+
 LIB_DEPENDS=	libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
 



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