FreeBSD Bugzilla – Attachment 132991 Details for
Bug 177368
[PATCH] net/fping: Add option to compile in timestamps patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fping-3.4_1.patch
fping-3.4_1.patch (text/plain), 1.62 KB, created by
lars
on 2013-03-25 10:50:00 UTC
(
hide
)
Description:
fping-3.4_1.patch
Filename:
MIME Type:
Creator:
lars
Created:
2013-03-25 10:50:00 UTC
Size:
1.62 KB
patch
obsolete
>diff -ruN ../fping.orig/Makefile ./Makefile >--- ../fping.orig/Makefile 2012-11-17 07:00:00.000000000 +0100 >+++ ./Makefile 2013-03-25 11:33:08.000000000 +0100 >@@ -1,15 +1,14 @@ >-# ex:ts=8 >-# Ports collection makefile for: fping >-# Date created: Tue Mar 25, 1997 >-# Whom: David O'Brien (obrien@NUXI.com) >-# >+# Created by: David O'Brien (obrien@NUXI.com) > # $FreeBSD: ports/net/fping/Makefile,v 1.27 2012/11/17 06:00:00 svnexp Exp $ >-# > > PORTNAME= fping > PORTVERSION= 3.4 >+PORTREVISION= 1 > CATEGORIES= net ipv6 >-MASTER_SITES= http://fping.org/dist/ >+MASTER_SITES= http://fping.org/dist/ >+ >+PATCH_SITES= http://raw.github.com/tohojo/netperf-wrapper/master/misc/ >+PATCH_DIST_STRIP= -p1 > > MAINTAINER= jharris@widomaker.com > COMMENT= Quickly ping N hosts w/o flooding the network >@@ -18,6 +17,9 @@ > OPTIONS_MULTI_NET= IPV4 IPV6 > OPTIONS_DEFAULT= IPV4 > >+OPTIONS_DEFINE= TIMESTAMPS >+TIMESTAMPS_DESC= Enable timestamps patch >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" > >@@ -39,6 +41,10 @@ > CONFIGURE_ARGS+=--disable-ipv6 > .endif > >+.if ${PORT_OPTIONS:MTIMESTAMPS} >+PATCHFILES= fping_timestamps.patch >+.endif >+ > post-install: > .if ${PORT_OPTIONS:MIPV4} > @${STRIP_CMD} ${PREFIX}/sbin/fping >diff -ruN ../fping.orig/distinfo ./distinfo >--- ../fping.orig/distinfo 2012-09-24 11:15:59.000000000 +0200 >+++ ./distinfo 2013-03-25 11:13:12.000000000 +0100 >@@ -1,2 +1,4 @@ > SHA256 (fping-3.4.tar.gz) = d42528af4931f16a8e3438bd4a45cfdd72163ad8835a3c95351c336a26e56afe > SIZE (fping-3.4.tar.gz) = 142986 >+SHA256 (fping_timestamps.patch) = 5e07b36e2029a042de79536c30d852a7ee65d90216747ca68fe54eba94798f3a >+SIZE (fping_timestamps.patch) = 2211
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 177368
: 132991