svn commit: r484006 - branches/2018Q4/graphics/apvlv

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:26:35 UTC 2018


Author: antoine
Date: Sun Nov  4 12:26:34 2018
New Revision: 484006
URL: https://svnweb.freebsd.org/changeset/ports/484006

Log:
  MFH: r484005
  
  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:
  branches/2018Q4/graphics/apvlv/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/graphics/apvlv/Makefile
==============================================================================
--- branches/2018Q4/graphics/apvlv/Makefile	Sun Nov  4 12:26:10 2018	(r484005)
+++ branches/2018Q4/graphics/apvlv/Makefile	Sun Nov  4 12:26:34 2018	(r484006)
@@ -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


More information about the svn-ports-all mailing list