From owner-cvs-all Mon Oct 12 14:57:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24620 for cvs-all-outgoing; Mon, 12 Oct 1998 14:57:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24614; Mon, 12 Oct 1998 14:57:40 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.05 #3) id 0zSppO-0003IQ-00; Mon, 12 Oct 1998 22:48:30 +0100 Date: Mon, 12 Oct 1998 22:48:30 +0100 From: Ben Smithurst To: "Justin M. Seger" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/imap-uw Makefile Message-ID: <19981012224830.A12660@scientia.demon.co.uk> References: <199810121917.MAA28532@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <199810121917.MAA28532@freefall.freebsd.org> User-Agent: Mutt/0.94.11i (FreeBSD 3.0-BETA i386) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Justin M. Seger wrote: > Mark BROKEN for ELF: > cd mtest;make > `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c mtest.c > `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o -L../c-client -lc-client `cat ../c-client/LDFLAGS` > /usr/libexec/elf/ld: cannot open -lc-client: No such file or directory > *** Error code 1 This fixes that, I beleive... (seems a bit silly marking ports broken when it's so easy to fix :-) --- src/osdep/unix/Makefile.orig Mon Oct 12 22:40:54 1998 +++ src/osdep/unix/Makefile Mon Oct 12 22:40:32 1998 @@ -88,7 +88,7 @@ # Normally no need to change any of these +ARCHIVE=libc-client.a -ARCHIVE=c-client.a BINARIES=mail.o misc.o newsrc.o smanager.o osdep.o utf8.o siglocal.o \ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \ -- Ben Smithurst ben@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message