Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2012 18:36:03 +0200 (CEST)
From:      Tor Halvard Furulund <squat@squat.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169205: [MAINTAINER] net/miniupnpd: Readd missing patch
Message-ID:  <201206181636.q5IGa3CG002497@lutzow.squat.no>
Resent-Message-ID: <201206181710.q5IHADKG055924@freefall.freebsd.org>

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

>Number:         169205
>Category:       ports
>Synopsis:       [MAINTAINER] net/miniupnpd: Readd missing 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:   Mon Jun 18 17:10:13 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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