Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 16:32:37 GMT
From:      chris scott <kraduk@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184726: Makefile error in miniupnpd port for PF patch
Message-ID:  <201312121632.rBCGWb6E075864@oldred.freebsd.org>
Resent-Message-ID: <201312121640.rBCGe0iH086303@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184726
>Category:       ports
>Synopsis:       Makefile error in miniupnpd port for PF patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 12 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     chris scott
>Release:        9.2, 10
>Organization:
>Environment:
FreeBSD XXX 9.2-STABLE FreeBSD 9.2-STABLE #59 r259128: Tue Dec 10 11:48:29 GMT 2013     root@XXX:/usr/obj/usr/src/sys/me  amd64
>Description:
pf filter patch not applying due to an error in the port makefile


>How-To-Repeat:
build the port see it doesnt insert pf rules at the anchor. rdr rules are ok but the pfctl -sr -a miniupnpd rules dont get added
>Fix:
apply this patch to the Makefile and the ports pf patch actually gets applied

# diff Makefile Makefile.new 
31c31
< .if ${PORT_OPTIONS:MWITH_PF_ENABLE_FILTER_RULES}
---
> .if ${PORT_OPTIONS:MPF_ENABLE_FILTER_RULES}



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312121632.rBCGWb6E075864>