From owner-freebsd-ports@FreeBSD.ORG Fri Mar 30 04:36:59 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 60B5916A402 for ; Fri, 30 Mar 2007 04:36:59 +0000 (UTC) (envelope-from david@evxtech.com.au) Received: from saturn.dotcolo.com (saturn.dotcolo.com [205.134.250.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3F413C4B8 for ; Fri, 30 Mar 2007 04:36:59 +0000 (UTC) (envelope-from david@evxtech.com.au) Received: from cpanel by saturn.dotcolo.com with local (Exim 4.63) (envelope-from ) id 1HX8LX-0003mC-RX for freebsd-ports@freebsd.org; Fri, 30 Mar 2007 00:04:15 -0400 Received: from 58.105.231.194 ([58.105.231.194]) by www.evxtech.com.au (Horde MIME library) with HTTP; Fri, 30 Mar 2007 00:04:15 -0400 Message-ID: <20070330000415.ptp65xbb9g9w8k04@www.evxtech.com.au> Date: Fri, 30 Mar 2007 00:04:15 -0400 From: david@evxtech.com.au To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - saturn.dotcolo.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32002 32002] / [47 12] X-AntiAbuse: Sender Address Domain - evxtech.com.au X-Source: X-Source-Args: X-Source-Dir: 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:36:59 -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