Date: Sun, 8 Sep 2019 05:47:45 +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: r511538 - head/print/photoprint Message-ID: <201909080547.x885ljHo005931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909080547.x885ljHo005931>