From owner-freebsd-questions@FreeBSD.ORG Wed Nov 8 21:05:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8464416A412 for ; Wed, 8 Nov 2006 21:05:39 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB33F43D68 for ; Wed, 8 Nov 2006 21:05:31 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id kA8L5QAi003670 for ; Wed, 8 Nov 2006 15:05:27 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Wed, 8 Nov 2006 15:05:26 -0600 User-Agent: KMail/1.9.4 References: <20061108185101.GA7926@xor.obsecurity.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200611081505.26414.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=3.6 tests=ALL_TRUSTED,AWL autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on zeus.dfwlp.com Subject: Re: self-built packages don't always install all files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 21:05:39 -0000 On Wednesday 08 November 2006 12:57, George Donnelly wrote: > hi, thanks > > i'm building them with make package-recursive > > yes they actually contain all the files bc they always install right =A0 > at least the first time. i experience the same thing with some of the php5 extensions. i recently=20 built php5-5.1.6_3 extensions with 'make package-recursive', and when i use= d=20 the packages on another system, pcre and xml installed 0 files, but=20 registered as having the port installed. ive run into this with the php5 packages on more than one build system (and= =20 thus, i pretty much always just build php5 from scratch instead of my prema= de=20 packages). jonathan