From owner-freebsd-ports@FreeBSD.ORG Sun Dec 14 00:49:08 2003 Return-Path: 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 6C6C416A4CF for ; Sun, 14 Dec 2003 00:49:08 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1D743D1F for ; Sun, 14 Dec 2003 00:48:52 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 92526 invoked from network); 14 Dec 2003 08:48:51 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 14 Dec 2003 08:48:51 -0000 Message-ID: <3FDC23F3.4040002@liwing.de> Date: Sun, 14 Dec 2003 08:48:51 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031205 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Thierry Thomas References: <3FDB8268.2060808@liwing.de> <20031213222510.GA68996@graf.pompo.net> <3FDB948F.4080002@liwing.de> <20031213224908.GA70021@graf.pompo.net> <3FDBF87B.7010907@liwing.de> <20031214084412.GA75664@graf.pompo.net> In-Reply-To: <20031214084412.GA75664@graf.pompo.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: FreeBSD Ports Subject: Re: Help on a new port -- how to execute a special install script or a special uninstall script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 08:49:08 -0000 Thierry Thomas wrote: > Le Dim 14 déc 03 à 6:43:23 +0100, Jens Rehsack > écrivait : > >>>devel/pear-PEAR/pkg-install uses `pear install' to register the packages. >>>I don't think that a huge pkg-plist may cause a problem. >> >>The current one or the fix in ports/59213? > > > Both of them: when you include devel/pear-PEAR/Makefile.common, > PKGINSTALL is called in the post-install target. Both of them utilize > the same mechanism, but the aim of the new one is to simplify the > writing of PEAR ports. Ok, I will take a careful look. Jens