From owner-cvs-all Mon Mar 5 6: 4: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id DA0B237B718; Mon, 5 Mar 2001 06:04:01 -0800 (PST) (envelope-from bloom@acm.org) Received: from acm.org (reyim.ne.mediaone.net [24.218.251.241]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f25E3xS14706; Mon, 5 Mar 2001 09:04:00 -0500 (EST) Message-ID: <3AA39CCA.F6DAAD75@acm.org> Date: Mon, 05 Mar 2001 09:03:54 -0500 From: Jim Bloom X-Mailer: Mozilla 4.76 [en]C-MOENE (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Clive Lin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/security/p5-Net-SSLeay Makefile References: <200103050839.f258dZ256801@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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