Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 11:37:36 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501378 - head/textproc/hs-pandoc
Message-ID:  <201905121137.x4CBbaTN052124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Sun May 12 11:37:36 2019
New Revision: 501378
URL: https://svnweb.freebsd.org/changeset/ports/501378

Log:
  Workaround failure building net/geoipupdate by enabling hs-pandoc's EMBED_DATA option by default.
  
  Reported by:	adamw
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/textproc/hs-pandoc/Makefile

Modified: head/textproc/hs-pandoc/Makefile
==============================================================================
--- head/textproc/hs-pandoc/Makefile	Sun May 12 11:33:35 2019	(r501377)
+++ head/textproc/hs-pandoc/Makefile	Sun May 12 11:37:36 2019	(r501378)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pandoc
 PORTVERSION=	2.7.1
+PORTREVISION=	1
 CATEGORIES=	textproc haskell
 
 MAINTAINER=	haskell@FreeBSD.org
@@ -13,6 +14,7 @@ LICENSE=	GPLv2
 USES=		cabal
 
 OPTIONS_DEFINE=		EMBED_DATA TRYPANDOC
+OPTIONS_DEFAULT=	EMBED_DATA
 
 EMBED_DATA_DESC=	Embed data files in binary for relocatable executable
 EMBED_DATA_CABAL_FLAGS=	embed_data_files



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