Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2010 02:15:23 +0100
From:      Romain =?iso-8859-1?Q?Tarti=E8re?= <romain@FreeBSD.org>
To:        Florent Thoumie <flz@FreeBSD.org>
Cc:        Pav Lucistnik <pav@FreeBSD.org>, mono@FreeBSD.org, linimon@FreeBSD.org
Subject:   Re: [Fwd: moonshine-0.2_2 failed on amd64 8-exp]
Message-ID:  <20100304011523.GB49095@FreeBSD.org>
In-Reply-To: <20100304000307.GA49095@FreeBSD.org>
References:  <1267655428.5053.55.camel@hood.oook.cz> <20100304000307.GA49095@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--hwvH6HDNit2nSK4j
Content-Type: multipart/mixed; boundary="SFyWQ0h3ruR435lw"
Content-Disposition: inline


--SFyWQ0h3ruR435lw
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Mar 04, 2010 at 01:03:07AM +0100, Romain Tarti=E8re wrote:
> I attached a patch
Hahum...  Another evidence of the attachment missing syndrome.


--=20
Romain Tarti=E8re <romain@FreeBSD.org>  http://people.FreeBSD.org/~romain/
pgp: 8DAB A124 0DA4 7024 F82A  E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43)
(plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated)

--SFyWQ0h3ruR435lw
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="moonshine.diff"
Content-Transfer-Encoding: quoted-printable

  - Unbreak on amd64 [1];
  - Fix startup script for all archs.

Submitted by:   pointyhat (via pav) [1]
Approved by:    flz (mentor)
Feature safe:   yes
Index: 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
RCS file: /home/pcvs/ports/www/moonshine/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	27 Feb 2010 02:15:49 -0000	1.7
+++ Makefile	3 Mar 2010 23:46:44 -0000
@@ -7,7 +7,7 @@
=20
 PORTNAME=3D	moonshine
 PORTVERSION=3D	0.2
-PORTREVISION=3D	2
+PORTREVISION=3D	3
 CATEGORIES=3D	www multimedia
 MASTER_SITES=3D	http://abock.org/${PORTNAME}/releases/
=20
@@ -29,7 +29,7 @@
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/www/firefox/Makefile.webplugins"
=20
-ONLY_FOR_ARCHS=3D	i386 amd64
+ONLY_FOR_ARCHS=3D	i386 x86_64
 ONLY_FOR_ARCHS_REASON=3D	"not yet ported to anything other than i386 and a=
md64"
=20
 .if ${ARCH} =3D=3D "amd64"
Index: files/patch-xulrunner_moonshine.in
=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
RCS file: files/patch-xulrunner_moonshine.in
diff -N files/patch-xulrunner_moonshine.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-xulrunner_moonshine.in	3 Mar 2010 23:46:44 -0000
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- xulrunner/moonshine.in.orig
++++ xulrunner/moonshine.in
+@@ -1,6 +1,6 @@
+-#!/bin/bash
++#!/usr/bin/env bash
+=20
+-XULRUNNER=3D$(readlink -e $(which xulrunner))
++XULRUNNER=3D$(which xulrunner)
+ BROWSER_PLUGIN_DIR=3D@BROWSER_PLUGIN_DIR@
+ LIBDIR=3D${XULRUNNER%%/xulrunner*}
+=20

--SFyWQ0h3ruR435lw--

--hwvH6HDNit2nSK4j
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAkuPCaoACgkQ2OmjP/9W/0MJYACeO20zNd9IXWjfFmjttqWZVHfb
PDMAoIyLKSXUqPvxMNtUJAZnAotNCrIV
=okSu
-----END PGP SIGNATURE-----

--hwvH6HDNit2nSK4j--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100304011523.GB49095>