Date: Sat, 22 Feb 2003 16:52:36 +0100 From: Oliver Lehmann <lehmann@ans-netz.de> To: Joe Marcus Clarke <marcus@FreeBSD.org> Cc: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/net-snmp4 Makefile Message-ID: <20030222165236.166085ec.lehmann@ans-netz.de> In-Reply-To: <200302220016.h1M0GvRM027672@repoman.freebsd.org> References: <200302220016.h1M0GvRM027672@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Joe Marcus Clarke wrote:
> Fix build on -STABLE with OpenSSL 0.9.7.
And now it ever installs openssl from the ports with freebsd 5 (but
versions prior to 500100 don't need to)
can you please change
.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || ${OSVERSION} >=
470103
.if ${OSVERSION} >= 500100
to
.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || (${OSVERSION} >=
470103 && ${OSREL} == 4)
.if ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4)
Greetings, Oliver
--
Oliver Lehmann
@home: lehmann@ans-netz.de
@office: oliver.lehmann@mgi.de
@www: http://www.pofo.de/ | http://wishlist.ans-netz.de/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030222165236.166085ec.lehmann>
