From owner-freebsd-ports@FreeBSD.ORG Sat Oct 4 13:49:03 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F3A01065698 for ; Sat, 4 Oct 2008 13:49:03 +0000 (UTC) (envelope-from talon@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id E8C238FC14 for ; Sat, 4 Oct 2008 13:49:02 +0000 (UTC) (envelope-from talon@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.14.3/jtpda-5.4) with ESMTP id m94Dn06m077541 for ; Sat, 4 Oct 2008 15:49:01 +0200 (CEST) X-Ids: 164 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 9C5BB89DCC for ; Sat, 4 Oct 2008 15:48:59 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id 8F34610B; Sat, 4 Oct 2008 15:48:59 +0200 (CEST) Date: Sat, 4 Oct 2008 15:48:59 +0200 From: Michel Talon To: freebsd-ports@freebsd.org Message-ID: <20081004134859.GA29970@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (shiva.jussieu.fr [134.157.0.164]); Sat, 04 Oct 2008 15:49:01 +0200 (CEST) X-Virus-Scanned: ClamAV 0.93.3/8373/Sat Oct 4 04:00:50 2008 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at jchkmail2.jussieu.fr with ID 48E7584F.004 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 48E7584F.004/134.157.10.1/parthe.lpthe.jussieu.fr/parthe.lpthe.jussieu.fr/ X-j-chkmail-Score: MSGID : 48E7584F.004 on jchkmail2.jussieu.fr : j-chkmail score : . : R=. U=. O=. B=0.072 -> S=0.072 X-j-chkmail-Status: Ham Subject: Re: My interactive version of pkg_add - finished! 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: Sat, 04 Oct 2008 13:49:03 -0000 Marin Atanasov wrote: > Should I add something else to it or modify something? You should remove a lot, because many implicit rules are already defined in /usr/share/mk/sys.mk which is sourced by make automatically. See for example /usr/src/usr.sbin/pkg_install/add/Makefile to discover how little is needed. -- Michel TALON