aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpd
diff options
context:
space:
mode:
authorArmin Pirkovitsch <sperber@FreeBSD.org>2012-06-20 13:25:04 +0000
committerArmin Pirkovitsch <sperber@FreeBSD.org>2012-06-20 13:25:04 +0000
commitf939574d05928e11e9e0e158e42f6c4cb1953b97 (patch)
tree7de9785d73611e738d790f06f469c4c2e32bd024 /net/miniupnpd
parent2ed3741bc92105cf31fc64938ffd0ad95e688b0e (diff)
downloadports-f939574d05928e11e9e0e158e42f6c4cb1953b97.tar.gz
ports-f939574d05928e11e9e0e158e42f6c4cb1953b97.zip
- 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)
Notes
Notes: svn path=/head/; revision=299688
Diffstat (limited to 'net/miniupnpd')
-rw-r--r--net/miniupnpd/files/pf_enable_filter_rules.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/miniupnpd/files/pf_enable_filter_rules.patch b/net/miniupnpd/files/pf_enable_filter_rules.patch
new file mode 100644
index 000000000000..5d6ccc19248b
--- /dev/null
+++ b/net/miniupnpd/files/pf_enable_filter_rules.patch
@@ -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}