Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 1999 23:04:34 -0400
From:      Tim Vanderhoek <vanderh@ecf.utoronto.ca>
To:        Marc van Woerkom <van.woerkom@netcologne.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: 2nd level patching
Message-ID:  <19990802230433.B19050@mad>
In-Reply-To: <199908030145.DAA00881@oranje.my.domain>; from Marc van Woerkom on Tue, Aug 03, 1999 at 03:45:28AM %2B0200
References:  <199908021053.DAA25890@freeamp.org> <19990802114353.D14922@mad> <199908030145.DAA00881@oranje.my.domain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 03, 1999 at 03:45:28AM +0200, Marc van Woerkom wrote:
> 
> No my problem is how to create variations of larger ports that
> should go into the official ports tree.

The only way I see of doing it is with a post-patch: or a pre-patch:
target.  You could probably cheat and use something like

post-patch:
	PATCHDIR=${.CURDIR}/patches ${MAKE} do-patch

I don't think a ``cd ${.CURDIR}'' is needed, but I could be wrong.

Alternativly, pre-patch: and PATCHDIR=${xxx}/patches if you don't set
MASTERDIR in the port.

There may be precedent for a better way.  Check a couple large
skeleton ports quickly or see if someone responds to this message (or
your original).


-- 
This is my .signature which gets appended to the end of my messages.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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