Date: Fri, 23 Nov 2012 08:11:19 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r307642 - head/games/doomlegacy Message-ID: <20121123071119.GD2296@ithaqua.etoilebsd.net> In-Reply-To: <201211221120.qAMBKYwn062361@svn.freebsd.org> References: <201211221120.qAMBKYwn062361@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--DrWhICOqskFTAXiy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 22, 2012 at 11:20:34AM +0000, Alexey Dokuchaev wrote: > Author: danfe > Date: Thu Nov 22 11:20:33 2012 > New Revision: 307642 > URL: http://svnweb.freebsd.org/changeset/ports/307642 >=20 > Log: > - Do not require absolute paths for 3rd-party IWADs: search DOOMWADDIR = only > if specified file name does not contain any slashes (that is, now the= re > is a difference between `-iwad plutonia.wad' and `-iwad ./plutonia.wa= d') > - Utilize per-architecture feature of new OPTIONS framework > =20 > Feature safe: yes >=20 > Modified: > head/games/doomlegacy/Makefile >=20 > Modified: head/games/doomlegacy/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/games/doomlegacy/Makefile Thu Nov 22 11:01:57 2012 (r307641) > +++ head/games/doomlegacy/Makefile Thu Nov 22 11:20:33 2012 (r307642) > @@ -31,13 +31,8 @@ PORTDOCS=3D * > SVN_REV=3D 845 > =20 > OPTIONS_DEFINE=3D DOCS > - > -.include <bsd.port.pre.mk> > - > -.if ${ARCH} =3D=3D "i386" > -OPTIONS_DEFINE+=3D ASM > -OPTIONS_DEFAULT=3D ASM > -.endif > +OPTIONS_DEFINE_i386=3D ASM > +OPTIONS_DEFAULT_i386=3D ASM OPTIONS_DEFAULT_i386 doesn't exist and is not needed, OPTIONS_DEFAULT=3D AS= M is enough and will only be applied on arch where ASM is defined regards, Bapt --DrWhICOqskFTAXiy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlCvIZcACgkQ8kTtMUmk6EzUsQCfU1Z2RMWZ6Dg615c/R3wJ8X5e IssAoJUzabgLfb76RKcqDh6jQ72MtFTD =HIMJ -----END PGP SIGNATURE----- --DrWhICOqskFTAXiy--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121123071119.GD2296>