View | Details | Raw Unified | Return to bug 98895
Collapse All | Expand All

(-)/usr/home/chinsan/project/nagios-plugins/Makefile (+4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	nagios-plugins
8
PORTNAME=	nagios-plugins
9
PORTVERSION=	1.4.3
9
PORTVERSION=	1.4.3
10
PORTREVISION=	1
10
PORTEPOCH=	1
11
PORTEPOCH=	1
11
CATEGORIES=	net-mgmt
12
CATEGORIES=	net-mgmt
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
Lines 134-138 Link Here
134
	check_time.c check_users.c utils.c
135
	check_time.c check_users.c utils.c
135
	@${REINPLACE_CMD} -e 's|setlocale (LC_ALL, "");|setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");|g' ${WRKSRC}/plugins/${file}
136
	@${REINPLACE_CMD} -e 's|setlocale (LC_ALL, "");|setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");|g' ${WRKSRC}/plugins/${file}
136
.endfor
137
.endfor
138
.if ${OSVERSION} < 500000
139
	@${REINPLACE_CMD} -e 's,%s %s %s,%s -%s %s,' ${WRKSRC}/plugins/check_dns.c
140
.endif
137
141
138
.include <bsd.port.post.mk>
142
.include <bsd.port.post.mk>

Return to bug 98895