Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2000 17:20:37 -0700 (PDT)
From:      Ville Eerola <Ville.Eerola@vehome.pp.sci.fi>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/19081: fetchmail port compile error on 3-STABLE
Message-ID:  <200006080020.RAA08744@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/19081; it has been noted by GNATS.

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
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006080020.RAA08744>