Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2004 12:38:59 -0700 (PDT)
From:      eps+guikachu@ana.com (Eric P. Scott)
To:        gnome@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   Re: Need advanced help producing a 4.x palm/guikachu port
Message-ID:  <200408161938.i7GJcxRR010265@anna.ana.com>
In-Reply-To: <200408120130.i7C1Uqas006300@anna.ana.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408161938.i7GJcxRR010265>