Bug 150519 - [PATCH] net-p2p/transmission-daemon
Summary: [PATCH] net-p2p/transmission-daemon
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: Jeremy Messenger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 09:40 UTC by well-wisher
Modified: 2010-09-20 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (484 bytes, patch)
2010-09-13 09:40 UTC, well-wisher
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description well-wisher 2010-09-13 09:40:02 UTC
if system build WITHOUT_INET6="YES" and WITHOUT_INET6_SUPPORT="YES"
transmission floods syslog with tons of messages like
Sep 13 14:02:05 Null transmission-daemon[13492]: Couldn't create socket: Protocol not supported (fdlimit.c:651)
Sep 13 14:02:15 Null last message repeated 5 times
Sep 13 14:04:19 Null last message repeated 29 times

Fix: put patch below to net-p2p/transmission-cli/files/patch-aa
(according to man-page, BSD-implementation of `socket' syscall never sets EAFNOSUPPORT)


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-13 09:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mezz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-20 03:43:39 UTC
mezz        2010-09-20 02:43:34 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p/transmission-cli Makefile 
    net-p2p/transmission-daemon Makefile 
    net-p2p/transmission-gtk2 Makefile 
  Added files:
    net-p2p/transmission-cli/files patch-fix_without_ipv6 
  Log:
  Fix if FreeBSD built without ipv6 support.
  
  PR:             ports/150519
  Submitted by:   well-wisher <regex@bk.ru>
  
  Revision  Changes    Path
  1.71      +1 -1      ports/net-p2p/transmission-cli/Makefile
  1.1       +11 -0     ports/net-p2p/transmission-cli/files/patch-fix_without_ipv6 (new)
  1.24      +1 -1      ports/net-p2p/transmission-daemon/Makefile
  1.36      +1 -1      ports/net-p2p/transmission-gtk2/Makefile
_______________________________________________
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 3 Jeremy Messenger freebsd_committer freebsd_triage 2010-09-20 03:44:03 UTC
State Changed
From-To: open->closed

Committed, thanks!