Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:26:10 +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: r484005 - head/graphics/apvlv
Message-ID:  <201811041226.wA4CQAqD081245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 12:26:10 2018
New Revision: 484005
URL: https://svnweb.freebsd.org/changeset/ports/484005

Log:
  Mark BROKEN: fails to build
  
  src/ApvlvCmds.cc:203:41: error: comparison between pointer and integer ('char *' and 'int')
        && (e = strchr ((char *) s, '>')) != '\0' && *(s + 2) != '-')
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/apvlv/Makefile

Modified: head/graphics/apvlv/Makefile
==============================================================================
--- head/graphics/apvlv/Makefile	Sun Nov  4 12:16:16 2018	(r484004)
+++ head/graphics/apvlv/Makefile	Sun Nov  4 12:26:10 2018	(r484005)
@@ -13,6 +13,8 @@ COMMENT=	PDF/DJVU Viewer that behaves like Vim
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
 
 USE_GNOME=	gtk20



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