cvs commit: ports/math/gnuplot Makefile

Greg Lewis glewis at eyesbeyond.com
Sun Jun 27 16:52:32 PDT 2004


On Sun, Jun 27, 2004 at 06:12:21PM +0000, Kirill Ponomarew wrote:
> krion       2004-06-27 18:12:21 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     math/gnuplot         Makefile 
>   Log:
>   Fix OPTIONS
>   
>   PR:             ports/68388
>   Submitted by:   Ports Fury

So, what exactly is wrong with doing

.if defined(WITH_OPTION)
stuff
.else
other stuff
.endif

that

.if defined(WITHOUT_OPTION)
other stuff
.else
stuff
.endif

fixes?  The only thing I can think of is that it may be prefered to test the
WITHOUT_OPTION variable when the default is on.  Is that it?

Also, why wasn't the PR assigned to the maintainer (me :)?

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the cvs-all mailing list