Date: Thu, 8 Jun 2000 03:17:28 +0300 (EEST) From: Ville Eerola <Ville.Eerola@vehome.pp.sci.fi> 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 Message-ID: <14654.58905.4301.717148@vebsd.vlsi.fi> In-Reply-To: <200006070233.LAA20513@jkpc15.tk.kubota.co.jp> References: <200006070233.LAA20513@jkpc15.tk.kubota.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14654.58905.4301.717148>