From owner-cvs-all@FreeBSD.ORG Sun Sep 10 02:58:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749EF16A40F; Sun, 10 Sep 2006 02:58:32 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1082043D4C; Sun, 10 Sep 2006 02:58:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DA02D1A3C20; Sat, 9 Sep 2006 19:58:31 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B25AD5148C; Sat, 9 Sep 2006 22:58:30 -0400 (EDT) Date: Sat, 9 Sep 2006 22:58:30 -0400 From: Kris Kennaway To: "David E. O'Brien" Message-ID: <20060910025830.GA74704@xor.obsecurity.org> References: <200609100011.k8A0BR7d030211@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <200609100011.k8A0BR7d030211@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gnash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 02:58:32 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 10, 2006 at 12:11:27AM +0000, David E. O'Brien wrote: > obrien 2006-09-10 00:11:27 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > graphics/gnash Makefile=20 > Log: > Enable plug-in by default on AMD64 as www/flashplugin* are i386-only. > | +.if ${MACHINE_ARCH:L} =3D=3D "amd64" > | +OPTIONS=3D PLUGIN "Enable firefox plugin" on > | +.else > | OPTIONS=3D PLUGIN "Enable firefox plugin" off > | +.endif This should be ARCH instead of MACHINE_ARCH (make sure to include bsd.port.pre.mk first). Kris --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFA39VWry0BWjoQKURAsVpAJ9wRr56NZ8DI9nCO5ewlx0NZlvA/QCg2Enl XE61cQ9e+joOWL1PlH1DwMg= =oEB/ -----END PGP SIGNATURE----- --gKMricLos+KVdGMg--