Need advanced help producing a 4.x palm/guikachu port

Eric P. Scott eps+guikachu at ana.com
Mon Aug 16 12:39:01 PDT 2004


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-


More information about the freebsd-ports mailing list