From owner-freebsd-ports Wed Jun 7 17:20:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCC1237BE88 for ; Wed, 7 Jun 2000 17:20:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08744; Wed, 7 Jun 2000 17:20:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 7 Jun 2000 17:20:37 -0700 (PDT) Message-Id: <200006080020.RAA08744@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ville Eerola Subject: Re: ports/19081: fetchmail port compile error on 3-STABLE Reply-To: Ville Eerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/19081; it has been noted by GNATS. From: Ville Eerola 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 Date: Thu, 8 Jun 2000 03:17:28 +0300 (EEST) 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