svn commit: r307642 - head/games/doomlegacy

Alexey Dokuchaev danfe at FreeBSD.org
Fri Nov 23 07:58:00 UTC 2012


On Fri, Nov 23, 2012 at 08:11:19AM +0100, Baptiste Daroussin wrote:
> > -OPTIONS_DEFAULT=	ASM
> > -.endif
> > +OPTIONS_DEFINE_i386=	ASM
> > +OPTIONS_DEFAULT_i386=	ASM
> 
> OPTIONS_DEFAULT_i386 doesn't exist and is not needed, OPTIONS_DEFAULT= ASM is
> enough and will only be applied on arch where ASM is defined

What you say makes sense, but our bsd.options.mk tells something different:

# OPTIONS_DEFAULT               - List of options activated by default
# OPTIONS_DEFAULT_${ARCH}       - List of options activated by default for a
#                               given arch

Whom should I believe?  :-)

./danfe

BTW, it says "-*- tab-width: 4; -*-" here, but the file formatted (at least
partially) at ts=8.


More information about the svn-ports-all mailing list