[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need ports example
On Tue, 3 Feb 2004 20:57:01 +0100 Robert Nagy <thuglife@bsd.hu> wrote:
> On Tue, Feb 03, 2004 at 02:39:52PM -0500, Richard Welty wrote:
> > i would like to be pointed towards an example of a port that
> > uses SUPPATCHFILES in support of a flavor. i am making
> > the assumption that i can use :0 in the usual way, e.g.
> >
> > MASTER_SITES0= http://duncanthrax.net/exiscan-acl/
> >
> > SUPPATCHFILES= exiscan-acl-4.30-14.patch:0
> >
> > to specify a patch file to be fetched for the exiscan variant
> > of the exim port.
> >
> > i just want to see a Makefile that does something like this
> > already.
> >
> > thanks,
> > richard
> > --
> > Richard Welty rwelty@averillpark.net
> > Averill Park Networking 518-573-7592
> > Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security
> Grepping /usr/ports was a peace of cake for this.
> MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
> MASTER_SITES0= http://www.fluxbox.org/download/patches/
> PATCHFILES= fluxbox-${VERSION}-bugfix1.patch:0
> PATCH_DIST_STRIP= -p1
right, but i've been making an assumption that does not
appear to have been justified, that SUPPATCHFILES
existed as an analog to SUPDISTFILES. but grep for
SUPPATCHFILES fails so i gather this is not the case.
i'll root around and see if i can find something close to what
i want, which is patch files tied to a specific flavor of build.
that must be around somewhere.
richard
--
Richard Welty rwelty@averillpark.net
Averill Park Networking 518-573-7592
Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security