From owner-freebsd-isdn Mon Jul 12 2:15: 8 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from bamf.demon.co.uk (bamf.demon.co.uk [158.152.173.140]) by hub.freebsd.org (Postfix) with SMTP id 49D6614EB4 for ; Mon, 12 Jul 1999 02:14:59 -0700 (PDT) (envelope-from rich@dynamite.org) Received: from clyde (unverified [192.168.1.2]) by clyde.chugaboom.net (EMWAC SMTPRS 0.83) with SMTP id ; Mon, 12 Jul 1999 10:07:18 +0100 Message-ID: From: "Rich Wood" Organization: dynamite.org To: Brian Somers Date: Mon, 12 Jul 1999 10:07:17 +0100 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-3436 Subject: Re: PPP over ISDN Reply-To: rich@dynamite.org Cc: freebsd-isdn@FreeBSD.org In-reply-to: <199907112141.WAA04097@dev.lan.awfulhak.org> X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Message-Boundary-3436 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body On 11 Jul 99, at 22:41, Brian Somers wrote: > I don't know if the patch applies cleanly to my ppp archive, but it > should do.... It didn't apply cleanly to ppp-990711, the reject file for ppp/Makefile is attached below. Once ppp/Makefile is suitably amended with the failed patches 'make'ing the patched ppp archive fails, [root@zippy /usr/src/ppp-990711]make cc -O -pipe -Wall -I. -I../libhack -c physical.c physical.c:95: i4b.h: No such file or directory physical.c:117: `i4b_Create' undeclared here (not in a function) physical.c:117: initializer element for `devices[0].create' is not constant physical.c:117: `i4b_iov2device' undeclared here (not in a function) physical.c:117: initializer element for `devices[0].iov2device' is not constant physical.c:117: `i4b_DeviceSize' undeclared here (not in a function) physical.c:117: initializer element for `devices[0].DeviceSize' is not constant *** Error code 1 Stop. *** Error code 1 Stop. [root@zippy /usr/src/ppp-990711] The machine in question is running FreeBSD 3.2-Release, Rich -- rich@dynamite.org rich@freebsd.org.uk If that's what they call normal, I'd rather be insane --Message-Boundary-3436 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'Makefile.rej' *************** *** 40,45 **** .endif .endif .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH) DISTRIBUTION=des CFLAGS+=-DHAVE_DES --- 40,51 ---- .endif .endif + .if defined(NOI4B) + CFLAGS+=-DNOI4B + .else + SRCS+= i4b.c + .endif + .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH) DISTRIBUTION=des CFLAGS+=-DHAVE_DES *************** *** 61,67 **** .if defined(RELEASE_CRUNCH) # We must create these objects because crunchgen will link them, # and we don't want any unused symbols to spoil the final link. - CFLAGS+=-DNOALIAS -DNORADIUS OBJS+= alias_cmd.o chap_ms.o radius.o chap_ms.o alias_cmd.o radius.o: >null_${.PREFIX}.c --- 67,73 ---- .if defined(RELEASE_CRUNCH) # We must create these objects because crunchgen will link them, # and we don't want any unused symbols to spoil the final link. + CFLAGS+=-DNOALIAS -DNORADIUS -DNOI4B OBJS+= alias_cmd.o chap_ms.o radius.o chap_ms.o alias_cmd.o radius.o: >null_${.PREFIX}.c --Message-Boundary-3436-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message