svn commit: r440648 - head/japanese/jd

Antoine Brodin antoine at FreeBSD.org
Thu May 11 19:27:44 UTC 2017


Author: antoine
Date: Thu May 11 19:27:42 2017
New Revision: 440648
URL: https://svnweb.freebsd.org/changeset/ports/440648

Log:
  Mark BROKEN: fails to build
  
  In file included from interface.cpp:7:
  ...
  /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/japanese/jd/Makefile

Modified: head/japanese/jd/Makefile
==============================================================================
--- head/japanese/jd/Makefile	Thu May 11 19:20:51 2017	(r440647)
+++ head/japanese/jd/Makefile	Thu May 11 19:27:42 2017	(r440648)
@@ -14,6 +14,8 @@ COMMENT=	2ch browser
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libgcrypt.so:security/libgcrypt
 


More information about the svn-ports-all mailing list