Date: Tue, 3 Jun 1997 07:39:11 -0400 (EDT) From: "Justin M. Seger" <jseger@freebsd.scds.com> To: asami@cs.berkeley.edu, pst@FreeBSD.ORG Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/net/isc-dhcp Makefile ports/net/isc-dhcp/files md5 ports/net/isc-dhcp/patches patch-aa Message-ID: <199706031139.HAA06973@freebsd.scds.com>
index | next in thread | raw e-mail
I just fixed this, attached is a patch. In it, I made myself MAINTAINER since that is currently ports@freebsd.org. If there's a problem with that, let me know. Thanks, -Justin Seger-. diff -ruN isc-dhcp.old/Makefile isc-dhcp/Makefile --- isc-dhcp.old/Makefile Sun Jun 1 00:51:57 1997 +++ isc-dhcp/Makefile Tue Jun 3 07:20:11 1997 @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jseger@scds.com HAS_CONFIGURE= yes diff -ruN isc-dhcp.old/patches/patch-aa isc-dhcp/patches/patch-aa --- isc-dhcp.old/patches/patch-aa Wed Dec 31 19:00:00 1969 +++ isc-dhcp/patches/patch-aa Tue Jun 3 07:21:38 1997 @@ -0,0 +1,10 @@ +--- cf/freebsd_old.h Tue Jun 3 07:17:02 1997 ++++ cf/freebsd.h Tue Jun 3 07:17:13 1997 +@@ -53,7 +53,6 @@ + + #include <net/if.h> + #include <net/if_dl.h> +-#define INADDR_LOOPBACK ((u_int32_t)0x7f000001) + + /* Varargs stuff... */ + #include <stdarg.h> diff -ruN isc-dhcp.old/patches/patch-ac isc-dhcp/patches/patch-ac --- isc-dhcp.old/patches/patch-ac Wed Dec 31 19:00:00 1969 +++ isc-dhcp/patches/patch-ac Tue Jun 3 07:27:32 1997 @@ -0,0 +1,10 @@ +--- packet_old.c Tue Jun 3 07:26:22 1997 ++++ packet.c Tue Jun 3 07:27:11 1997 +@@ -51,6 +51,7 @@ + #include "includes/netinet/ip.h" + #include "includes/netinet/udp.h" + #include "includes/netinet/if_ether.h" ++#include <net/if_arp.h> + + static u_int32_t checksum PROTO ((unsigned char *, int, u_int32_t)); + static u_int32_t wrapsum PROTO ((u_int32_t));home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706031139.HAA06973>
