FreeBSD Bugzilla – Attachment 194678 Details for
Bug 229172
net/fping: Update to 4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for net/fping
fping-4.0-no-options.svndiff (text/plain), 2.70 KB, created by
Fernando Apesteguía
on 2018-06-27 15:44:11 UTC
(
hide
)
Description:
patch for net/fping
Filename:
MIME Type:
Creator:
Fernando Apesteguía
Created:
2018-06-27 15:44:11 UTC
Size:
2.70 KB
patch
obsolete
>Index: net/fping/Makefile >=================================================================== >--- net/fping/Makefile (revision 473445) >+++ net/fping/Makefile (working copy) >@@ -2,7 +2,8 @@ > # $FreeBSD$ > > PORTNAME= fping >-PORTVERSION= 3.16 >+PORTVERSION= 4.0 >+DISTVERSIONPREFIX= v > CATEGORIES= net ipv6 > > MAINTAINER= jharris@widomaker.com >@@ -14,20 +15,15 @@ > LICENSE_FILE= ${WRKSRC}/COPYING > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >+USES= autoreconf gmake > USE_GITHUB= yes > GH_ACCOUNT= schweikert > >-OPTIONS_MULTI= NET >-OPTIONS_MULTI_NET= IPV4 IPV6 >-OPTIONS_DEFAULT= IPV4 >-OPTIONS_SUB= yes >- >-USES= autoreconf gmake > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" > INSTALL_TARGET= install-strip > >-IPV4_CONFIGURE_ENABLE= ipv4 >-IPV6_CONFIGURE_ENABLE= ipv6 >+post-install: >+ ${RLN} ${STAGEDIR}${PREFIX}/sbin/fping ${STAGEDIR}${PREFIX}/sbin/fping6 > > .include <bsd.port.mk> >Index: net/fping/distinfo >=================================================================== >--- net/fping/distinfo (revision 473445) >+++ net/fping/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1491320039 >-SHA256 (schweikert-fping-3.16_GH0.tar.gz) = 3e73244f8e67eed777ef6a4280a32c030280789679de5220b484b6cfaca297d4 >-SIZE (schweikert-fping-3.16_GH0.tar.gz) = 47240 >+TIMESTAMP = 1529347052 >+SHA256 (schweikert-fping-v4.0_GH0.tar.gz) = 8c9eac7aeadb5be0daa978cdac5f68ae44b749af0f643e8252b5e3dd4ce32e6a >+SIZE (schweikert-fping-v4.0_GH0.tar.gz) = 52971 >Index: net/fping/files/patch-configure.ac >=================================================================== >--- net/fping/files/patch-configure.ac (nonexistent) >+++ net/fping/files/patch-configure.ac (working copy) >@@ -0,0 +1,10 @@ >+--- configure.ac.orig 2017-04-23 15:53:47 UTC >++++ configure.ac >+@@ -18,6 +18,7 @@ AS_IF([test "x$enable_ipv6" != "xno"], [ >+ dnl Test if IPv6 is supported >+ AC_CHECK_HEADERS([netinet/icmp6.h], [have_ipv6="yes"], [], [[ >+ #include <netinet/in.h> >++ #include <sys/types.h> >+ ]]) >+ ]) >+ dnl Can't disable both IPv4 and IPv6 > >Property changes on: net/fping/files/patch-configure.ac >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/fping/pkg-plist >=================================================================== >--- net/fping/pkg-plist (revision 473445) >+++ net/fping/pkg-plist (working copy) >@@ -1,6 +1,5 @@ > @mode 4555 >-%%IPV4%%sbin/fping >-%%IPV6%%sbin/fping6 >+sbin/fping >+sbin/fping6 > @mode >-%%IPV4%%man/man8/fping.8.gz >-%%IPV6%%man/man8/fping6.8.gz >+man/man8/fping.8.gz
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
Flags:
fernape
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 229172
:
194419
| 194678