Bug 156846 - net/isc-dhcp41-server without IPv6
Summary: net/isc-dhcp41-server 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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 12:50 UTC by alex.deiter
Modified: 2011-05-09 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.02 KB, patch)
2011-05-06 12:50 UTC, alex.deiter
no flags Details | Diff
isc-dhcp41-server.patch (3.21 KB, patch)
2011-05-08 01:08 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description alex.deiter 2011-05-06 12:50:09 UTC
Port net/isc-dhcp41-server does not have config options for building without IPv6 support. Please review attached patch.

Fix: cd /usr/ports/net
patch -p0 < patch-isc-dhcp41-server.txt
cd isc-dhcp41-server
make config install

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/net/isc-dhcp41-server && make config install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-06 12:50:16 UTC
Maintainer of net/isc-dhcp41-server,

Please note that PR ports/156846 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156846

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-06 12:50:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Douglas Thrift 2011-05-08 01:08:56 UTC
On 5/6/2011 4:50 AM, Edwin Groothuis wrote:
> Maintainer of net/isc-dhcp41-server,
> 
> Please note that PR ports/156846 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156846
> 

Thanks for the patch! I've modified it slightly so that the other slave
ports will have the IPv6 option. The new patch to commit is attached.
-- 
Douglas William Thrift
<douglas@douglasthrift.net>
<http://douglasthrift.net/>
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-08 07:11:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-09 01:58:26 UTC
sunpoet     2011-05-09 00:58:17 UTC

  FreeBSD ports repository

  Modified files:
    net/isc-dhcp41-server Makefile pkg-plist 
  Log:
  - Add OPTIONS: DHCP_IPV6 to make IPv6 support optional
  - Use bsd.port.mk and bsd.port.options.mk
  - Make portlint happier
  
  PR:             ports/156846
  Submitted by:   Alex Deiter <alex.deiter@gmail.com>
  Approved by:    Douglas Thrift <douglas@douglasthrift.net> (maintainer)
  
  Revision  Changes    Path
  1.20      +25 -8     ports/net/isc-dhcp41-server/Makefile
  1.5       +6 -6      ports/net/isc-dhcp41-server/pkg-plist
_______________________________________________
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 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-09 01:58:44 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!