From owner-freebsd-ports@FreeBSD.ORG Fri Mar 30 21:58:41 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 B157016A406 for ; Fri, 30 Mar 2007 21:58:41 +0000 (UTC) (envelope-from david@evxtech.com.au) Received: from fallbackmx03.syd.optusnet.com.au (fallbackmx03.syd.optusnet.com.au [211.29.133.136]) by mx1.freebsd.org (Postfix) with ESMTP id 50C0513C4B8 for ; Fri, 30 Mar 2007 21:58:41 +0000 (UTC) (envelope-from david@evxtech.com.au) Received: from mail23.syd.optusnet.com.au (mail23.syd.optusnet.com.au [211.29.133.164]) by fallbackmx03.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l2U2HCw4029238 for ; Fri, 30 Mar 2007 12:17:12 +1000 Received: from [192.168.1.31] (58.105.231.194.optusnet.com.au [58.105.231.194] (may be forged)) (authenticated sender yagoonanews1) by mail23.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l2U2HAK7017691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 30 Mar 2007 12:17:11 +1000 Message-ID: <460C7517.4070708@evxtech.com.au> Date: Fri, 30 Mar 2007 12:25:27 +1000 From: David Nguyen User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 21:58:41 -0000 Hi, 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