Hi,

Update for Arping with:

* Fix warnings reported by clang.
* Using -1 is the same as 0, except older libpcap left 0 undefined.
* Fixed non-conflict.
* Always process all waiting packets.

And others.

Tested on amd64.


Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/arping/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile    29 Feb 2012 09:31:10 -0000      1.35
+++ Makefile    1 Sep 2012 21:48:39 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      ARP level ping utility
 
-DISTNAME =     arping-2.11
+DISTNAME =     arping-2.12
 CATEGORIES =   net
 
 HOMEPAGE =     http://www.habets.pp.se/synscan/programs.php?prog=ARPing
@@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP =  Yes
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
-WANTLIB =      c pcap lib/libnet-1.1/net=11
+WANTLIB += c m net pcap lib/libnet-1.1/net=11
 
 MASTER_SITES = http://www.habets.pp.se/synscan/files/ \
                http://www.arcane-labs.net/download/OpenBSD/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/arping/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    29 Feb 2012 09:31:10 -0000      1.14
+++ distinfo    1 Sep 2012 21:48:39 -0000
@@ -1,5 +1,2 @@
-MD5 (arping-2.11.tar.gz) = GbQAuR1o+3zD8E37KkkyOQ==
-RMD160 (arping-2.11.tar.gz) = DhCeLoUKT95NSbsLU/tehYim6+0=
-SHA1 (arping-2.11.tar.gz) = BgYwJez4WNRDXND75OjiJmWV8eI=
-SHA256 (arping-2.11.tar.gz) = MuM8nUTJAMR/Jg06tXV0Ztin08KCs7NfuY4P0GjyXLE=
-SIZE (arping-2.11.tar.gz) = 140744
+SHA256 (arping-2.12.tar.gz) = +t4MP/FSLPGdJYH1ugBVqd+cXotqbB8XZTWHGxYSY04=
+SIZE (arping-2.12.tar.gz) = 141108

Reply via email to