Bug 144379 - net-mgmt/rrdbot: rrdbotd doesn't work on systems without IPv6
Summary: net-mgmt/rrdbot: rrdbotd doesn't work on systems without IPv6
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-28 23:50 UTC by Jeremy Chadwick
Modified: 2010-03-08 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (273 bytes, patch)
2010-02-28 23:50 UTC, Jeremy Chadwick
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Chadwick 2010-02-28 23:50:01 UTC
	Makefile does not include necessary configure semantics for systems
	which do not have IPv6 enabled on them.  For systems with WITHOUT_IPV6
	defined in make.conf (or on the command-line), --disable-ipv6 needs
	to be passed to configure.

Fix: The following port Makefile patch fixes the issue:
How-To-Repeat: 	Attempt to run rrdbotd on a system without IPv6.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-03-01 02:11:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-08 19:42:13 UTC
dhn         2010-03-08 19:41:59 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/rrdbot      Makefile 
  Log:
  - Add new CONFIGURE_ARGS for systems with WITHOUT_IPV6
  
  PR:             ports/144379
  Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com>
  
  Revision  Changes    Path
  1.8       +5 -0      ports/net-mgmt/rrdbot/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 Dennis Herrmann freebsd_committer freebsd_triage 2010-03-08 19:42:16 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!