Date: Sun, 16 Dec 2012 08:52:50 -0500 From: "Jason E. Hale" <jhale@freebsd.org> To: Pawel Pekala <pawel@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r309004 - in head/math/openblas: . files Message-ID: <3914862.EeCOqgkA8K@mocha.verizon.net> In-Reply-To: <201212161327.qBGDRqSB083471@svn.freebsd.org> References: <201212161327.qBGDRqSB083471@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, December 16, 2012 13:27:52 Pawel Pekala wrote: > > +DYNAMIC_ARCH_DESC= "Support multiple CPU types on i386 and amd64" > +INTERFACE64_DESC= "Use 8 byte integers on 64-bit architectures" > +OPENMP_DESC= "Use OpenMP for threading" > +AVX_DESC= "Support Advanced Vector Extensions (AVX)" Quotes should be removed from descriptions. > > -.if ! ( defined(WITH_AVX) ) > +.if empty ( ${PORT_OPTIONS:MAVX} ) This is not correct syntax. Should be: .if ! ${PORT_OPTIONS:MAVX} > BUILDFLAGS+= NO_AVX=1 > .endif > -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3914862.EeCOqgkA8K>