Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 16:34:23 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491368 - head/textproc/hs-pandoc-citeproc
Message-ID:  <201901271634.x0RGYNXs006776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Jan 27 16:34:23 2019
New Revision: 491368
URL: https://svnweb.freebsd.org/changeset/ports/491368

Log:
  textproc/hs-pandoc-citeproc: Mark broken after r490955
  
  After the Haskell port infrastructure is overhauled, standalone builds with
  shared library installation and Cabal registration should be possible.
  
  Approved by:	arrowd and tcberner
  Differential Revision:	https://reviews.freebsd.org/D18992

Modified:
  head/textproc/hs-pandoc-citeproc/Makefile   (contents, props changed)

Modified: head/textproc/hs-pandoc-citeproc/Makefile
==============================================================================
--- head/textproc/hs-pandoc-citeproc/Makefile	Sun Jan 27 16:27:13 2019	(r491367)
+++ head/textproc/hs-pandoc-citeproc/Makefile	Sun Jan 27 16:34:23 2019	(r491368)
@@ -10,6 +10,8 @@ COMMENT=	Supports using pandoc with citeproc
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		Fails to build after r490955; fix coming with Haskell ports overhaul
+
 USE_CABAL=	aeson>=0.7 aeson-pretty attoparsec data-default \
 		mtl pandoc>=1.13 pandoc-types>=1.12.3 rfc5051 \
 		setenv>=0.1 split syb tagsoup vector xml-conduit>=1.2 \
@@ -20,7 +22,7 @@ EXECUTABLE=	pandoc-citeproc
 FLAGS_DEFINE=	BIBUTILS EMBED_DATA UNICODE_COLLATION
 FLAGS_DEFAULT=	BIBUTILS
 
-BIBUTILS_DESC=		Use Chris Putnam's Bibutils
+BIBUTILS_DESC=		Use Chris Putnam's Bibutils #'
 BIBUTILS_FLAG_ENABLE=	bibutils
 BIBUTILS_FLAG_CABAL=	hs-bibutils>=0.3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901271634.x0RGYNXs006776>