Date: Thu, 22 May 2003 09:26:29 -0700 (PDT) From: Joseph Scott <joseph@randomnetworks.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52584: [MAINTAINER FIX] net/sendip Message-ID: <200305221626.h4MGQT7X078812@pluto.owp.csus.edu> Resent-Message-ID: <200305221630.h4MGU1N1059321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@pluto.owp.csus.edu:/usr/obj/usr/src/sys/PLUTO i386 >Description: [MAINTAINER FIX] net/sendip On 18 May 2003 kris@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305221626.h4MGQT7X078812>