svn commit: r501378 - head/textproc/hs-pandoc
Gleb Popov
arrowd at FreeBSD.org
Sun May 12 11:37:37 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list