Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 12:06:24 +0200 (CEST)
From:      Niclas Zeising <zeising@daemonic.se>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183233: [PATCH] update net/arping to 2.13 and stagify
Message-ID:  <20131023100624.B6AC62281C@tifa.daemonic.se>
Resent-Message-ID: <201310231010.r9NAA2TP093431@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183233
>Category:       ports
>Synopsis:       [PATCH] update net/arping to 2.13 and stagify
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 23 10:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD tifa.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255098M: Sat Aug 31 20:42:03 CEST 2013 root@tifa.daemonic.se:/usr/obj/usr/src/sys/TIFA amd64


	
>Description:
	Attached patch updates net/arping to 2.13, and makes the port support staging.
	Buildlog here: https://redports.org/~zeising/20131023093000-57376-154382/arping-2.13.log
>How-To-Repeat:
	
>Fix:

	

--- ports.net.arping.2.13.update.diff begins here ---
Index: net/arping/Makefile
===================================================================
--- net/arping/Makefile	(revision 331357)
+++ net/arping/Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	arping
-PORTVERSION=	2.09
-PORTREVISION=	2
+PORTVERSION=	2.13
 CATEGORIES=	net
 MASTER_SITES=	http://www.habets.pp.se/synscan/files/
 
@@ -20,8 +19,6 @@
 
 LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
 
-MAN8=		arping.8
-PLIST_FILES=	sbin/arping
+PLIST_FILES=	sbin/arping man/man8/arping.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: net/arping/distinfo
===================================================================
--- net/arping/distinfo	(revision 331357)
+++ net/arping/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (arping-2.09.tar.gz) = 1b3b9df72c6717ebd2dc7cd9bfc6aab0a7c413f9b5a5c5bdadb3c9e0deb6ec46
-SIZE (arping-2.09.tar.gz) = 132797
+SHA256 (arping-2.13.tar.gz) = b2bd992dbbc38251a06daef6db09edb1276a3745f16166177a7542f995549a32
+SIZE (arping-2.13.tar.gz) = 254344
Index: net/arping/files/patch-src__arping.c
===================================================================
--- net/arping/files/patch-src__arping.c	(revision 331357)
+++ net/arping/files/patch-src__arping.c	(working copy)
@@ -1,6 +1,6 @@
---- ./src/arping.c.orig	2010-12-15 02:40:26.572881702 +0000
-+++ ./src/arping.c	2010-12-15 02:41:01.891883112 +0000
-@@ -75,15 +75,15 @@
+--- src/arping.c.orig	2012-12-29 16:30:08.000000000 +0100
++++ src/arping.c	2013-10-23 10:30:44.000000000 +0200
+@@ -81,13 +81,14 @@
  #include <libnet.h>
  #endif
  
@@ -11,12 +11,10 @@
  #if HAVE_WIN32_LIBNET_H
  #include <win32/libnet.h>
  #endif
- #include <pcap.h>
  
 -#if HAVE_NET_BPF_H
 -#include <net/bpf.h>
 -#endif
--
- #ifndef ETH_ALEN
- #define ETH_ALEN 6
- #endif
+ #include <pcap.h>
+ 
+ #include "arping.h"
--- ports.net.arping.2.13.update.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131023100624.B6AC62281C>