From owner-freebsd-ports@FreeBSD.ORG Fri Mar 30 04:53:52 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BA8216A400 for ; Fri, 30 Mar 2007 04:53:52 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 25FBB13C45D for ; Fri, 30 Mar 2007 04:53:51 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so708071ugh for ; Thu, 29 Mar 2007 21:53:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cN0oUahzXQI7kuaKNbqqrdSAECsHOjkDz7hIKNEbdN+GsfuIYzl/FkRm3T2JyteEN+t4ZXam9DVHCoQQszNHfC9B3rhpNQ3U3ed1n7D8VXHeH+sFb8Fq30FIaVztWsZwxGQuhxLUSysww0TqJHnBONyJ7Z3TsdBN/xeSnxELx1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fwGRtfKzIJRfVHI2HzCzx/OmLvEFbjkVu/3GNULoNauTqQTdlGJHuYwj//JXMlxxVA26DlHlzOo+F7RVRlOxfj0Cr25rliT1hOQKS3F28RIoMOMjVYb47Q5A8MdItq5HrbjihWlo1bLHOKKt8DG64WLG7qveo9vBwE/8YZbayJ0= Received: by 10.67.105.19 with SMTP id h19mr1697380ugm.1175228949350; Thu, 29 Mar 2007 21:29:09 -0700 (PDT) Received: by 10.67.12.15 with HTTP; Thu, 29 Mar 2007 21:29:09 -0700 (PDT) Message-ID: <4d7dd86f0703292129n6505957fq1db988083c3354c6@mail.gmail.com> Date: Fri, 30 Mar 2007 14:29:09 +1000 From: "David N" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Difference between pkg_create and make package 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: Fri, 30 Mar 2007 04:53:52 -0000 Hi, I appologise if this has been submitted multiple times, but I can't seem to send to the mailing list, i hope this works. Is there any difference between pkg_create -Rb or make package-recursive in the resulting package file? I tried a pkg_create -Rb and copied the files to another machine, and when i installed the package it worked, but the program didn't load properly (xorg + xfce4). It worked on the original machine, but failed on the other one. or should i use tinderbox instead to create the packages to distribute between my machines instead? Cheers