Date: Sun, 24 Feb 2019 00:47:12 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493733 - head/graphics/llpp Message-ID: <201902240047.x1O0lC2d097479@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Feb 24 00:47:12 2019 New Revision: 493733 URL: https://svnweb.freebsd.org/changeset/ports/493733 Log: graphics/llpp: Mark as broken and deprecate llpp fails to build after r493732. llpp >= 30 should support MuPDF 1.14.0 out of the box however it needs a newer Ocaml compiler > 4.07. Previously I have backported some changes to support a newer MuPDF, but this is not trivial this time. The lang/ocaml update has been stalled for years now and at this point I give up. Modified: head/graphics/llpp/Makefile Modified: head/graphics/llpp/Makefile ============================================================================== --- head/graphics/llpp/Makefile Sun Feb 24 00:44:49 2019 (r493732) +++ head/graphics/llpp/Makefile Sun Feb 24 00:47:12 2019 (r493733) @@ -20,6 +20,10 @@ LICENSE_NAME_PUBLIC_DOMAIN= Public Domain LICENSE_FILE_PUBLIC_DOMAIN= ${WRKSRC}/README LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= fails to build +DEPRECATED= fails to build with mupdf 1.14.0 and unable to update due to outdated lang/ocaml +EXPIRATION_DATE= 2019-03-31 + BUILD_DEPENDS= gsed:textproc/gsed LIB_DEPENDS= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902240047.x1O0lC2d097479>