On 1 Apr 2012 21:34, "RW" <rwmailli...@googlemail.com> wrote:
>
> On Sun, 01 Apr 2012 14:02:15 +0400
> Ruslan Mahmatkhanov wrote:
>
> >
> > Good day!
> >
> > What is a preferred way of doing subj?
> >
> > 1. Add an extra-patch-* to files/ subdirectory and apply it depending
> >     of checks in Makefile (.if ${OSVERSION}).
> > 2. Add an patch-* to files subdirectory that applies unconditionally
> >     and that checking for __FreeBSD_version in app code itself.
> >
> > The second one will guarantee that the patch still applies cleanly on
> > port versions update,
>
> It also works correctly for package files.
>

Not really-- #if directives are evaluated at compile time.

FWIW, I'm not too bothered about it, but #1 strikes me as better practice,
though perhaps GNU-ish;.akin to using if instead of #if.

Chris

Chris
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to