FreeBSD Bugzilla – Attachment 149028 Details for
Bug 194812
[MAINTAINER UPDATE]: net/miniupnpd: update to 1.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against current ports as of 2014-11-03 (without removal of -Os).
miniupnpd-patch-1.9 (text/plain), 2.60 KB, created by
Tor Halvard Furulund
on 2014-11-04 13:47:03 UTC
(
hide
)
Description:
Patch against current ports as of 2014-11-03 (without removal of -Os).
Filename:
MIME Type:
Creator:
Tor Halvard Furulund
Created:
2014-11-04 13:47:03 UTC
Size:
2.60 KB
patch
obsolete
>diff -ruN /usr/ports/net/miniupnpd/Makefile miniupnpd/Makefile >--- /usr/ports/net/miniupnpd/Makefile 2014-06-21 17:52:16.000000000 +0200 >+++ miniupnpd/Makefile 2014-11-04 14:27:05.271519978 +0100 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/net/miniupnpd/Makefile 358711 2014-06-21 15:52:16Z wg $ > > PORTNAME= miniupnpd >-PORTVERSION= 1.8.20140523 >+PORTVERSION= 1.9 > PORTEPOCH= 1 > CATEGORIES= net > MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ >diff -ruN /usr/ports/net/miniupnpd/distinfo miniupnpd/distinfo >--- /usr/ports/net/miniupnpd/distinfo 2014-06-21 17:52:16.000000000 +0200 >+++ miniupnpd/distinfo 2014-11-04 14:27:21.862519338 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (miniupnpd-1.8.20140523.tar.gz) = e72cd1e515aa9e6281e519e1814fe74e7689f5da71ce463a996a17e787ffe490 >-SIZE (miniupnpd-1.8.20140523.tar.gz) = 190936 >+SHA256 (miniupnpd-1.9.tar.gz) = 6176eb21a6422a7ee68ef1c62ccbbd5003335fa773d8c9013228c2a217bba2ac >+SIZE (miniupnpd-1.9.tar.gz) = 192183 >diff -ruN /usr/ports/net/miniupnpd/files/patch-Makefile miniupnpd/files/patch-Makefile >--- /usr/ports/net/miniupnpd/files/patch-Makefile 2014-06-21 17:52:16.000000000 +0200 >+++ miniupnpd/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 >@@ -1,51 +0,0 @@ >---- Makefile.orig 2014-04-20 09:47:29.000000000 -0700 >-+++ Makefile 2014-06-20 22:53:14.863342337 -0700 >-@@ -15,7 +15,7 @@ >- # $ CONFIG_OPTIONS="--ipv6 --igd2" make >- # >- >--CFLAGS ?= -pipe -Os >-+CFLAGS ?= -pipe >- #CFLAGS = -pipe -O -g -DDEBUG >- #CFLAGS += -ansi >- CFLAGS += -Wall >-@@ -45,25 +45,36 @@ >- .endif >- >- # better way to find if we are using ipf or pf >--.if exists(/etc/rc.subr) && exists(/etc/rc.conf) >- .if $(OSNAME) == "FreeBSD" >-+.if exists(/etc/rc.subr) && exists(/etc/rc.conf) >- FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ >-- if checkyesno ipfilter_enable; then \ >-+ if checkyesno firewall_enable; then \ >-+ echo "ipfw"; elif checkyesno ipfilter_enable; then \ >- echo "ipf"; elif checkyesno pf_enable; then \ >-- echo "pf"; else echo "ipfw"; fi >-+ echo "pf"; else echo "pf"; fi >-+.else >-+FWNAME = pf >-+.endif >- .endif >- >- .if $(OSNAME) == "NetBSD" >-+.if exists(/etc/rc.subr) && exists(/etc/rc.conf) >- FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ >- if checkyesno ipfilter; then \ >- echo "ipf"; else echo "pf"; fi >-+.else >-+FWNAME = pf >-+.endif >- .endif >- >- .if $(OSNAME) == "DragonFly" >-+.if exists(/etc/rc.subr) && exists(/etc/rc.conf) >- FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ >- if checkyesno ipfilter; then \ >- echo "ipf"; elif checkyesno pf_enable; then \ >- echo "pf"; else echo "ipfw"; fi >-+.else >-+FWNAME = ipfw >- .endif >- .endif >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194812
: 149028 |
149062