Bug 166797 - [patch] devel/p5-Sys-Syscall: fix sendfile_freebsd
Summary: [patch] devel/p5-Sys-Syscall: fix sendfile_freebsd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-09 20:00 UTC by Rachel Flynn
Modified: 2012-05-04 22:07 UTC (History)
1 user (show)

See Also:


Attachments
devel__p5-Sys-Syscall.patch (1.61 KB, patch)
2012-04-09 20:00 UTC, Rachel Flynn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rachel Flynn 2012-04-09 20:00:29 UTC
The sendfile implementation in Sys-Syscall does not actually work,
due to reversal of arguments in POSIX::lseek and incorrect handling of EAGAIN.

Fix: Obtained from: https://rt.cpan.org/Public/Bug/Display.html?id=17326
 with slight modification.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-09 20:00:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2012-04-26 04:12:23 UTC
Responsible Changed
From-To: perl->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-04 21:44:32 UTC
swills      2012-05-04 20:44:18 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Sys-Syscall Makefile 
  Added files:
    devel/p5-Sys-Syscall/files patch-lib__Sys__Syscall.pm 
  Log:
  - Fix Sendfile
  
  PR:             ports/166797
  Submitted by:   Mel Flynn <rflynn@acsalaska.net>
  Obtained from:  https://rt.cpan.org/Public/Bug/Display.html?id=17326
  
  Revision  Changes    Path
  1.4       +6 -1      ports/devel/p5-Sys-Syscall/Makefile
  1.1       +30 -0     ports/devel/p5-Sys-Syscall/files/patch-lib__Sys__Syscall.pm (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-05-04 22:07:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!