Bug 208861

Summary: [maintainer][patch] sysutils/burp: IPv6 can be disabled at compile time, updated rc.d script
Product: Ports & Packages Reporter: loic-freebsd
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Only Me CC: robak
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description loic-freebsd 2016-04-17 16:53:04 UTC
Created attachment 169398 [details]
patch

Hello,

As requested by some users, this patch:
-updates the rc.d script using the upstream contributed version (more features)
-adds the possibility to disable IPv6 at build time (using OPTIONS_DEFINE and OPTIONS_DEFAULT)

Cheers,
Loïc
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-12 09:25:49 UTC
A commit references this bug:

Author: robak
Date: Thu May 12 09:25:15 UTC 2016
New revision: 415055
URL: https://svnweb.freebsd.org/changeset/ports/415055

Log:
  sysutils/burp: add port options and update rc script

  - Add IPv6 port option
  - Replace rc script with upstream one

  PR:		208861
  Submitted by:	Loic Pefferkorn <loic-freebsd@loicp.eu> (maintainer)

Changes:
  head/sysutils/burp/Makefile
  head/sysutils/burp/files/burp.in
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2016-05-12 09:26:38 UTC
Committed, thanks!