Yeah, I realized that after I posted the issue..
 

     On Monday, October 5, 2015 3:29 PM, Sebastian Benoit 
<benoit-li...@fb12.de> wrote:
   

 Bogdan Andu(bo...@yahoo.com) on 2015.09.29 14:16:51 +0000:
> Hi,
> 
> I have a piece o software to install that requires
> sendfile functionality .

is your piece of software a haskell program?

> I installed hs-sendfile from ports, which should provide
> sendfile, but now sendfile library or binary is present:
> 
> I run the command , first:
> sudo /usr/local/lib/ghc/sendfile-0.7.9/register.sh
> 
> and
> 
> $ sudo ldconfig -r|grep sendfile
> 
> yields nothing
> 
> Content of conf file:
> $ cat
> /usr/local/lib/ghc/package.conf.d/sendfile-0.7.9-248b486519b80593a4ea3e29cb37
> f1d7.conf
> name: sendfile
> version: 0.7.9
> id: sendfile-0.7.9-248b486519b80593a4ea3e29cb37f1d7
> license: BSD3
> copyright:
> maintainer: Jeremy Shaw <jer...@n-heptane.com>
> stability: provisional
> homepage: http://hub.darcs.net/stepcut/sendfile
> package-url:
> synopsis: A portable sendfile library
> description: A library which exposes zero-copy sendfile functionality in a
> portable way. If a platform does not support sendfile, a fallback
> implementation in haskell is provided.
> ???????????????????????? .
> ???????????????????????? Currently supported platforms: Windows 2000+
> (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native),
> Everything else (Portable Haskell code).

it does not list OpenBSD.

OpenBSD does not have sendfile, so it only provides a simulation.

For Haskell programms.

Reply via email to