From owner-freebsd-ports@FreeBSD.ORG Tue May 9 10:57:38 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 AA0C016A406 for ; Tue, 9 May 2006 10:57:38 +0000 (UTC) (envelope-from msid@daemons.gr) Received: from jefferson.hostingzoom.com (jefferson.hostingzoom.com [216.118.117.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E97B43D5D for ; Tue, 9 May 2006 10:57:33 +0000 (GMT) (envelope-from msid@daemons.gr) Received: from [88.218.36.6] (port=63752 helo=localhost) by jefferson.hostingzoom.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FdPuE-0000bN-DH; Tue, 09 May 2006 05:57:32 -0500 Date: Tue, 9 May 2006 13:57:26 +0300 From: Sideris Michael To: Renato Botelho Message-ID: <20060509105726.GA17945@daemons.gr> References: <20060508200926.GA6005@daemons.gr> <1147119806.18944.59.camel@ikaros.oook.cz> <20060508203709.GA32661@daemons.gr> <747dc8f30605090333s39680f91l79a2beddd2f8b829@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <747dc8f30605090333s39680f91l79a2beddd2f8b829@mail.gmail.com> User-Agent: Mutt/1.5.11 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jefferson.hostingzoom.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - daemons.gr X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org Subject: Re: ports structure and improvement suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 10:57:38 -0000 On Tue, May 09, 2006 at 07:33:11AM -0300, Renato Botelho wrote: > On 5/8/06, Sideris Michael wrote: > >On Mon, May 08, 2006 at 10:23:26PM +0200, Pav Lucistnik wrote: > >> Sideris Michael p??e v po 08. 05. 2006 v 23:09 +0300: > >> > >> > Edit its Makefile defining the KNOBS you want > >> > >> You should never manually edit any files under /usr/ports > > > >Says who? I know it is not the right way to keep my KNOBS saved, but > >nobody prevents me from > >defining a knob somewhere in a Makefile. Plus, I used it just to provide > >an example of a way > >to do port customization. > > You can use /etc/make.conf to do it: > > # Vpopmail > .if ${.CURDIR:N*mail/vpopmail}=="" > RELAYCLEAR=40 > WITH_SUID_VCHKPW=yes > .endif Very nice. This is something worth mentioning even in the documentation. Even if it is not a mainstream method to customize a port.