From owner-freebsd-gnome@FreeBSD.ORG Mon Aug 16 19:39:01 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF7416A4CE; Mon, 16 Aug 2004 19:39:01 +0000 (GMT) Received: from anna.ana.com (anna.ana.com [69.22.155.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34AB43D48; Mon, 16 Aug 2004 19:39:00 +0000 (GMT) (envelope-from eps@anna.ana.com) Received: (from eps@localhost) by anna.ana.com (8.12.11/8.12.11) id i7GJcxRR010265; Mon, 16 Aug 2004 12:38:59 -0700 (PDT) Date: Mon, 16 Aug 2004 12:38:59 -0700 (PDT) Message-Id: <200408161938.i7GJcxRR010265@anna.ana.com> From: eps+guikachu@ana.com (Eric P. Scott) To: gnome@FreeBSD.org In-Reply-To: <200408120130.i7C1Uqas006300@anna.ana.com> cc: ports@FreeBSD.org Subject: Re: Need advanced help producing a 4.x palm/guikachu port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gnome@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 19:39:01 -0000 Correction: I shouldn't assume I'm starting with a clean ports tree. Therefore, ${CP} -pR ${PORTSDIR}/devel/libsigc++ \ ${PORTSDIR}/x11-toolkits/gtk-- \ ${PORTSDIR}/x11-toolkits/gnome-- ${WRKDIR} should be replaced with something like: ${TAR} -C ${PORTSDIR}/devel --exclude '*/work' -cf - \ libsigc++ | ${TAR} -C ${WRKDIR} -xpBf - ${TAR} -C ${PORTSDIR}/x11-toolkits --exclude '*/work' -cf - \ gtk-- gnome-- | ${TAR} -C ${WRKDIR} -xpBf - Sorry about that. Cheers, -=EPS-