From Squat@lutzow.squat.no  Mon Jun 18 17:01:26 2012
Return-Path: <Squat@lutzow.squat.no>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9542A106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Jun 2012 17:01:26 +0000 (UTC)
	(envelope-from Squat@lutzow.squat.no)
Received: from lutzow.squat.no (92.80-203-231.nextgentel.com [80.203.231.92])
	by mx1.freebsd.org (Postfix) with ESMTP id 20ECC8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Jun 2012 17:01:25 +0000 (UTC)
Received: from lutzow.squat.no (localhost [127.0.0.1])
	by lutzow.squat.no (8.14.5/8.14.5) with ESMTP id q5IGa3Ii002498
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Jun 2012 18:36:03 +0200 (CEST)
	(envelope-from Squat@lutzow.squat.no)
Received: (from Squat@localhost)
	by lutzow.squat.no (8.14.5/8.14.5/Submit) id q5IGa3CG002497;
	Mon, 18 Jun 2012 18:36:03 +0200 (CEST)
	(envelope-from Squat)
Message-Id: <201206181636.q5IGa3CG002497@lutzow.squat.no>
Date: Mon, 18 Jun 2012 18:36:03 +0200 (CEST)
From: Tor Halvard Furulund <squat@squat.no>
Reply-To: Tor Halvard Furulund <squat@squat.no>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/miniupnpd: Readd missing patch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169205
>Category:       ports
>Synopsis:       [MAINTAINER] net/miniupnpd: Readd missing patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sperber
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 18 17:10:13 UTC 2012
>Closed-Date:    Wed Jun 20 13:28:51 UTC 2012
>Last-Modified:  Wed Jun 20 13:30:13 UTC 2012
>Originator:     Tor Halvard Furulund
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lutzow.squat.no 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
This patch was removed when updating to 1.7, eighter the option should be removed or this patch needs to be put back.
Looks like people use this patch, so my suggestion is to put it back (as the following patch should do).
>How-To-Repeat:
	
>Fix:
diff -ruN /usr/ports/net/miniupnpd/Makefile miniupnpd/Makefile
--- /usr/ports/net/miniupnpd/Makefile	2012-06-02 13:03:26.000000000 +0200
+++ miniupnpd/Makefile	2012-06-18 18:20:21.875229815 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	miniupnpd
 PORTVERSION=	1.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://miniupnp.tuxfamily.org/files/ \
diff -ruN /usr/ports/net/miniupnpd/files/pf_enable_filter_rules.patch miniupnpd/files/pf_enable_filter_rules.patch
--- /usr/ports/net/miniupnpd/files/pf_enable_filter_rules.patch	1970-01-01 01:00:00.000000000 +0100
+++ miniupnpd/files/pf_enable_filter_rules.patch	2012-06-18 18:15:22.955229368 +0200
@@ -0,0 +1,11 @@
+--- genconfig.sh.orig	2012-06-18 18:14:32.899227837 +0200
++++ genconfig.sh	2012-06-18 18:14:45.089227683 +0200
+@@ -302,7 +302,7 @@
+ 
+ echo "/* Uncomment the following line to enable generation of" >> ${CONFIGFILE}
+ echo " * filter rules with pf */" >> ${CONFIGFILE}
+-echo "/*#define PF_ENABLE_FILTER_RULES*/">> ${CONFIGFILE}
++echo "#define PF_ENABLE_FILTER_RULES">> ${CONFIGFILE}
+ echo "" >> ${CONFIGFILE}
+ 
+ echo "/* Uncomment the following line to enable caching of results of" >> ${CONFIGFILE}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sperber 
Responsible-Changed-By: sperber 
Responsible-Changed-When: Tue Jun 19 04:29:48 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169205 
State-Changed-From-To: open->closed 
State-Changed-By: sperber 
State-Changed-When: Wed Jun 20 13:28:50 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169205 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169205: commit references a PR
Date: Wed, 20 Jun 2012 13:25:16 +0000 (UTC)

 sperber     2012-06-20 13:25:04 UTC
 
   FreeBSD ports repository
 
   Added files:
     net/miniupnpd/files  pf_enable_filter_rules.patch 
   Log:
   - readd patch pf_enable_filter_rules.patch to fix PF_ENABLE_FILTER_RULES
   
   PR:           ports/169205
   Submitted by: Tor Halvard Furulund <squat _at_ squat.no> (maintainer)
   Approved by:  decke (mentor)
   
   Revision  Changes    Path
   1.3       +11 -0     ports/net/miniupnpd/files/pf_enable_filter_rules.patch (new)
 _______________________________________________
 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"
 
>Unformatted:
