From owner-freebsd-ports Thu Jan 17 6:33:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from www.unsam.edu.ar (ns2.unsam.edu.ar [170.210.48.2]) by hub.freebsd.org (Postfix) with ESMTP id 86A1437B419 for ; Thu, 17 Jan 2002 06:33:33 -0800 (PST) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by www.unsam.edu.ar (8.9.3/8.9.3) with ESMTP id LAA63633; Thu, 17 Jan 2002 11:33:31 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.11.3/8.11.3) id g0HEXJq09879; Thu, 17 Jan 2002 11:33:19 -0300 (ART) (envelope-from fernan) Date: Thu, 17 Jan 2002 11:33:19 -0300 From: Fernan Aguero To: "Simon 'corecode' Schubert" Cc: alane@geeksrus.net, ports@FreeBSD.ORG Subject: Re: [porter's handbook] problems generating pkg-plist automagically Message-ID: <20020117113319.A78437@iib.unsam.edu.ar> References: <20020116160826.E2966@iib.unsam.edu.ar> <20020116205553.GB3994@wwweasel.geeksrus.net> <20020116201954.F2966@iib.unsam.edu.ar> <20020117011302.5d838788.corecode@corecode.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020117011302.5d838788.corecode@corecode.ath.cx>; from corecode@corecode.ath.cx on Thu, Jan 17, 2002 at 01:13:02AM +0100 X-PGP-Key: http://genoma.unsam.edu.ar/~fernan/pubkey.asc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org +----[ Simon 'corecode' Schubert (corecode@corecode.ath.cx) dijo sobre "Re: [porter's handbook] problems generating pkg-plist automagically": | [... snipped ...] | | you should patch Makefile.am when your port install is using automake | (doesn't appear to me so). otherwise you have to patch Makefile.in | because this is the source configure builds the final Makefile from. In | case you don't want to run automake just for creating that modified .in | file, it's really better to modify the .in file itself. | OK now. Seems that a little understanding of how automake/autoconf/configure work was needed. Thanks Alan and Simon for your suggestions. I have now patched the Makefile.in and everything works smoothly now. There are a few minor things to check still, but perhaps I should open a new thread, since they are not related anymore with the subject. Thanks also to Miguel Mendez, Jonathan Fosburgh and Will Andrews for other suggestions. | | +----] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message