From owner-freebsd-stable Wed Jul 19 22: 4: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from evelake.pdl.cs.cmu.edu (EVELAKE.PDL.CS.CMU.EDU [128.2.189.75]) by hub.freebsd.org (Postfix) with SMTP id 05DDB37BAC1; Wed, 19 Jul 2000 22:04:04 -0700 (PDT) (envelope-from magus+@evelake.pdl.cs.cmu.edu) To: Kris Kennaway Cc: "'freebsd-stable@freebsd.org'" , Darren Reed Subject: Re: FW: URGENT: FreeBSD-4 Testing. References: From: Nat Lanza Date: 20 Jul 2000 01:03:57 -0400 In-Reply-To: Kris Kennaway's message of "Wed, 19 Jul 2000 21:59:23 -0700 (PDT)" Message-ID: Lines: 40 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway writes: > On 20 Jul 2000, Nat Lanza wrote: > > > > It's still broke at the moment. > > > > > > ipf (the command) is still broken. > > > > The fix looks pretty simple, though. It looks like the makefile in > > src/sbin/ipf just isn't including common.c in the SRCS line. > > Patch committed. Let's see if anything else is still broken *sigh* Looks like ipfstat has the exact same problem: ---- snip ---- --- sbin/ipfstat/Makefile.old Thu Jul 20 01:01:40 2000 +++ sbin/ipfstat/Makefile Thu Jul 20 01:01:48 2000 @@ -4,7 +4,7 @@ PROG= ipfstat MAN8= ipfstat.8 -SRCS= fils.c parse.c opt.c kmem.c facpri.c +SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter MAINTAINER= guido@freebsd.org ---- snip ---- FWIW, the -CURRENT versions (v1.5) of the ipf and ipfstat makefiles have common.c added to them; I guess Darren just forgot to pull those changes down. --nat -- nat lanza --------------------- research programmer, parallel data lab, cmu scs magus@cs.cmu.edu -------------------------------- http://www.cs.cmu.edu/~magus/ there are no whole truths; all truths are half-truths -- alfred north whitehead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message