cvs commit: ports/graphics/png/files patch-aa

Andrey Chernov ache at FreeBSD.ORG
Mon Apr 24 22:31:58 UTC 2006


On Mon, Apr 24, 2006 at 02:05:48PM -0700, Jeremy Chadwick wrote:
> On Mon, Apr 24, 2006 at 02:04:31PM -0400, Kris Kennaway wrote:
> > On Mon, Apr 24, 2006 at 02:04:09PM +0000, Andrey A. Chernov wrote:
> > > ache        2006-04-24 14:04:09 UTC
> > > 
> > >   FreeBSD ports repository
> > > 
> > >   Modified files:
> > >     graphics/png/files   patch-aa 
> > >   Log:
> > >   Use NO_OBJ NO_PROFILE instead of obsoleted their variants
> > >   
> > >   PR:     96244
> > >   Submitted by:   Jeremy Chadwick <freebsd at jdc.parodius.com>
> > 
> > Are you sure this works on old FreeBSD branches?
> 
> .if ${OSVERSION} < 500000
> MAKE_ARGS+=	-DNOPROFILE -DNOOBJ
> .else
> MAKE_ARGS+=	-DNO_PROFILE -DNO_OBJ
> .endif

I don't think it deserve such complex tweaking: in worst possible case 4.x 
users will additionaly build profiled library too, and since libpng is 
small, it will not produce much difference.

-- 
http://ache.pp.ru/


More information about the cvs-ports mailing list