From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 21:55:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 727D616A420 for ; Wed, 22 Mar 2006 21:55:48 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C53243D48 for ; Wed, 22 Mar 2006 21:55:34 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 62048 invoked by uid 1002); 22 Mar 2006 21:55:33 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 1.770627 secs); 22 Mar 2006 21:55:33 -0000 Received: from unknown (HELO xzibit) (209.167.16.15) by pearl.ibctech.ca with (RC4-MD5 encrypted) SMTP; 22 Mar 2006 21:55:31 -0000 From: "Steve Bertrand" To: "'DAve'" Date: Wed, 22 Mar 2006 16:55:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcZN+Zw7hWPYarp2Sme52txboSbcpQAAW1Tg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <4421C4B9.7000608@pixelhammer.com> X-Qmail-Scanner-Message-ID: <114306453167562042@pearl.ibctech.ca> Message-Id: <20060322215534.8C53243D48@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: RE: Sendmail patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 21:55:48 -0000 > > bash-2.05b# uname -a > > FreeBSD web6.tls.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE > #0: Mon Feb > > 23 > > 20:45:55 GMT 2004 > > root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 > > > > I did, > > bash-2.05b# cvsup standard-supfile > > bash-2.05b# cd /usr/src > > bash-2.05b# patch < /path/to/patch > > bash-2.05b# cd /usr/src/lib/libsm > > bash-2.05b# make obj && make depend && make > > > > and I get this, > > bash-2.05b# make > > "/usr/src/lib/libsm/Makefile", line 11: Malformed conditional > > (${MK_INET6_SUPPORT} != "no") > "/usr/src/lib/libsm/Makefile", line 13: > > if-less endif "/usr/src/lib/libsm/Makefile", line 13: Need > an operator > > make: fatal errors encountered -- cannot continue > > > > I used the patch for 4.11 and 5.3 > > > > Anyone got any ideas? > > > > DAve > > That's two servers with the same error. My 4.X server did > just fine, as did my 5.4 servers. All my toasters run qmail, > so of eleven servers, these two are all I have left to do. > > The Makefile looks fine, I'm missing something obvious here. > Google comes up empty handed. I don't know if it will help or not, but following is the entire /usr/src/lib/libsm/Makefile from: imap# uname -a FreeBSD imap.eagle.ca 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #0: Wed Mar 8 09:39:13 EST 2006 --- start file --- # $FreeBSD: src/lib/libsm/Makefile,v 1.9 2005/06/07 04:18:25 gshapiro Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsm CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL .if !defined(NO_INET6) CFLAGS+=-DNETINET6 .endif # User customizations to the sendmail build environment CFLAGS+=${SENDMAIL_CFLAGS} LIB= sm SRCS+= sm_os.h SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \ strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \ fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c \ fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \ fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \ smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \ vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \ wbuf.c wsetup.c string.c stringf.c \ xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c \ signal.c clock.c config.c sem.c shm.c mbdb.c strexit.c cf.c ldap.c \ niprop.c mpeix.c CLEANFILES+=sm_os.h INTERNALLIB= sm_os.h: ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h .include --- end file --- > > DAve > > > -- > This message was checked by forty monkeys and found to not > contain any SPAM whatsoever. > > Your monkeys may vary > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >