From owner-cvs-all Thu Mar 11 16:19:48 1999 Delivered-To: cvs-all@freebsd.org Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (Postfix) with ESMTP id 39943152D8; Thu, 11 Mar 1999 16:19:40 -0800 (PST) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.9.2/RDY&DVV) id QAA64953; Thu, 11 Mar 1999 16:19:13 -0800 (PST) Message-Id: <199903120019.QAA64953@burka.rdy.com> Subject: Re: cvs commit: ports/security/portmap_tcpd - Imported sources In-Reply-To: from Kris Kennaway at "Mar 12, 1999 9: 9:29 am" To: kkennawa@physics.adelaide.edu.au (Kris Kennaway) Date: Thu, 11 Mar 1999 16:19:13 -0800 (PST) Cc: dima@best.net, james@ehlo.com, jfitz@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Kris Kennaway writes: > On Thu, 11 Mar 1999, Dima Ruban wrote: > > > You can do something like this (as an addition to make.conf.local) > > .if ${.CURDIR} == /usr/src/usr.sbin/portmap && exists(/usr/local/lib/libwrap.a) > > CFLAGS+=-DHOSTS_ACCESS > > LDADD+= -L/usr/local/lib -lwrap > > .endif > > Perhaps something like this should be added as a commented-out option to > make.conf to document its existence? Probably better to move the .if block > into the portmap Makefile and just have a USE_PORTMAP_WRAPPER boolean in > make.conf. I agree we should document it somehow, but I don't think it would be a good idea to put this stuff into portmapper's Makefile, since it's not exactly a good assumption to assume that LOCALBASE will always point to /usr/local. > > Kris > > ----- > (ASP) Microsoft Corporation (MSFT) announced today that the release of its > productivity suite, Office 2000, will be delayed until the first quarter > of 1901. > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message