ports/52584: [MAINTAINER FIX] net/sendip

Joseph Scott joseph at randomnetworks.com
Thu May 22 16:30:05 UTC 2003


>Number:         52584
>Category:       ports
>Synopsis:       [MAINTAINER FIX] net/sendip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 09:30:01 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD pluto.owp.csus.edu 4.8-STABLE FreeBSD 4.8-STABLE #5: Tue Apr 29 16:37:11 PDT 2003 scottj at pluto.owp.csus.edu:/usr/obj/usr/src/sys/PLUTO i386


>Description:
[MAINTAINER FIX] net/sendip

On 18 May 2003 kris at freebsd.org notified me that the net/sendip port
didn't build on recent 5.x systems, so he had marked the port broken
for ${OSVERSION} >= 500113 systems.

It appears the issue is the sendip's gnugetopt.c doesn't include string.h
so below is a quick patch that does just that.
>How-To-Repeat:
	
>Fix:

	

--- sendip.diff begins here ---
diff -ruN sendip/files/patch-gnugetopt.c sendip.new/files/patch-gnugetopt.c
--- sendip/files/patch-gnugetopt.c	Wed Dec 31 16:00:00 1969
+++ sendip.new/files/patch-gnugetopt.c	Thu May 22 09:00:00 2003
@@ -0,0 +1,10 @@
+--- gnugetopt.c.orig	Thu May 22 08:35:25 2003
++++ gnugetopt.c	Thu May 22 08:35:37 2003
+@@ -45,6 +45,7 @@
+ #endif
+ 
+ #include <stdio.h>
++#include <string.h>
+ 
+ /* Comment out all this code if we are using the GNU C Library, and are not
+    actually compiling the library itself.  This code is part of the GNU C
--- sendip.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list