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

(-)./Makefile (-7 / +13 lines)
Lines 1-15 Link Here
1
# ex:ts=8
1
# Created by: David O'Brien (obrien@NUXI.com)
2
# Ports collection makefile for:  fping
3
# Date created:			  Tue Mar 25, 1997
4
# Whom:				  David O'Brien (obrien@NUXI.com)
5
#
6
# $FreeBSD: ports/net/fping/Makefile,v 1.27 2012/11/17 06:00:00 svnexp Exp $
2
# $FreeBSD: ports/net/fping/Makefile,v 1.27 2012/11/17 06:00:00 svnexp Exp $
7
#
8
3
9
PORTNAME=	fping
4
PORTNAME=	fping
10
PORTVERSION=	3.4
5
PORTVERSION=	3.4
6
PORTREVISION=	1
11
CATEGORIES=	net ipv6
7
CATEGORIES=	net ipv6
12
MASTER_SITES=   http://fping.org/dist/
8
MASTER_SITES=	http://fping.org/dist/
9
10
PATCH_SITES=	http://raw.github.com/tohojo/netperf-wrapper/master/misc/
11
PATCH_DIST_STRIP=	-p1
13
12
14
MAINTAINER=	jharris@widomaker.com
13
MAINTAINER=	jharris@widomaker.com
15
COMMENT=	Quickly ping N hosts w/o flooding the network
14
COMMENT=	Quickly ping N hosts w/o flooding the network
Lines 18-23 Link Here
18
OPTIONS_MULTI_NET=	IPV4 IPV6
17
OPTIONS_MULTI_NET=	IPV4 IPV6
19
OPTIONS_DEFAULT=	IPV4
18
OPTIONS_DEFAULT=	IPV4
20
19
20
OPTIONS_DEFINE=		TIMESTAMPS
21
TIMESTAMPS_DESC=	Enable timestamps patch
22
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--bindir="${PREFIX}/sbin"
24
CONFIGURE_ARGS=	--bindir="${PREFIX}/sbin"
23
25
Lines 39-44 Link Here
39
CONFIGURE_ARGS+=--disable-ipv6
41
CONFIGURE_ARGS+=--disable-ipv6
40
.endif
42
.endif
41
43
44
.if ${PORT_OPTIONS:MTIMESTAMPS}
45
PATCHFILES=	fping_timestamps.patch
46
.endif
47
42
post-install:
48
post-install:
43
.if ${PORT_OPTIONS:MIPV4}
49
.if ${PORT_OPTIONS:MIPV4}
44
	@${STRIP_CMD} ${PREFIX}/sbin/fping
50
	@${STRIP_CMD} ${PREFIX}/sbin/fping
(-)./distinfo (+2 lines)
Lines 1-2 Link Here
1
SHA256 (fping-3.4.tar.gz) = d42528af4931f16a8e3438bd4a45cfdd72163ad8835a3c95351c336a26e56afe
1
SHA256 (fping-3.4.tar.gz) = d42528af4931f16a8e3438bd4a45cfdd72163ad8835a3c95351c336a26e56afe
2
SIZE (fping-3.4.tar.gz) = 142986
2
SIZE (fping-3.4.tar.gz) = 142986
3
SHA256 (fping_timestamps.patch) = 5e07b36e2029a042de79536c30d852a7ee65d90216747ca68fe54eba94798f3a
4
SIZE (fping_timestamps.patch) = 2211

Return to bug 177368