svn commit: r511538 - head/print/photoprint

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 05:47:46 UTC 2019


Author: antoine
Date: Sun Sep  8 05:47:45 2019
New Revision: 511538
URL: https://svnweb.freebsd.org/changeset/ports/511538

Log:
  Mark BROKEN
  
  gprinter.cpp:430:32: error: use of undeclared identifier 'stp_get_papersize_by_name'
                  const stp_papersize_t *paper=stp_get_papersize_by_name(papersize);
  
  Reported by:	pkg-fallout

Modified:
  head/print/photoprint/Makefile

Modified: head/print/photoprint/Makefile
==============================================================================
--- head/print/photoprint/Makefile	Sun Sep  8 05:46:40 2019	(r511537)
+++ head/print/photoprint/Makefile	Sun Sep  8 05:47:45 2019	(r511538)
@@ -11,6 +11,8 @@ COMMENT=	Utility to print multiple images per sheet
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libcups.so:print/cups \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \


More information about the svn-ports-all mailing list