Bug 137976 - graphics/sane-backends: Add option to disable IPv6 support
Summary: graphics/sane-backends: Add option to disable IPv6 support
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: Alexander Logvinov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 21:20 UTC by Richard F. Ostrow Jr.
Modified: 2009-09-11 15:20 UTC (History)
0 users

See Also:


Attachments
sane-backends-freebsd-kshots.patch (773 bytes, patch)
2009-08-19 21:20 UTC, Richard F. Ostrow Jr.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard F. Ostrow Jr. 2009-08-19 21:20:01 UTC
	saned does not properly support IPv6. Attempting to connect a network client to saned when compiled with IPv6 causes saned to crash. When compiled without IPv6 support, it works properly.

	This patch for the ports Makefile of sane-backends adds an IPv6 option to 'make config', which is disabled by default. This invokes the --disable-ipv6 configure option in the package.

Fix: Apply the attached patch to the ports Makefile, giving the user the choice of using IPv6 or not
How-To-Repeat: 	make sane-backends with IPv6 support, then connect a network client via inetd, then watch it crash
Comment 1 Alexander Logvinov freebsd_committer freebsd_triage 2009-09-10 09:17:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-11 15:15:41 UTC
avl         2009-09-11 14:15:27 UTC

  FreeBSD ports repository

  Modified files:
    graphics/sane-backends Makefile 
  Log:
  - Add IPV6 option
  
  PR:             ports/137976
  Submitted by:   Richard F. Ostrow Jr. <rich AT warfaresdl.com>
  Approved by:    tabthorpe, glarkin (mentors, implicit)
  
  Revision  Changes    Path
  1.90      +7 -2      ports/graphics/sane-backends/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 Alexander Logvinov freebsd_committer freebsd_triage 2009-09-11 15:16:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!