Date: Sun, 3 Feb 2002 11:53:07 -0600 From: D J Hawkey Jr <hawkeyd@visi.com> To: Erik Trulsson <ertr1013@student.uu.se>, questions at FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Changing Make options duing port installation? Message-ID: <20020203115307.A7471@sheol.localdomain> In-Reply-To: <20020203173925.GA20446@student.uu.se>; from ertr1013@student.uu.se on Sun, Feb 03, 2002 at 06:39:26PM %2B0100 References: <20020203112402.A7291@sheol.localdomain> <20020203173925.GA20446@student.uu.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 03, at 06:39 PM, Erik Trulsson wrote: > > On Sun, Feb 03, 2002 at 11:24:02AM -0600, D J Hawkey Jr wrote: > > Hello All. > > > > How does one change the make options and parameters during the installation > > of any one port? > > Depends on the port. Natch. > > An example: The mutt port disables SSL-encryption ('mutt -v' reports > > "-USE_SSL"). The skeletons in /usr/ports/mail/mutt reference a Makefile > > (and/or config.h?) variable "WITH_SSL" which governs the build. > > It is a 'make' variable. > You pass a parameter to 'make' like this: > > cd /usr/ports/mail/mutt > make WITH_SSL=yes install OK. I'm familiar enough with development tools. Thanks. The question then becomes: Can one divine the options available with what skeleton files exist, or, more often than not, must one do a generic build, then look over the Makefile, config.h, etc., and proceed from there with any customizations? The latter would be most conclusive, I suppose... > Erik Trulsson Thanks much, Dave -- ______________________ ______________________ \__________________ \ D. J. HAWKEY JR. / __________________/ \________________/\ hawkeyd@visi.com /\________________/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020203115307.A7471>