Date: Mon, 05 Mar 2001 09:03:54 -0500 From: Jim Bloom <bloom@acm.org> To: Clive Lin <clive@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/security/p5-Net-SSLeay Makefile Message-ID: <3AA39CCA.F6DAAD75@acm.org> References: <200103050839.f258dZ256801@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Actually, did you just break RELENG_3 and early versions of RELENG_4 with this commit? It would have been easy to simply check the system version and make the change conditional upon. A block like .if ${OSVERSION} >= 40014 CONFIGURE_ARGS+= "/usr" .endif does the job. That version is where openssl was added to the base system. Jim Bloom bloom@acm.org Clive Lin wrote: > > clive 2001/03/05 00:39:33 PST > > Modified files: > security/p5-Net-SSLeay Makefile > Log: > Dumb-safe. Tell p5-Net-SSLeay that our openssl lives under "/usr" > > Since we don't support RELENG_3 now, it's fairly enough to assume > that `which openssl` is /usr/bin/openssl. > > Reviewed by: vanilla > > Revision Changes Path > 1.11 +2 -1 ports/security/p5-Net-SSLeay/Makefile > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message 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?3AA39CCA.F6DAAD75>