svn commit: r428908 - head/databases/gtksql

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 19 09:00:48 UTC 2016


Author: amdmi3
Date: Mon Dec 19 09:00:47 2016
New Revision: 428908
URL: https://svnweb.freebsd.org/changeset/ports/428908

Log:
  - Mark BROKEN: incomplete definition of type 'struct CharacterRange'

Modified:
  head/databases/gtksql/Makefile

Modified: head/databases/gtksql/Makefile
==============================================================================
--- head/databases/gtksql/Makefile	Mon Dec 19 06:37:20 2016	(r428907)
+++ head/databases/gtksql/Makefile	Mon Dec 19 09:00:47 2016	(r428908)
@@ -16,6 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libscintilla.so:x11-toolkits/scintilla
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
+BROKEN=		does not build (incomplete definition of type 'struct CharacterRange')
+
 USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20 cairo glib20 pango
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list