svn commit: r377910 - head/www/hs-snap-server/files

Gabor Pali pgj at FreeBSD.org
Mon Jan 26 02:42:45 UTC 2015


Author: pgj
Date: Mon Jan 26 02:42:44 2015
New Revision: 377910
URL: https://svnweb.freebsd.org/changeset/ports/377910
QAT: https://qat.redports.org/buildarchive/r377910/

Log:
  - Fix build with HsOpenSSL support enabled
  
  Obtained from:	FreeBSD Haskell

Added:
  head/www/hs-snap-server/files/
  head/www/hs-snap-server/files/patch-snap-server.cabal   (contents, props changed)

Added: head/www/hs-snap-server/files/patch-snap-server.cabal
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/hs-snap-server/files/patch-snap-server.cabal	Mon Jan 26 02:42:44 2015	(r377910)
@@ -0,0 +1,11 @@
+--- snap-server.cabal.orig	2014-06-04 16:23:51 UTC
++++ snap-server.cabal
+@@ -129,7 +129,7 @@ Library
+ 
+   if flag(openssl)
+     cpp-options: -DOPENSSL
+-    build-depends: HsOpenSSL >= 0.10 && <0.11
++    build-depends: HsOpenSSL >= 0.10 && <0.12
+ 
+   if os(linux) && !flag(portable)
+     cpp-options: -DLINUX -DHAS_SENDFILE


More information about the svn-ports-all mailing list