Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 19:27:42 +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: r440648 - head/japanese/jd
Message-ID:  <201705111927.v4BJRgsW094517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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