svn commit: r493733 - head/graphics/llpp

Tobias Kortkamp tobik at FreeBSD.org
Sun Feb 24 00:47:13 UTC 2019


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 \


More information about the svn-ports-all mailing list