Bug 62962

Summary: New port: sysutils/wmping
Product: Ports & Packages Reporter: Sergey Velichkevich <serg>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Sergey Velichkevich 2004-02-17 13:40:12 UTC
	New port: wmping  
	Wmping is a dockapp which checks the status of hosts in your network. It
	show "up" status for a host that is available (ping packets are returned to
	you) and "down" status for a host that cannot be pinged.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-01 21:29:36 UTC
State Changed
From-To: open->feedback

Does not build on -STABLE, can you send a patch for it? 

cc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="wmping" -DVERSION="0.1.0" -DSTDC_HEADERS=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXPM=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1  -I. -I. -I/usr/X11R6/include -I/usr/local/include    -g -O -pipe  -c `test -f f_ping.c || echo './'`f_ping.c 
In file included from f_ping.c:5: 
/usr/include/arpa/inet.h:89: warning: parameter has incomplete type 
/usr/include/arpa/inet.h:92: warning: parameter has incomplete type 
/usr/include/arpa/inet.h:96: warning: parameter has incomplete type 
In file included from f_ping.c:7: 
/usr/include/netinet/ip.h:73: field `ip_src' has incomplete type 
/usr/include/netinet/ip.h:73: field `ip_dst' has incomplete type 
/usr/include/netinet/ip.h:158: field `ipt_addr' has incomplete type 
In file included from f_ping.c:8: 
/usr/include/netinet/ip_icmp.h:62: field `ih_gwaddr' has incomplete type 
gmake: *** [f_ping.o] Error 1 
*** Error code 2 



Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-01 21:29:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-02 11:51:22 UTC
State Changed
From-To: feedback->closed

New port added, thanks!