From owner-freebsd-ports Fri Aug 2 12:14:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D0537B400 for ; Fri, 2 Aug 2002 12:14:21 -0700 (PDT) Received: from mail.urchin.com (ns2.quantified.com [63.212.171.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F43643E42 for ; Fri, 2 Aug 2002 12:14:21 -0700 (PDT) (envelope-from dsilver@urchin.com) Received: from danzig.sd.quantified.net (web.quantified.com [63.212.171.5]) by mail.urchin.com (8.12.1/8.12.1) with ESMTP id g72JF3g5082977 for ; Fri, 2 Aug 2002 12:14:45 -0701 (PDT) (envelope-from dsilver@urchin.com) Date: Fri, 2 Aug 2002 12:13:12 -0700 (PDT) From: Doug Silver X-Sender: dsilver@danzig.sd.quantified.net To: freebsd-ports@freebsd.org Subject: How to change OPENSSLBASE for other ports builds? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Filter-Version: 1.7 (mail.urchin.com) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've decided to track OPENSSL/OPENSSH in the ports area but I'm having a problem compiling cclient using the proper OPENSSL directory (/usr/local instead of /usr). I realize some people compile openssl/openssh with the OVERWRITE option, but I just let it install in the /usr/local area and manually removed the pieces out of /usr. This variable is getting set in /usr/ports/Mk/bsd.port.mk: OPENSSLBASE= /usr and OPENSSLBASE?= ${LOCALBASE} I tried to set this in /etc/make.conf but that didn't work. Is there a way to set this in some configuration file that the bsd.port.mk (or ?) then sources to get any local changes? Does the /usr/ports/Mk files set the defaults and then check elsewhere for local changes, a-la /etc/default/make.conf -> /etc/make.conf? It wasn't clear where this might get set -- though it *is* Friday ... TIA ps - please cc me as I'm not on this list. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Doug Silver Network Manager Urchin Software Corp. http://www.urchin.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message