Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145754281
D18899.id53085.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D18899.id53085.diff
View Options
Index: head/textproc/hs-pandoc/Makefile
===================================================================
--- head/textproc/hs-pandoc/Makefile
+++ head/textproc/hs-pandoc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pandoc
PORTVERSION= 2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,50 +11,41 @@
LICENSE= GPLv2
-USE_CABAL= aeson aeson-pretty base64-bytestring blaze-html \
- blaze-markup cmark cmark-gfm data-default \
- deepseq-generics doctemplates extensible-exceptions \
- filemanip Glob haddock-library \
- hslua hslua-module-text HsYAML HTTP JuicyPixels mtl \
- network network-uri pandoc-types \
- random scientific SHA skylighting syb tagsoup\
- temporary texmath unicode-transforms \
- unordered-containers vector xml \
- yaml zip-archive zlib
+LIB_DEPENDS= libffi.so:devel/libffi
USE_ALEX= yes
+USE_CABAL= aeson aeson-pretty base64-bytestring blaze-html blaze-markup \
+ cmark cmark-gfm data-default deepseq-generics doctemplates \
+ extensible-exceptions filemanip Glob haddock-library hslua \
+ hslua-module-text HsYAML http-client http-client-tls \
+ http-types HTTP JuicyPixels mtl network network-uri \
+ pandoc-types random scientific SHA skylighting syb tagsoup \
+ temporary texmath unicode-transforms unordered-containers \
+ vector xml yaml zip-archive zlib
USE_HAPPY= yes
-EXECUTABLE= pandoc
-
-MAN1SRC= man
-MAN1PAGES= pandoc.1
-
+FLAGS_DEFINE= EMBED_DATA TRYPANDOC
OPTIONS_DEFINE= PDFGEN
OPTIONS_DEFAULT= PDFGEN
-PDFGEN_DESC= Include TeX for PDF generation
-PDFGEN_USE= TEX=texmf:run
-
-FLAGS_DEFINE= EMBED_DATA HTTPS TRYPANDOC
-FLAGS_DEFAULT= HTTPS
-
-EMBED_DATA_DESC= Embed data files in binary for relocatable executable
+EMBED_DATA_DESC= Embed data files in binary for relocatable executable
EMBED_DATA_FLAG_ENABLE= embed_data_files
-EMBED_DATA_FLAG_CABAL= hsb2hs>=0.3.1
-
-HTTPS_DESC= Enable downloading of resources over HTTPS
-HTTPS_FLAG_ENABLE= https
-HTTPS_FLAG_CABAL= http-client>=0.3.2 http-client-tls>=0.2 http-types>=0.8
-
-TRYPANDOC_DESC= Build trypandoc cgi executable
-TRYPANDOC_FLAG_ENABLE= trypandoc
-TRYPANDOC_FLAG_CABAL= aeson wai-extra wai>=0.3 \
- http-types
+EMBED_DATA_FLAG_CABAL= file-embed>=0.0
+PDFGEN_DESC= Include TeX for PDF generation
+PDFGEN_USE= TEX=texmf:run
+TRYPANDOC_DESC= Build trypandoc cgi executable
+TRYPANDOC_FLAG_ENABLE= trypandoc
+TRYPANDOC_FLAG_CABAL= aeson wai-extra wai>=0.3
TRYPANDOC_FLAG_EXECUTABLE= trypandoc
-FLAGS_ENABLE= network-uri
-FLAGS_DISABLE= make-pandoc-man-pages
+EXECUTABLE= pandoc
+FLAGS_ENABLE= network-uri
+FLAGS_DISABLE= make-pandoc-man-pages
+IGNORE_DYNAMIC= yes
+IGNORE_PROFILE= yes
+MAN1SRC= man
+MAN1PAGES= pandoc.1
+STANDALONE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 25, 12:31 AM (15 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28981240
Default Alt Text
D18899.id53085.diff (2 KB)
Attached To
Mode
D18899: textproc/hs-pandoc: Fix build and remove run-time dependency on ghc
Attached
Detach File
Event Timeline
Log In to Comment