Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/net/miniupnpd/Makefile 350123 2014-04-04 13:55:54Z bapt $ |
2 |
# $FreeBSD: head/net/miniupnpd/Makefile 350123 2014-04-04 13:55:54Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= miniupnpd |
4 |
PORTNAME= miniupnpd |
5 |
PORTVERSION= 1.8.20140310 |
5 |
PORTVERSION= 1.8.20140422 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= net |
7 |
CATEGORIES= net |
8 |
MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ |
8 |
MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ |
Lines 22-31
Link Here
|
22 |
|
22 |
|
23 |
USE_RC_SUBR= miniupnpd |
23 |
USE_RC_SUBR= miniupnpd |
24 |
|
24 |
|
25 |
OPTIONS_DEFINE= PF_ENABLE_FILTER_RULES |
25 |
OPTIONS_DEFINE= PF_ENABLE_FILTER_RULES CHECK_PORTINUSE IPV6 UPNP_IGDV2 UPNP_STRICT LEASEFILE |
26 |
PF_ENABLE_FILTER_RULES_DESC= Enable pf generation of filter rules |
26 |
PF_ENABLE_FILTER_RULES_DESC= Enable pf generation of filter rules |
|
|
27 |
CHECK_PORTINUSE_DESC= Check if ports are in use |
28 |
IPV6_DESC= Enable IPv6 |
29 |
UPNP_IGDV2_DESC= Build an IGDv2 instead of an IGDv1 |
30 |
UPNP_STRICT_DESC= Be more strict regarding compliance with UPnP specifications |
31 |
LEASEFILE_DESC= Enable lease file |
27 |
|
32 |
|
28 |
PF_ENABLE_FILTER_RULES_EXTRA_PATCHES= ${PATCHDIR}/pf_enable_filter_rules.patch |
33 |
PF_ENABLE_FILTER_RULES_EXTRA_PATCHES= ${PATCHDIR}/pf_enable_filter_rules.patch |
|
|
34 |
CHECK_PORTINUSE_EXTRA_PATCHES= ${PATCHDIR}/enable_check_portinuse.patch |
35 |
IPV6_EXTRA_PATCHES= ${PATCHDIR}/enable_ipv6.patch |
36 |
UPNP_IGDV2_EXTRA_PATCHES= ${PATCHDIR}/enable_igdv2.patch |
37 |
UPNP_STRICT_EXTRA_PATCHES= ${PATCHDIR}/enable_upnp_strict.patch |
38 |
LEASEFILE_EXTRA_PATCHES= ${PATCHDIR}/enable_leasefile.patch |
29 |
|
39 |
|
30 |
post-patch: |
40 |
post-patch: |
31 |
@${REINPLACE_CMD} 's|CFLAGS ?= -pipe -Os|CFLAGS ?= -pipe|' \ |
41 |
@${REINPLACE_CMD} 's|CFLAGS ?= -pipe -Os|CFLAGS ?= -pipe|' \ |