From owner-freebsd-ports Wed Jun 7 17:18: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.vlsi.fi (mail.vlsi.fi [195.74.10.147]) by hub.freebsd.org (Postfix) with ESMTP id F26FF37BE0A; Wed, 7 Jun 2000 17:17:58 -0700 (PDT) (envelope-from Ville.Eerola@vehome.pp.sci.fi) Received: (from smap@localhost) by mail.vlsi.fi (8.8.8/8.8.8) id DAA20981; Thu, 8 Jun 2000 03:17:53 +0300 (EET DST) (envelope-from Ville.Eerola@vehome.pp.sci.fi) Received: from vlsi1.vlsi.fi(193.64.2.2) by mail.vlsi.fi via smap (V1.3) id xma020971; Thu, 8 Jun 00 03:17:32 +0300 Received: from vehome.pp.sci.fi (vebsd.vlsi.fi [10.0.2.2]) by vlsi1.vlsi.fi (Postfix) with ESMTP id 8B6AB44C03; Thu, 8 Jun 2000 03:17:30 +0300 (EETDST) Received: (from ville@localhost) by vehome.pp.sci.fi (8.9.3/8.9.2) id DAA15064; Thu, 8 Jun 2000 03:17:29 +0300 (EEST) (envelope-from Ville.Eerola@vehome.pp.sci.fi) X-Authentication-Warning: vebsd.vlsi.fi: ville set sender to Ville.Eerola@vehome.pp.sci.fi using -f From: Ville Eerola MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14654.58905.4301.717148@vebsd.vlsi.fi> Date: Thu, 8 Jun 2000 03:17:28 +0300 (EEST) To: haro@tk.kubota.co.jp Cc: FreeBSD-gnats-submit@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports/19081: fetchmail port compile error on 3-STABLE In-Reply-To: <200006070233.LAA20513@jkpc15.tk.kubota.co.jp> References: <200006070233.LAA20513@jkpc15.tk.kubota.co.jp> X-Mailer: VM 6.75 under Emacs 20.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org haro@tk.kubota.co.jp writes: > When installing fetchmail from ports on 3-STABLE, w/o ssl library > installed, get the following compile error: You are correct. I checked and had the same problem. Your patch seems to cure the problem, and the port compiles OK after applying it. Thank you for reporting it and also supplying a patch. > >Fix: > > Apply following patch > > --- /usr/ports/mail/fetchmail/Makefile.org Fri Jun 2 17:14:26 2000 > +++ /usr/ports/mail/fetchmail/Makefile Wed Jun 7 11:31:15 2000 > @@ -34,7 +34,7 @@ > .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) > CONFIGURE_ARGS+=--with-ssl=/usr > .endif > -.else if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) > +.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) > CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE} > .endif > This is also a note to indicate that I have revieved the above patch as the maintainer of the fetchmail port. It would be nice if someone of the committers could commit it to the repository. Regards, Ville -- Ville Eerola | Powered by ve@sci.fi | FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message